Tyera Eulberg
d1b2e6cdf2
Add getTokenLargestAccounts endpoint ( #11322 )
2020-08-02 10:23:44 -06:00
Michael Vines
27a8879574
Update update timeline
2020-08-02 08:57:52 -07:00
Michael Vines
ffbd859c42
Update spl-token and spl-memo
2020-08-02 07:53:42 -07:00
Justin Starry
433f262290
Fix explorer bugs ( #11336 )
...
* Fix race condition in explorer details fetching
* Fix SOL delta rendering bug
2020-08-02 22:29:40 +08:00
Justin Starry
4052008c42
Display owned tokens on account details page ( #11335 )
2020-08-02 21:55:36 +08:00
Justin Starry
b6ea9f1861
Clean up explorer data providers ( #11334 )
2020-08-02 20:18:28 +08:00
Justin Starry
0d8f3139ae
Add unified search bar to the explorer
2020-08-02 20:06:51 +08:00
Justin Starry
d4eb49d252
Add navbar and remove tabbed page layout
2020-08-02 20:06:51 +08:00
Justin Starry
eab48c99d7
Display SOL uniformly in explorer
2020-08-02 20:06:51 +08:00
Raj Gokal
97c0f7c364
Merge branch 'master' of github.com:solana-labs/solana
2020-08-01 08:33:45 -07:00
Raj Gokal
e2789b9373
cross-links SPL library
2020-08-01 08:33:26 -07:00
Justin Starry
2300080f68
Improve explorer tx count animation ( #11327 )
2020-08-01 23:05:20 +08:00
Justin Starry
54d36d2cfb
Add cluster stats tab to explorer ( #11325 )
2020-08-01 22:05:58 +08:00
Tyera Eulberg
9bcfc51df1
Add token rpc endpoints to rpc-client ( #11315 )
2020-07-31 20:53:49 +00:00
carllin
d7e961dac4
Enable new fork choice on mainnet, 400_000 slots into epoch 61 ( #11312 )
...
Co-authored-by: Carl <carl@solana.com>
2020-07-31 20:37:58 +00:00
Trent Nelson
c421d7f1b8
Test that off-curve pubkeys fail signature verify
2020-07-31 14:21:03 -06:00
Trent Nelson
251f974b50
Allow inspection of signature verification failures
2020-07-31 14:21:03 -06:00
Tyera Eulberg
7889c7603d
Explicit spl-token version
2020-07-31 13:59:09 -06:00
Greg Fitzgerald
61d9d219f9
Withdraw authority no longer implies a custodian ( #11302 )
...
* Withdraw authority no longer implies a custodian
Before this change, if the withdraw authority and custodian had
the same public key, then a withdraw authority signature would
imply a custodian signature and lockup would be not be enforced.
After this change, the client's withdraw instruction must
explictly reference a custodian account in its optional sixth
account argument.
Likewise, the fee-payer no longer implies either a withdraw
authority or custodian.
* Fix test
The test was configuring the stake account with the fee-payer as
the withdraw authority, but then passing in a different key to
the withdraw instruction's withdraw authority parameter. It only
worked because the second transaction was signed by the fee-payer.
2020-07-31 13:37:53 -06:00
Tyera Eulberg
0f551d4f75
Decode token instructions ( #11281 )
...
* Token->SplToken
* Add spl_token instruction parsing
* Rebase on master
* Gracefully fail key len mismatches
2020-07-31 13:26:09 -06:00
sakridge
1733f6c9e9
Update perf libs to 0.19.1 ( #11301 )
...
* fix for cuda sigverify check for small order pubkey
2020-07-31 09:19:43 -07:00
Michael Vines
52575349dc
Build programs with --no-default-features --features program
to match solana-sdk
2020-07-31 08:57:42 -07:00
Michael Vines
efcf9ff125
Adjust time window on mainnet-beta upgrade banner
2020-07-31 08:17:08 -07:00
dependabot[bot]
5d3c39b6a9
chore: bump rpc-websockets from 5.2.3 to 5.2.4 in /web3.js ( #11306 )
...
Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets ) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases )
- [Commits](https://github.com/elpheria/rpc-websockets/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 08:52:03 +00:00
dependabot[bot]
a2d40151ea
chore:(deps): bump @types/jest from 26.0.7 to 26.0.8 in /explorer ( #11305 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.7 to 26.0.8.
- [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-07-31 08:19:47 +00:00
dependabot[bot]
2930102064
chore:(deps): bump @solana/web3.js from 0.63.1 to 0.64.0 in /explorer ( #11304 )
...
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js ) from 0.63.1 to 0.64.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases )
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.63.1...v0.64.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 08:16:32 +00:00
Justin Starry
5a69c66877
feat: add token methods ( #11303 )
2020-07-31 12:33:54 +08:00
Dan Albert
a5b6fd3d9b
Add Vote Account Management Doc ( #11278 )
...
* Add vote account management doc
* Add links to new doc
* Whitespace
* Fixup language
* Cleaner title
* Apply review feedback
* Apply further feedback
* Fix usage page header
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-31 02:43:41 +00:00
Michael Vines
c78e12a262
Avoid spl-sdk dependency, which inhibits crate publishing
2020-07-30 23:47:26 +00:00
Greg Fitzgerald
1d2426ddbc
Move simulate_transaction from rpc to bank ( #11294 )
2020-07-30 19:15:45 +00:00
Justin Starry
d0f4b24481
fix: remove instanceof checks
2020-07-30 11:44:46 -07:00
Greg Fitzgerald
31ea69f278
Add low-latency, RPC proposal ( #11221 )
...
* Add RiP Curl proposal
* Apply review feedback
2020-07-30 10:52:47 -06:00
carllin
a23e1129a9
Switch to optimistic conf for notifying gossip subscribers ( #11289 )
...
Co-authored-by: Carl <carl@solana.com>
2020-07-30 02:52:27 -07:00
carllin
bf18524368
Add hook for getting vote transactions on replay ( #11264 )
...
* Add hook for getting vote transactions on replay
Co-authored-by: Carl <carl@solana.com>
2020-07-29 23:17:40 -07:00
Trent Nelson
a888f2f516
Reject TXs sent via RPC with no signatures
2020-07-30 00:07:33 -06:00
Trent Nelson
9778fedd7a
Add new RPC error for TXs with no signatures
2020-07-30 00:07:33 -06:00
Trent Nelson
a7079e4dde
Dereplicode send_transaction and request_airdrop RPC handlers
2020-07-30 00:07:33 -06:00
Trent Nelson
b962b2ce2d
Add failing test for TX sent via RPC with no signatures
2020-07-30 00:07:33 -06:00
Dan Albert
e8c0ec53e6
Fix wallet links ( #11284 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-30 05:06:04 +00:00
Josh Kauffman
995a7ba8eb
Update vote-signing.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
e0f74c6862
Update fork-generation.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
01e26012b3
Update wallet-guide.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
239080c131
Update stake-delegation-and-rewards.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
24831ea42d
Update vote-signing.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
1ecc276fd1
Update turbine-block-propagation.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
d6a4ad18fe
Update managing-forks.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
d93366fc52
Update fork-generation.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
8c611cf87e
Update leader-rotation.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
6a5b7e5b98
Update synchronization.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
8054c3f3fa
Fix typos
2020-07-29 20:40:44 -07:00