0fc0378347
fix solana-install syntax ( #12043 )
...
```
solana-install info
solana-install deploy
solana-install update
solana-install run
```
(cherry picked from commit 38f36a7a7a
)
Co-authored-by: pk <4514654+pkrasam@users.noreply.github.com >
2020-09-04 05:40:47 +00:00
aa3bdd3730
Revert signature-notification format change (bp #12032 ) ( #12038 )
...
* Revert signature-notification format change (#12032 )
* Use untagged RpcSignatureResult enum to avoid breaking downstream consumers of current signature subscriptions
* Clean up client duplication
* Clippy
(cherry picked from commit 39246f9dd7
)
# Conflicts:
# core/src/rpc_pubsub.rs
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-09-04 01:34:49 +00:00
962aed0961
Mark a withdraw authority as non-circulating ( #12033 ) ( #12036 )
...
(cherry picked from commit 2c091e4fca
)
Co-authored-by: Greg Fitzgerald <greg@solana.com >
2020-09-04 00:46:10 +00:00
bd76810623
Bump version to 1.3.9 ( #12034 )
2020-09-03 16:55:24 -07:00
58fe45f3e5
Don't query modern Ledger wallet app version with deprecated payload size ( #12031 )
...
(cherry picked from commit dff8242887
)
Co-authored-by: Trent Nelson <trent@solana.com >
v1.3.8
2020-09-03 21:55:55 +00:00
01a9360dbe
builds crds filters without looping over filters ( #11998 ) ( #12028 )
...
(cherry picked from commit bc7adb97ed
)
Co-authored-by: behzad nouri <behzadnouri@gmail.com >
2020-09-03 21:44:00 +00:00
f44d9d770a
Rpc: add getMultipleAccounts endpoint (bp #12005 ) ( #12024 )
...
* Rpc: add getMultipleAccounts endpoint (#12005 )
* Add rpc endpoint to return the state of multiple accounts from the same bank
* Add docs
* Review comments: Dedupe account code, default to base64, add max const
* Add get_multiple_accounts to rpc-client
(cherry picked from commit b22de369b7
)
* Use new_response for consistency
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-09-03 19:52:46 +00:00
79d9d28e7d
Update token amounts in parsed instructions to retain full precision ( #12020 ) ( #12022 )
...
(cherry picked from commit b940da4040
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-09-03 19:22:24 +00:00
d273d1acb2
Fix forwarding calculation ( #12014 ) ( #12019 )
...
Co-authored-by: Carl <carl@solana.com >
(cherry picked from commit 3f39ab1e04
)
Co-authored-by: carllin <wumu727@gmail.com >
2020-09-03 10:36:56 +00:00
991f188f23
Fix test ( #12013 ) ( #12017 )
...
(cherry picked from commit 36a294aae0
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-09-03 17:16:59 +09:00
8f02fdcc11
Purge storage rewards from accounts db for testnet ( #11996 ) ( #12011 )
...
* Purge storage rewards from accounts db for testnet
* Fix test failing only on stable
(cherry picked from commit fb71ee60aa
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-09-03 08:01:37 +00:00
3e78850331
Move forward token2 native mint testnet epoch ( #12007 ) ( #12010 )
...
(cherry picked from commit 4b1cb51a3e
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-09-03 07:48:55 +00:00
f29a741582
Clarify comments and names in inflation code ( #11977 ) ( #12008 )
...
(cherry picked from commit 89bca6110a
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-09-03 06:47:13 +00:00
3e6052faca
Bigtable method to return a single row of data ( #11999 ) ( #12002 )
...
(cherry picked from commit b041afe1be
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-09-02 21:01:58 +00:00
0b0710d522
Use conventional special self notation ( #11990 ) ( #11997 )
...
(cherry picked from commit 46aac4819a
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-09-02 11:59:16 +00:00
2f3fced8a8
Switch account hashing to blake3 ( #11969 ) ( #11992 )
...
* Switch account hashing to blake3
Co-authored-by: Carl <carl@solana.com >
(cherry picked from commit af08221aec
)
Co-authored-by: carllin <wumu727@gmail.com >
2020-09-02 08:40:07 +00:00
a5832366a7
Detect and notify when deserializable shreds are available (bp #11816 ) ( #11988 )
...
* Detect and notify when deserializable shreds are available (#11816 )
* Add logic to check for complete data ranges
* Add RPC signature notification
Co-authored-by: Carl <carl@solana.com >
(cherry picked from commit 1c1a3f979d
)
# Conflicts:
# accounts-bench/Cargo.toml
# core/src/rpc_pubsub.rs
* Fix conflicts
Co-authored-by: carllin <wumu727@gmail.com >
Co-authored-by: Carl <carl@solana.com >
2020-09-02 06:38:10 +00:00
f26ff6d6b2
Docs.rs version replacement ( #11981 ) ( #11982 )
...
(cherry picked from commit b720921c83
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-09-01 13:52:57 -06:00
57f149e415
Ensure that the spl-token 2 native mint account is owned by the spl-token 2 program. ( #11974 )
...
Workaround for https://github.com/solana-labs/solana-program-library/issues/374 until spl-token 3 is shipped
(cherry picked from commit 7341e60043
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-09-01 18:16:22 +00:00
8ece3847f9
Add tests for the Debug and activation Vecs ( #11926 ) ( #11968 )
...
* Add tests for the Debug and activation Vecs
* Rename a bit
(cherry picked from commit 11ac4eb21d
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-09-01 09:54:27 +00:00
0d23ad00b1
Update to rayon 1.4.0 ( #11898 ) ( #11902 )
...
(cherry picked from commit c4253dc0f9
)
Co-authored-by: sakridge <sakridge@gmail.com >
2020-09-01 04:53:39 +00:00
d9684f99c3
Remove log ( #11949 ) ( #11961 )
...
Co-authored-by: Carl <carl@solana.com >
(cherry picked from commit 7641b60a2b
)
Co-authored-by: carllin <wumu727@gmail.com >
2020-09-01 01:05:20 +00:00
6ea9c249d7
Add missing backslash to solana-validator command ( #11958 )
...
(cherry picked from commit a19f696a42
)
Co-authored-by: Richard Ayotte <rich.ayotte@gmail.com >
2020-08-31 23:43:22 +00:00
1e02069f86
Increase message_processor logging to error level ( #11945 ) ( #11948 )
...
(cherry picked from commit 9b9d559312
)
Co-authored-by: sakridge <sakridge@gmail.com >
2020-08-31 21:26:35 +00:00
b179ed0b90
Remove encrypted secrets not required by the main public CI (bp #11942 ) ( #11944 )
...
* Remove unused GEOLOCATION_API_KEY
(cherry picked from commit f78594dfc1
)
* Remove secrets not required by the main public CI
(cherry picked from commit 278f2fe078
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-08-31 18:59:52 +00:00
eb65ff750e
Simplify get_programs(), specify a real Preview activation epoch for new BPFLoader ( #11930 )
...
(cherry picked from commit f385af25e5
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-08-31 17:21:07 +00:00
663dc9959f
Bump version to v1.3.8
2020-08-31 10:18:42 -07:00
53ed6a2298
Fix use-deprecated-loader arg ( #11921 ) ( #11929 )
...
(cherry picked from commit 6234909373
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-08-31 09:53:34 +00:00
47962f3e80
Use DNS for devnet/testnet entrypoints ( #11922 )
...
(cherry picked from commit e4d7e1fe3f
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-08-31 07:53:02 +00:00
d3a16e4e13
Bump RPC banks up 1 port to avoid web3.js wss port conflict
...
(cherry picked from commit f8bb93a0f4
)
v1.3.7
2020-08-30 23:56:19 -07:00
250f5a8196
Add new trusted validator for testnet
2020-08-30 22:51:42 -07:00
83a17acc17
Add methods to adjust rent burn percentage, and hashes per tick
2020-08-30 16:50:43 -07:00
ed34b930e5
modify-genesis now writes elsewhere and produces a full genesis.tar.bz2
2020-08-30 16:47:27 -07:00
95816f7db9
Add ability to fork a local cluster from the latest mainnet-beta snapshot
2020-08-30 16:47:18 -07:00
e652c27142
Add bank-hash subcommand ( #11915 )
...
(cherry picked from commit a07980536a
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-08-30 19:05:04 +00:00
0811cb2966
Fix get_parsed_token_accounts ( #11907 ) ( #11909 )
...
(cherry picked from commit 60c7ac6f95
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-08-29 19:53:05 +00:00
311b419f8a
Bump version to v1.3.7
2020-08-29 11:42:14 -07:00
acb992c3be
Update to spl-token 2
v1.3.6
2020-08-29 09:23:20 -07:00
61aca235a3
Bump spl-token version
2020-08-29 03:24:36 -06:00
bad0709ff1
Update to token pack/unpack changes (bp #11900 ) ( #11903 )
...
* Update to token pack/unpack changes (#11900 )
(cherry picked from commit 2eff9a19c3
)
# Conflicts:
# account-decoder/Cargo.toml
# core/Cargo.toml
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-08-29 05:46:07 +00:00
2a649e990d
Update spl-token to v2.0 (bp #11884 ) ( #11897 )
...
* Update spl-token to v2.0 (#11884 )
* Update account-decoder to spl-token v2.0
* Update transaction-status to spl-token v2.0
* Update rpc to spl-token v2.0
* Update getTokenSupply to pull from Mint directly
* Fixup to spl-token v2.0.1
(cherry picked from commit 76be36c9ce
)
# Conflicts:
# Cargo.lock
# account-decoder/Cargo.toml
# core/Cargo.toml
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-08-28 23:36:53 +00:00
1a25889f72
Take v0.19.3 of perf libs which improves sigverify perf 2x ( #11894 ) ( #11895 )
...
(cherry picked from commit 9393dce1ff
)
Co-authored-by: sakridge <sakridge@gmail.com >
2020-08-28 20:37:26 +00:00
e15dca6961
Update devnet cluster docs since reboot
2020-08-28 10:36:11 -07:00
bb12f48014
Add SolFlare as stake-supporting wallet ( #11891 ) ( #11892 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
(cherry picked from commit 8ba3a33129
)
Co-authored-by: Dan Albert <dan@solana.com >
2020-08-28 16:17:24 +00:00
c6416fca6e
Bump version to 1.3.6 ( #11890 )
2020-08-28 16:58:59 +02:00
2f5d60bef7
Update epoch gating ( #11880 )
v1.3.5
2020-08-27 21:17:45 -07:00
ef1a9df507
Small cleaning around consensus/bank_forks ( #11873 ) ( #11881 )
...
(cherry picked from commit d8c529a9b8
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-08-28 01:06:21 +00:00
d2611f54a0
Make ledger-tool accounts print rent_epoch and slot ( #11845 ) ( #11870 )
...
(cherry picked from commit 57174cdabe
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-08-27 04:49:24 +00:00
6117f8d64e
Add SolFlare guide to docs ( #11843 ) ( #11868 )
...
(cherry picked from commit 36e8441149
)
Co-authored-by: Dan Albert <dan@solana.com >
2020-08-26 23:13:43 +00:00
67d9faaefc
Bump compute budget ( #11864 ) ( #11867 )
...
* Bump compute budget
* nudge
(cherry picked from commit ea179ad762
)
Co-authored-by: Jack May <jack@solana.com >
2020-08-26 23:12:01 +00:00