b22de369b7
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
2020-09-03 11:35:06 -06:00
b940da4040
Update token amounts in parsed instructions to retain full precision ( #12020 )
2020-09-03 11:34:52 -06:00
3f39ab1e04
Fix forwarding calculation ( #12014 )
...
Co-authored-by: Carl <carl@solana.com >
2020-09-03 02:31:28 -07:00
bd7be8401f
chore:(deps): bump @types/react from 16.9.48 to 16.9.49 in /explorer ( #12015 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.48 to 16.9.49.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-03 08:09:55 +00:00
36a294aae0
Fix test ( #12013 )
2020-09-03 16:28:54 +09:00
fb71ee60aa
Purge storage rewards from accounts db for testnet ( #11996 )
...
* Purge storage rewards from accounts db for testnet
* Fix test failing only on stable
2020-09-03 15:42:27 +09:00
4b1cb51a3e
Move forward token2 native mint testnet epoch ( #12007 )
2020-09-03 06:38:51 +00:00
89bca6110a
Clarify comments and names in inflation code ( #11977 )
2020-09-03 14:15:12 +09:00
29cfbce21d
Revert "Remove ::solana_sdk hack ( #11326 )"
...
This reverts commit c099b29b36
.
2020-09-02 15:24:38 -07:00
da1b480bd3
Update CI to Rust 1.46.0
2020-09-02 15:24:38 -07:00
e525999d59
Add missing testnet pubkeys and remove duplicates ( #12000 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-09-02 20:19:09 +00:00
b041afe1be
Bigtable method to return a single row of data ( #11999 )
2020-09-02 13:41:25 -06:00
7bc9eddb99
chore:(deps): bump @types/node from 14.6.0 to 14.6.2 in /explorer ( #11995 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.0 to 14.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-02 08:16:26 +00:00
af08221aec
Switch account hashing to blake3 ( #11969 )
...
* Switch account hashing to blake3
Co-authored-by: Carl <carl@solana.com >
2020-09-02 00:37:36 -07:00
2ed6a457b4
Revert Cargo.toml ( #11989 )
...
Co-authored-by: Carl <carl@solana.com >
2020-09-02 00:36:53 -07:00
46aac4819a
Use conventional special self notation ( #11990 )
2020-09-02 06:49:34 +00:00
1c1a3f979d
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 >
2020-09-01 22:06:06 -07:00
7568bb573f
Update validator_list.rs
2020-09-01 18:37:20 -06:00
fab2d44abd
Add BPF test program instruction monitoring ( #11984 )
2020-09-01 17:25:55 -07:00
213196212e
Update validator_list.rs
2020-09-01 14:32:16 -06:00
8f22887c45
Update validator_list.rs
2020-09-01 14:00:07 -06:00
b720921c83
Docs.rs version replacement ( #11981 )
2020-09-01 13:47:29 -06:00
d57f021057
Update validator_list.rs
2020-09-01 13:05:42 -06:00
721393ce12
Update validator_list.rs
2020-09-01 12:41:13 -06:00
12eb0af3d1
Update validator_list.rs
2020-09-01 12:21:57 -06:00
e048e08dae
fix: update Pubkey typescript bindings ( #11971 )
2020-09-01 11:14:41 -07:00
27050f1ee4
Update validator_list.rs
2020-09-01 11:59:39 -06:00
d1c08d0b04
chore: fix token tests ( #11975 )
2020-09-01 10:58:40 -07:00
7341e60043
Ensure that the spl-token 2 native mint account is owned by the spl-token 2 program.
...
Workaround for https://github.com/solana-labs/solana-program-library/issues/374 until spl-token 3 is shipped
2020-09-01 17:09:36 +00:00
53a900a28c
explorer: 11938 display owner in token distribution table ( #11953 )
...
* include owner on largest token distribution tab
* run format:fix
2020-09-01 09:21:47 -07:00
839b926e0b
Update validator_list.rs
2020-09-01 10:16:49 -06:00
c177d3c33e
Update validator_list.rs
2020-09-01 10:10:58 -06:00
11ac4eb21d
Add tests for the Debug and activation Vecs ( #11926 )
...
* Add tests for the Debug and activation Vecs
* Rename a bit
2020-09-01 17:48:25 +09:00
07ecb56753
chore:(deps): bump @types/jest from 26.0.10 to 26.0.12 in /explorer ( #11967 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.10 to 26.0.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-01 08:06:42 +00:00
0ed360b5e5
fix program test stubs ( #11956 )
...
* fix program tset stubs
* nudge
2020-08-31 21:48:16 -07:00
2de7768f41
Remove cached transactions from explorer and update copy ( #11965 )
2020-09-01 12:46:19 +08:00
7641b60a2b
Remove log ( #11949 )
...
Co-authored-by: Carl <carl@solana.com >
2020-08-31 16:40:22 -07:00
a19f696a42
Add missing backslash to solana-validator command
2020-08-31 16:27:42 -07:00
d167feda98
fix: bn clipping in create_program_address ( #11951 )
2020-08-31 15:02:21 -07:00
ae0fd3043a
Add support for deprecated loader ( #11946 )
2020-08-31 14:06:58 -07:00
9b9d559312
Increase message_processor logging to error level ( #11945 )
2020-08-31 13:11:12 -07:00
278f2fe078
Remove secrets not required by the main public CI
2020-08-31 11:05:28 -07:00
f78594dfc1
Remove unused GEOLOCATION_API_KEY
2020-08-31 11:05:28 -07:00
8f578bfddb
Remove evil whitespace
2020-08-31 09:03:39 -07:00
48e5a11d68
stake-o-matic: add Certus One testnet validator
2020-08-31 09:03:39 -07:00
af5084856a
Disable explorer block time fetching errors ( #11931 )
2020-08-31 17:39:26 +08:00
f385af25e5
Simplify get_programs(), specify a real Preview activation epoch for new BPFLoader
2020-08-31 09:10:25 +00:00
6234909373
Fix use-deprecated-loader arg ( #11921 )
2020-08-31 08:41:00 +00:00
5b1aca1a91
chore:(deps): bump @sentry/react from 5.21.4 to 5.22.3 in /explorer ( #11924 )
...
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript ) from 5.21.4 to 5.22.3.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.21.4...5.22.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 08:08:53 +00:00
49b7497491
Avoid scripts/cargo-for-all-lock-files.sh check
on release branches
2020-08-31 00:40:54 -07:00