3838fb62d4
move timer end outside if ( #15087 ) ( #15114 )
...
(cherry picked from commit f0d58f5549
)
Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com >
2021-02-04 20:12:56 -08:00
9f267fc5e7
remove unused arg from function ( #15096 ) ( #15115 )
...
(cherry picked from commit 7d9f5ad525
)
Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com >
2021-02-04 20:12:31 -08:00
5a82265650
deploy doc updates ( #15109 ) ( #15112 )
...
(cherry picked from commit 82350f9350
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-05 00:52:26 +00:00
77d2ed95ff
Add ref count from storage ( #15078 ) ( #15092 )
...
(cherry picked from commit e5225b7e68
)
Co-authored-by: sakridge <sakridge@gmail.com >
2021-02-04 15:12:23 -08:00
858ca752e2
Generate keypair file for c program deployment ( #15080 ) ( #15110 )
...
* Generate keypair file for c program deployment
* Build and use solana-keygen in test-stable-perf
(cherry picked from commit bba1b49663
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-04 23:02:01 +00:00
fea0bd234c
Fix pubkey refcount for shrink + clean ( #14987 ) ( #15108 )
...
(cherry picked from commit e4d0d4bfae
)
Co-authored-by: carllin <wumu727@gmail.com >
2021-02-04 22:11:57 +00:00
7af7d5f22c
Add LowFeeValidation Nomination ( #15098 ) ( #15102 )
...
(cherry picked from commit 53dab29528
)
Co-authored-by: bonsfi <bonsfi@users.noreply.github.com >
2021-02-04 11:06:29 -08:00
de4cccd977
Enable inflation candidate for RockX ( #15099 ) ( #15101 )
...
(cherry picked from commit c6f572c331
)
Co-authored-by: calvinzhou-rockx <55546839+calvinzhou-rockx@users.noreply.github.com >
2021-02-04 10:50:04 -08:00
9f74136632
borrow storages ( #15088 ) ( #15095 )
...
(cherry picked from commit f49a70e626
)
Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com >
2021-02-04 18:43:15 +00:00
21484acc20
Inflation Nomination for Diman ( #15083 ) ( #15091 )
...
(cherry picked from commit d87e0c3f1d
)
Co-authored-by: DimAn <71597545+diman-io@users.noreply.github.com >
2021-02-04 09:39:14 -08:00
36ad03af1f
calculate hash from store instead of index (bp #15034 ) ( #15084 )
...
* calculate hash from store instead of index (#15034 )
* calculate hash from store instead of index
* restore update hash in abs
(cherry picked from commit 600ff0d915
)
* fix merge conflict (#15085 )
Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com >
2021-02-04 16:58:11 +00:00
e255ee52b1
Nomination candidate for p2pvalidator ( #15079 ) ( #15090 )
...
(cherry picked from commit 2ed074ba2a
)
Co-authored-by: rk-p2p <56305239+rk-p2p@users.noreply.github.com >
2021-02-04 08:55:18 -08:00
972540907b
Don't load all accounts into memory for capitalization check ( #14957 ) ( #15072 )
...
* Don't load all accounts into memory for capitalization check
Co-authored-by: carllin <carl@solana.com >
2021-02-04 11:49:48 +00:00
cfeed09f1f
Add program deployment docs ( #15075 ) ( #15082 )
...
(cherry picked from commit d0118a5c42
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-04 10:42:37 +00:00
dadebb2bba
Don't reset accounts if the remove_account comes from a clean ( #15022 ) ( #15066 )
...
Store may be in-use with a snapshot creation, so don't disturb
it's state.
Co-authored-by: sakridge <sakridge@gmail.com >
2021-02-04 06:02:02 +00:00
169403a15e
removes pubkey references ( #15050 ) ( #15073 )
...
(cherry picked from commit 86467d825a
)
Co-authored-by: behzad nouri <behzadnouri@gmail.com >
2021-02-04 00:24:58 +00:00
e2a874370b
Cleanup v1 shrink path ( #15009 ) ( #15071 )
...
move legacy functions to another impl block
(cherry picked from commit 37aac5a12d
)
Co-authored-by: sakridge <sakridge@gmail.com >
2021-02-03 23:33:21 +00:00
baf7713744
Fix integer overflow in degenerate invoke_signed BPF syscalls ( #15051 ) ( #15069 )
...
(cherry picked from commit ebbaa1f8ea
)
Co-authored-by: Mrmaxmeier <Mrmaxmeier@gmail.com >
2021-02-03 23:04:03 +00:00
573304cf73
Fix which shared object the test uses ( #15060 ) ( #15068 )
...
(cherry picked from commit 02a5f7104a
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-03 22:49:55 +00:00
ec6d5933de
Revert hard nofile limit back to 500000 ( #15061 )
...
(cherry picked from commit 42bf6dc2ab
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-02-03 13:49:54 -08:00
30b815e7bc
Correct stakeconomy::vote::id() ( #15062 ) ( #15065 )
...
(cherry picked from commit c3ba70300b
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-02-03 12:41:53 -08:00
f463ebfde2
Upgradeable loader max_data_len limit ( #15039 ) ( #15057 )
...
(cherry picked from commit d24d5fba0e
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-03 18:34:06 +00:00
ba0aa706e4
Avoid panic when the release cache is empty
2021-02-03 09:32:57 -08:00
eacf9209f7
update transaction.md
2021-02-03 09:03:02 -08:00
ba12a14494
Nomination candidate for buburuza ( #15047 ) ( #15055 )
...
(cherry picked from commit f2d415cf13
)
Co-authored-by: buburuza27 <78487355+buburuza27@users.noreply.github.com >
2021-02-03 08:41:51 -08:00
4e60f95854
Don't squash caught errors, please ( #15046 ) ( #15049 )
...
* Don't squash caught errors, please
* Update blockstore.rs
* Update blockstore.rs
(cherry picked from commit 8376781ec8
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2021-02-03 16:33:53 +00:00
a7193ce834
adds flag to disable duplicate instance check ( #15006 ) ( #15053 )
...
(cherry picked from commit 0ad063f4e9
)
Co-authored-by: behzad nouri <behzadnouri@gmail.com >
2021-02-03 08:33:07 -08:00
f12a467177
transaction-history -v
now shows the transaction timestamp if available (#15052 )
...
(cherry picked from commit 971c222cf7
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-02-03 08:31:34 -08:00
45a92337f4
bump rust-bpf-sysroot to v0.14 ( #15040 ) ( #15045 )
...
(cherry picked from commit 286e4d6924
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-03 13:03:25 +00:00
bfa6e9bdf6
Nomination candidate for bunghi ( #15036 ) ( #15044 )
...
* Update feature_set.rs
* Update feature_set.rs
* Update sdk/src/feature_set.rs
* Update feature_set.rs
* Update sdk/src/feature_set.rs
Co-authored-by: Michael Vines <mvines@gmail.com >
(cherry picked from commit 87815ae1fd
)
Co-authored-by: bunghi <31234197+bunghi@users.noreply.github.com >
2021-02-03 11:41:37 +00:00
a7d9a52690
cli: add command to dump the upgradeable program to a file ( #15029 ) ( #15035 )
...
(cherry picked from commit 9c6d899efb
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-03 10:22:29 +00:00
4b3391f1d8
Cli: some moniker follow-up ( #14981 ) ( #15038 )
...
* Enable monikers in config set
* Fixup websocket compute
(cherry picked from commit 38e2fe8997
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-02-03 09:25:10 +00:00
19b203f344
cli: add query command to solana program (bp #15017 ) ( #15028 )
...
* cli: add query command to solana program (#15017 )
(cherry picked from commit 6cf6ef3a32
)
# Conflicts:
# cli-output/src/cli_output.rs
# cli/src/program.rs
* fix conflicts
Co-authored-by: Jack May <jack@solana.com >
2021-02-03 08:04:18 +00:00
6150faafb6
Adapt create-snapshot to avoid triggering recent internal bank sanity checks
...
(cherry picked from commit 709aa74e11
)
2021-02-02 23:22:01 -08:00
49e608295e
docs: bump nofiles recommendations to match maps
...
(cherry picked from commit 894b412aef
)
2021-02-02 23:21:24 -08:00
636be95e2a
CLI: Move solana validators
summary to end of output ( #15033 )
...
(cherry picked from commit 31d30bb5e8
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-02-03 06:36:47 +00:00
0db5a74bb9
streamline calculate_accounts_hash ( #14980 ) ( #15015 )
...
Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com >
2021-02-03 05:31:25 +00:00
08fd4905db
remove legacy merkle root (bp #14772 ) ( #15021 )
...
* remove legacy merkle root (#14772 )
* remove legacy merkle root
f78197a
* clippy
* compile error
* borrow error
* derministic results
* clippy
* borrow
(cherry picked from commit 1b85114a9c
)
# Conflicts:
# merkle-root-bench/src/main.rs
# runtime/src/accounts_db.rs
* remove legacy merkle root (#14772 )
* remove legacy merkle root
f78197a
* clippy
* compile error
* borrow error
* derministic results
* clippy
* borrow
Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com >
2021-02-03 03:19:28 +00:00
3610b6f31c
cli: Don't overallocate upgradeable program if --final specified ( #15011 ) ( #15027 )
...
(cherry picked from commit a1b9e00c14
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-03 03:09:27 +00:00
b35f35a7e8
keygen: Improve messaging around BIP39 passphrase usage ( #15026 )
...
(cherry picked from commit 53423c99aa
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-02-03 02:09:20 +00:00
790a6b7550
CLI: Surface account query errors ( #15024 )
...
(cherry picked from commit 3abb39c04f
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-02-03 01:59:59 +00:00
30d2e15945
speed up merkle root calculation (bp #14710 ) ( #15020 )
...
* speed up merkle calculation (#14710 )
(cherry picked from commit 18bd0c9a5b
)
* back port crate versions for merkle-root-bench
Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com >
Co-authored-by: Jeff Washington (jwash) <wash678@gmail.com >
2021-02-02 19:39:49 -06:00
7b3c7a075a
Allow passing buffer by keypair to cli program deploy ( #15010 ) ( #15016 )
...
(cherry picked from commit 7831428e82
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-02 22:49:09 +00:00
f534698618
CLI: Add sigverify results to solana decode-transaction
output (bp #14964 ) ( #15008 )
...
* cli-output: Add option sigverify status to `println_transaction()` output
(cherry picked from commit a2aea0ca33
)
* cli: Add sigverify status to `decode-transaction` output
(cherry picked from commit d547585041
)
* CLI: Modernize `decode-transaction` about message
(cherry picked from commit fddbfe1052
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-02-02 20:33:24 +00:00
fe1347b441
Clean up some old commitment names ( #14994 ) ( #15003 )
...
(cherry picked from commit 2780214e71
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-02-02 18:48:19 +00:00
8f6c01f0f8
Add Hackathon banner ( #15004 ) ( #15005 )
...
(cherry picked from commit b57f33948d
)
Co-authored-by: R. M. Shea <8948187+rmshea@users.noreply.github.com >
2021-02-02 09:46:47 -07:00
066ff36175
Disable AppendVec warn! for now ( #14996 ) ( #15001 )
...
* Disable AppendVed warn! for now
* Fix version...
* Update append_vec.rs
(cherry picked from commit 31168fe343
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2021-02-02 16:09:49 +00:00
5da9e7cb8a
Parse SPL Memo v3 ( #14979 ) ( #14989 )
...
* Parse memo v3 too
* tree
(cherry picked from commit 34dfcc9c6f
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-02-01 23:16:01 -07:00
09b68f2fbb
Inflation Nomination for BL ( #14972 )
...
(cherry picked from commit 8e0fdff17c
)
2021-02-01 21:00:15 -08:00
d9fcd84bc2
Add validator flag to opt in to cpi and logs storage (bp #14922 ) ( #14973 )
...
* Add validator flag to opt in to cpi and logs storage (#14922 )
* Add validator flag to opt in to cpi and logs storage
* Default TestValidator to opt-in; allow using in multinode-demo
* No clone
Co-authored-by: Carl Lin <carl@solana.com >
(cherry picked from commit cbb8b79a60
)
* TestValidator store cpi and logs
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-02-02 02:51:35 +00:00