Jack May
|
5cf8d8795b
|
Feature cleanup (#19528)
|
2021-08-31 14:51:26 -07:00 |
|
Alexander Meißner
|
6514096a67
|
chore: cargo +nightly clippy --fix -Z unstable-options
|
2021-06-18 10:42:46 -07:00 |
|
Trent Nelson
|
e0d679b319
|
programs/config: Disallow duplicate signers
|
2021-06-09 23:09:09 -06:00 |
|
Jeff Washington (jwash)
|
f2ab0384e4
|
owner -> owner() (#16783)
|
2021-04-26 17:06:40 +00:00 |
|
Alexander Meißner
|
9dfcb921cf
|
Refactoring: Move KeyedAccounts to InvokeContext (#15410)
Collects all parametric occurrences and the construction of keyed_accounts and puts them into InvokeContext.
|
2021-04-19 18:48:48 +02:00 |
|
Michael Vines
|
a911ae00ba
|
clippy
|
2021-04-18 20:55:02 -07:00 |
|
Jeff Washington (jwash)
|
952c3bcbb7
|
AccountSharedData construction (#15790)
|
2021-03-11 18:09:04 -06:00 |
|
Jeff Washington (jwash)
|
1135ffd595
|
mut data refs as slice (#15782)
|
2021-03-10 15:28:03 -06:00 |
|
Jeff Washington (jwash)
|
52e54e1100
|
account.data -> data() (#15778)
|
2021-03-09 22:31:33 +00:00 |
|
Jeff Washington (jwash)
|
8a3135d17b
|
Account->AccountSharedData (#15691)
|
2021-03-09 15:06:07 -06:00 |
|
sakridge
|
8399851d11
|
check program owners (#15495)
* check program owners
* BankSlotDelta should change because InstructionError variant added
Co-authored-by: Tyera Eulberg <tyera@solana.com>
|
2021-02-26 22:21:34 +00:00 |
|
Michael Vines
|
8680a46458
|
Transition config program over to ic_msg() logging
|
2021-02-22 20:19:04 -08:00 |
|
Michael Vines
|
df8dab9d2b
|
Native/builtin programs now receive an InvokeContext
|
2020-10-29 21:45:24 -07:00 |
|
Michael Vines
|
1b343665a1
|
Move KeyedAccount out of solana-program. Native programs are not supported by solana-program
|
2020-10-26 18:54:54 -07:00 |
|
Michael Vines
|
7bc073defe
|
Run codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand
|
2020-10-21 19:08:13 -07:00 |
|
Jack May
|
dac7dc2f10
|
Move types to more appropriate files (#10638)
|
2020-06-17 10:39:14 -07:00 |
|
Michael Vines
|
bbc549f592
|
Rename program_id to owner in system instructions (#10069)
|
2020-05-18 12:55:41 -07:00 |
|
Kristofer Peterson
|
58ef02f02b
|
9951 clippy errors in the test suite (#10030)
automerge
|
2020-05-15 09:35:43 -07:00 |
|
Tyera Eulberg
|
ab361a8073
|
Rename KeypairUtil to Signer (#8360)
automerge
|
2020-02-20 13:28:55 -08:00 |
|
François Garillot
|
f016c9a669
|
Maintenance : simplify a few patterns, remove unneeded dependencies (#8137)
* Simplify a few pattern matches
* Removing unneeded dependencies, upgrading internal version #s
net-shaper: Removing log, semver, serde_derive
bench-tps: Removing serde, serde_derive
banking-bench: Removing solana
ledger-tool: Removing bincode, serde, serde_derive
librapay: Removing solana, language_e2e_tests
log-analyzer: Removing log, semver, serde_derive
exchange: Removing solana
core: Removing crc, memmap, symlink, untrusted
perf: Removing serde_derive
genesis: Removing hex, serde_derive
sdk-c: Removing sha2
sys-tuner: Removing semver
bench-exchange: Removing bincode, bs58, env_logger, serde, serde_derive, untrusted, ws
btc_spv_bin: Removing serde_json
btc_spv: Removing chrono
bpf_loader: Removing serde
ledger: Removing dlopen, dlopen_derive, serde_derive
move_loader: Removing byteorder, libc, language_e2e_tests
ownable: Removing serde, serde_derive
client: Removing rand
archiver-utils: Removing rand_chacha
validator: Removing serde_json, tempfile
param_passing_dep: Removing solana
failure: Removing log
vest: Removing log
vote-signer: Removing bs58, serde
local-cluster: Removing symlink
keygen: Removing rpassword
install: Removing bs58, log
upload-perf: Removing log
runtime: Removing serde_json
stake: Removing rand
* Add modified Cargo.lock
* fixup! Simplify a few pattern matches
* fixup! Simplify a few pattern matches
|
2020-02-06 10:02:38 -07:00 |
|
Jack May
|
8436457e75
|
Rename program_utils.rs (#8127)
|
2020-02-05 12:48:30 -08:00 |
|
Jack May
|
c95e5346a4
|
Boot the mut (#7926)
|
2020-01-22 17:54:06 -08:00 |
|
Jack May
|
023074650f
|
Allow the same account to be passed multiple times to a single instruction (#7795)
|
2020-01-22 09:11:56 -08:00 |
|
Michael Vines
|
89f5f336af
|
Account for rent (#7626)
automerge
|
2019-12-24 18:01:21 -08:00 |
|
Jack May
|
39b578fde9
|
Remove runtime dependency from config program unit tests and move back to config program (#7277)
|
2019-12-04 19:24:12 -08:00 |
|
Jack May
|
d184d3a732
|
Merge native programs parts into one unit (#7047)
|
2019-11-20 10:12:43 -08:00 |
|