mergify[bot]
|
b15d826476
|
Allow feature builtins to overwrite existing builtins (#13403) (#13420)
* Allow feature builtins to overwrite existing builtins
* Add feature_builtin ActivationType
* Correctly retain idempotent for replacing case
* Fix test
Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
(cherry picked from commit bc62313c66 )
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
|
2020-11-05 16:51:25 +00:00 |
|
mergify[bot]
|
edfbd8d65a
|
Add replacements for Pubkey::new_rand()/Hash::new_rand() (bp #12987) (#13076)
* Add pubkey_new_rand(), mark Pubkey::new_rand() deprecated
(cherry picked from commit 0e68ed6a8d )
* Add hash_new_rand(), mark Hash::new_rand() as deprecated
(cherry picked from commit 76f11c7dae )
* Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand`
(cherry picked from commit 7bc073defe )
# Conflicts:
# programs/bpf/benches/bpf_loader.rs
# runtime/benches/accounts.rs
# runtime/src/accounts.rs
* Run `codemod --extensions rs Hash::new_rand solana_sdk:#️⃣:new_rand`
(cherry picked from commit 17c391121a )
* Remove unused pubkey::Pubkey imports
(cherry picked from commit 959880db60 )
# Conflicts:
# runtime/src/accounts_index.rs
* Resolve conflicts
Co-authored-by: Michael Vines <mvines@gmail.com>
|
2020-10-22 05:08:01 +00:00 |
|
Greg Fitzgerald
|
7ade330b23
|
Rename Client methods to match proposed BanksClient (#10793)
|
2020-06-25 03:35:38 +00:00 |
|
Jack May
|
efad193180
|
Make default programs static (#9717)
|
2020-04-27 21:05:12 -07:00 |
|
Jack May
|
ad0482be73
|
Revert "Add native loader entry points (#9275)" Breaks genesis_config abi (#9377)
This reverts commit ed86d8d1fc .
|
2020-04-08 14:36:18 -07:00 |
|
Jack May
|
ed86d8d1fc
|
Add native loader entry points (#9275)
|
2020-04-03 17:40:59 -07:00 |
|
Jack May
|
268e04cb4a
|
Rename CustomError to Custom (#9207)
|
2020-04-01 09:01:11 -07:00 |
|
Tyera Eulberg
|
ab361a8073
|
Rename KeypairUtil to Signer (#8360)
automerge
|
2020-02-20 13:28:55 -08:00 |
|
Jack May
|
965361ff69
|
Remove failure's use of GenericError (#8287)
automerge
|
2020-02-14 14:07:53 -08:00 |
|
Jack May
|
3415db9739
|
Merge api/program into single units (#7061)
|
2019-11-20 16:32:19 -08:00 |
|
Greg Fitzgerald
|
d0761f57e8
|
Add _program suffix to directories of crates with _program suffix
|
2019-03-21 16:24:06 -06:00 |
|
Greg Fitzgerald
|
d2415613de
|
Migrate loader tests to BankClient
|
2019-03-21 09:19:24 -06:00 |
|
Greg Fitzgerald
|
8d032aba9d
|
Merge InstructionError and ProgramError
From the user's perspective, it's just an instruction error.
For program-specific errors, we still have
InstructionError::CustomError.
|
2019-03-18 10:39:20 -06:00 |
|
Greg Fitzgerald
|
e091aa87ea
|
More precise constructor names
|
2019-03-15 14:46:44 -06:00 |
|
Greg Fitzgerald
|
e58220282a
|
Move TransactionError into the SDK
|
2019-03-13 21:26:57 -06:00 |
|
Greg Fitzgerald
|
4ca4038d54
|
Rename BankError to TransactionError
|
2019-03-13 21:26:57 -06:00 |
|
Greg Fitzgerald
|
c14cce4c85
|
Add InstructionError for runtime instruction errors
|
2019-03-13 21:26:57 -06:00 |
|
Rob Walker
|
195a880576
|
pass Pubkeys as refs, copy only where values needed (#3213)
* pass Pubkeys as refs, copy only where values needed
* Pubkey is pervasive
* fixup
|
2019-03-09 19:28:43 -08:00 |
|
Greg Fitzgerald
|
b830449f23
|
Move top-level native program tests to their respective crates
|
2019-03-02 22:11:48 -08:00 |
|