Commit Graph

14552 Commits

Author SHA1 Message Date
Justin Starry
8090ee31ab Left align tx id column 2020-06-12 16:32:05 -07:00
Justin Starry
237b3ae025 Add signature input to tx table (#9) 2020-06-12 16:32:05 -07:00
Justin Starry
82543886fb UI Tweaks 2020-06-12 16:32:05 -07:00
Justin Starry
45898415a1 Small tweaks 2020-06-12 16:32:05 -07:00
Justin Starry
068b034a22 Use https links for clusters (#8) 2020-06-12 16:32:05 -07:00
Justin Starry
03345e9005 Add network selector (#7) 2020-06-12 16:32:05 -07:00
Justin Starry
875aeaa53f Update web3 and fix hasha warning (#6) 2020-06-12 16:32:05 -07:00
Justin Starry
6006c30ace Add transaction card component and provider (#5) 2020-06-12 16:32:05 -07:00
Justin Starry
de1df895a0 Cleanup network provider (#3) 2020-06-12 16:32:05 -07:00
Justin Starry
d7b2612915 Fix travis build (#2) 2020-06-12 16:32:05 -07:00
Justin Starry
95001aa8ee Add network status button and url param parsing 2020-06-12 16:32:05 -07:00
Justin Starry
674ee37ee3 Switch from yarn to npm (#1) 2020-06-12 16:32:05 -07:00
Justin Starry
5ff479590c Enable Travis 2020-06-12 16:32:05 -07:00
Justin Starry
7ef953437f Enable prettier 2020-06-12 16:32:05 -07:00
Justin Starry
6619edb12c Fix dashkit scss building 2020-06-12 16:32:05 -07:00
Justin Starry
6aa797c05c Add placeholder main page 2020-06-12 16:32:05 -07:00
Justin Starry
6a38889572 Import dashkit theme 2020-06-12 16:32:05 -07:00
Justin Starry
d78d9898f3 First commit 2020-06-12 16:32:05 -07:00
Michael Vines
ca0589e5a7 Adjust ^ placement 2020-06-12 16:22:31 -07:00
Michael Vines
24eed881df Fix pull_request-only syntax 2020-06-12 16:16:56 -07:00
Michael Vines
644e37c03e shellcheck 2020-06-12 16:06:32 -07:00
Michael Vines
b54532b4c1 Add explorer/ carve out 2020-06-12 16:02:58 -07:00
Michael Vines
c2fa1032d7 Remove branch condition 2020-06-12 15:46:05 -07:00
Michael Vines
d6cd29b32a Restore lanaguage rust 2020-06-12 15:27:46 -07:00
Michael Vines
6c59093a67 Prepare Travis CI for web3.js and explorer 2020-06-12 15:23:55 -07:00
Greg Fitzgerald
2eb6f498a8 Remove redundant BankForks parameter (#10537) 2020-06-12 11:04:17 -06:00
Ryo Onodera
dfe72d5242 Optimize stale slot shrinking for previously cleaned roots (#10099)
* Prioritize shrinking of previously cleaned roots

* measure time of stale slot shrinking

* Disable shrink for test

* shrink: budgeting, store count, force for snapshot

* Polish implementation and fix tests

* Fix ci..

* Clean up a bit

* Further polish implementation and fix/add tests

* Rebase fixes

* Remove unneeded Default for AccountStorageEntry

* Address review comments

* More cleanup

* More cleanup
2020-06-12 14:51:43 +09:00
Jack May
4f761395d2 Adhere to naming conventions (#10530)
automerge
2020-06-11 19:10:34 -07:00
Dan Albert
914f285914 Add Trust Wallet security info (#10516)
automerge
2020-06-11 17:59:41 -07:00
Michael Vines
206b8118a1 Buildkite pipeline overhaul 2 (#10529) 2020-06-11 17:34:13 -07:00
Greg Fitzgerald
fb8612be49 Update non-circulating pubkeys (#10524)
automerge
2020-06-11 16:30:25 -07:00
Greg Fitzgerald
9077c4a776 Enable jsonrpc client (#10522) 2020-06-11 16:51:25 -06:00
Jack May
b03a347803 Document InvokeContext trait (#10514) 2020-06-11 15:31:13 -07:00
carllin
526eefac97 Fix clippy (#10521)
Co-authored-by: Carl <carl@solana.com>
2020-06-11 15:26:00 -06:00
Michael Vines
bca386c776 Put docs step in a container 2020-06-11 13:42:20 -07:00
Michael Vines
d79759595a Remove unneeded doc check 2020-06-11 13:18:03 -07:00
Michael Vines
e2d46375cd Rework buildkite pipeline construction to be more composable 2020-06-11 13:17:25 -07:00
Michael Vines
8b3dc2d44b Force CI_REPO_SLUG 2020-06-11 13:13:54 -07:00
carllin
2e1d59ff85 Adopt heaviest subtree fork choice rule (#10441)
* Add HeaviestSubtreeForkChoice

* Make replay stage switch between two fork choice rules

Co-authored-by: Carl <carl@solana.com>
2020-06-11 12:16:04 -07:00
Michael Vines
0510b6e336 Add merge-stake subcommmand 2020-06-10 23:19:31 -07:00
Dan Albert
ee007e0d31 Add stage 5 TdS Validators to list (#10508)
automerge
2020-06-10 18:57:18 -07:00
Michael Vines
769f456a22 Add RPC Send Transaction Service graphs 2020-06-10 18:14:06 -07:00
Michael Vines
60bc64629c Add StakeInstruction::Merge (#10503)
automerge
2020-06-10 17:22:47 -07:00
sakridge
4c140acb3b ClusterInfo cleanup (#10504)
automerge
2020-06-10 17:00:17 -07:00
Greg Fitzgerald
9c2c64f8c8 More reliable way to detect expired transactions (#10482)
When the root slot is beyond the last valid slot, we can say
with certainty that the blockhash is expired. Unfortunately,
we still can't say the transaction didn't land. It may have
landed a long time ago and the validator has since purged
its transaction status.
2020-06-10 17:00:13 -06:00
Boqin Qin
1e3554b33d runtime: fix possible deadlock in bank (#10466) 2020-06-11 02:02:08 +09:00
sakridge
6eb5ef6ac7 Add back missing pull_response success counter (#10491) 2020-06-10 09:17:57 -07:00
Trent Nelson
a15f60a291 Factor out testnet automation SW version resolution 2020-06-10 09:55:39 -06:00
Michael Vines
c3bb4b7405 Add vote-update-commission subcommand 2020-06-10 08:30:55 -07:00
Michael Vines
2bcbe44c79 Add VoteInstruction::UpdateCommission 2020-06-10 08:30:55 -07:00