mergify[bot]
|
e023719c58
|
Add preflight checks to sendTransaction RPC method (bp #10338) (#10362)
automerge
|
2020-06-01 22:45:51 -07:00 |
|
mergify[bot]
|
c344a878b6
|
validator: Added --health-check-slot-distance (bp #10324) (#10330)
automerge
|
2020-05-29 17:49:09 -07:00 |
|
mergify[bot]
|
9b63f7a50f
|
Improve Rpc inflation tooling (bp #10309) (#10321)
automerge
|
2020-05-29 17:35:10 -07:00 |
|
Trent Nelson
|
b128087445
|
Backport of #9161 to v1.1 branch (#10327)
automerge
|
2020-05-29 16:34:36 -07:00 |
|
Tyera Eulberg
|
72755fcd19
|
Add mechanism to get blockhash's last valid slot (#10239) (#10318)
automerge
|
2020-05-29 11:27:45 -07:00 |
|
mergify[bot]
|
995759faf5
|
Add commitment parameter to getFeeCalculatorForBlockhash (#10255) (#10296) (#10302)
automerge
|
2020-05-28 15:26:39 -07:00 |
|
mergify[bot]
|
db60bd30dc
|
Feign RPC health while in a --wait-for-supermajority holding pattern (#10295) (#10300)
automerge
|
2020-05-28 13:53:05 -07:00 |
|
carllin
|
bc86ee8d13
|
Fix run_orphan DOS (#10290)
Co-authored-by: Carl <carl@solana.com>
|
2020-05-28 11:29:13 -07:00 |
|
Michael Vines
|
24c796b434
|
Bump version to 1.1.16
|
2020-05-27 18:13:17 -07:00 |
|
Michael Vines
|
f1201502d4
|
Bump version to 1.1.15
|
2020-05-26 21:22:34 -07:00 |
|
Tyera Eulberg
|
fd5222ad21
|
V1.1 single gossip commitment (#10263)
automerge
|
2020-05-26 21:16:46 -07:00 |
|
mergify[bot]
|
768a5f2b40
|
Cluster info metrics (#10215) (#10235)
automerge
|
2020-05-26 17:28:14 -07:00 |
|
mergify[bot]
|
82772f95a1
|
LedgerCleanupService no longer causes an OOM and actually purges (bp #10199) (#10221)
automerge
|
2020-05-24 23:24:45 -07:00 |
|
mergify[bot]
|
0b5d3df251
|
Optimize banking processing of AccountInUse (#10154) (#10193)
automerge
|
2020-05-24 11:46:10 -07:00 |
|
Michael Vines
|
68d0fe2dbc
|
Update another non-circulating account
|
2020-05-22 15:11:19 -07:00 |
|
mergify[bot]
|
3aad5f563e
|
Add another non-circulating account (#10186) (#10190)
automerge
|
2020-05-22 14:59:21 -07:00 |
|
mergify[bot]
|
ccfe09e460
|
Fixup deserialize_bs58_transaction, and make a few error types more targeted (#10171) (#10177)
automerge
|
2020-05-21 19:09:24 -07:00 |
|
mergify[bot]
|
6fd57fafc8
|
REST API now returns supply in SOL rather than lamports (#10170) (#10174)
automerge
(cherry picked from commit 18be7a7966 )
Co-authored-by: Michael Vines <mvines@gmail.com>
|
2020-05-21 16:54:12 -07:00 |
|
mergify[bot]
|
c7d857583f
|
Revert "Add AVX2 runtime checks (#10033)" (#10167) (#10169)
This reverts commit cf8eb7700b .
(cherry picked from commit 486168b796 )
Co-authored-by: Michael Vines <mvines@gmail.com>
|
2020-05-21 13:19:47 -07:00 |
|
mergify[bot]
|
e29b7876ad
|
Add v0 REST APIs for circulating and total supply (bp #10102) (#10160)
automerge
|
2020-05-20 21:51:25 -07:00 |
|
mergify[bot]
|
94b97e4b56
|
Ignore test_tvu_exit (#10134) (#10138)
automerge
|
2020-05-20 00:57:34 -07:00 |
|
mergify[bot]
|
06a63549c1
|
Add SimulateTransaction RPC endpoint (#10106) (#10116)
automerge
|
2020-05-19 14:25:06 -07:00 |
|
Michael Vines
|
726eadc64b
|
Bump version to 1.1.14
|
2020-05-18 15:15:26 -07:00 |
|
mergify[bot]
|
4d18144232
|
Update accounts whitelist (#10100) (#10104)
automerge
|
2020-05-18 14:42:02 -07:00 |
|
mergify[bot]
|
342cf90ce1
|
Trigger RPC notifications after block commitment cache update (#10077) (#10101)
automerge
|
2020-05-18 13:34:18 -07:00 |
|
Michael Vines
|
2634402fef
|
Bump version to 1.1.13
|
2020-05-17 16:35:36 -07:00 |
|
carllin
|
997f317c23
|
v1.1: Add nonce to shreds repairs, add shred data size to header (#10076)
* Add nonce to shreds/repairs
* Add data shred size to header
* Align nonce unlock with epoch 47
Co-authored-by: Carl <carl@solana.com>
|
2020-05-17 13:36:15 -07:00 |
|
mergify[bot]
|
b6d6ff786a
|
Forge a confirmed root before halting for RPC inspection (#10061) (#10067)
automerge
|
2020-05-15 10:30:02 -07:00 |
|
Ryo Onodera
|
e9dda5ebd7
|
v1.1: Eager rent collection (#10028)
* Introduce eager rent collection (#9527)
* Switch AccountsIndex.account_maps from HashMap to BTreeMap
* Introduce eager rent collection
* Start to add tests
* Avoid too short eager rent collection cycles
* Add more tests
* Add more tests...
* Refacotr!!!!!!
* Refactoring follow up
* More tiny cleanups
* Don't rewrite 0-lamport accounts to be deterministic
* Refactor a bit
* Do hard fork, restore tests, and perf. mitigation
* Fix build...
* Refactor and add switch over for testnet (TdS)
* Use to_be_bytes
* cleanup
* More tiny cleanup
* Rebase cleanup
* Set Bank::genesis_hash when resuming from snapshot
* Reorder fns and clean ups
* Better naming and commenting
* Yet more naming clarifications
* Make prefix width strictly uniform for 2-base partition_count
* Fix typo...
* Revert cluster-dependent gate
* kick ci?
* kick ci?
* kick ci?
(cherry picked from commit 1eb40c3fe0 )
# Conflicts:
# core/tests/bank_forks.rs
# ledger/src/bank_forks_utils.rs
# ledger/src/snapshot_utils.rs
# runtime/src/bank.rs
* Fix merge conflicts
* Add gating
* Add Danger comment...
* Delay activation epoch
* Add gating for stable as well
* fmt...
* fmt!!!!
|
2020-05-15 15:38:31 +09:00 |
|
mergify[bot]
|
fa34e6e419
|
solana-gossip spy can now specify a shred version (#10040) (#10042)
automerge
|
2020-05-13 21:17:12 -07:00 |
|
mergify[bot]
|
ab9fe5e9ad
|
Add AVX2 runtime checks (#10033) (#10035)
automerge
|
2020-05-13 13:43:06 -07:00 |
|
Ryo Onodera
|
3474419111
|
Revert "[NO-MERGE; needs gating logic] Introduce eager rent collection (bp #9527) (#10022)" (#10026)
This reverts commit ff21251416 .
|
2020-05-13 22:51:59 +09:00 |
|
mergify[bot]
|
ff21251416
|
[NO-MERGE; needs gating logic] Introduce eager rent collection (bp #9527) (#10022)
automerge
|
2020-05-13 06:12:45 -07:00 |
|
mergify[bot]
|
82783b18ea
|
Rpc: optionally filter getLargestAccounts by circulating/nonCirculating (#10007) (#10014)
automerge
|
2020-05-12 21:54:44 -07:00 |
|
mergify[bot]
|
b7c6f38665
|
Enable disk metrics (#10009) (#10010)
automerge
|
2020-05-12 16:45:26 -07:00 |
|
Michael Vines
|
867a213cd3
|
Bump version to v1.1.12
|
2020-05-11 22:10:03 -07:00 |
|
Michael Vines
|
c51a18a887
|
getClusterNodes RPC API now includes the node software version (#9993)
|
2020-05-11 21:38:19 -07:00 |
|
Michael Vines
|
8d7e90e9b8
|
Advertise node version in gossip (#9986)
automerge
|
2020-05-11 17:45:19 -07:00 |
|
mergify[bot]
|
eb11db3e3e
|
Check slot cleaned up for RPC blockstore/slot queries (#9982) (#9989)
automerge
|
2020-05-11 16:49:22 -07:00 |
|
mergify[bot]
|
8d8ad84527
|
Add retransmit packets_by_slot metrics (#9975) (#9984)
automerge
|
2020-05-11 15:25:40 -07:00 |
|
mergify[bot]
|
52e27712e1
|
Retransmit and shred fetch metrics (#9965) (#9969)
automerge
|
2020-05-10 23:15:15 -07:00 |
|
mergify[bot]
|
b213004157
|
Rpc: Add getCirculatingSupply endpoint, redux (#9953) (#9955)
automerge
|
2020-05-09 12:32:08 -07:00 |
|
Michael Vines
|
5cd685ed3a
|
Bump version to v1.1.11
|
2020-05-07 16:57:43 -07:00 |
|
mergify[bot]
|
558324b861
|
Refactor RPC subscriptions account handling (#9888) (#9912)
automerge
|
2020-05-07 01:14:58 -07:00 |
|
carllin
|
b7c6e139e6
|
Revert (#9908)
automerge
|
2020-05-06 22:28:19 -07:00 |
|
Michael Vines
|
fc21c857a3
|
Bump version to v1.1.10
|
2020-05-06 16:04:41 -07:00 |
|
mergify[bot]
|
614ad64ec1
|
Fix (#9896) (#9901)
automerge
|
2020-05-06 13:31:02 -07:00 |
|
mergify[bot]
|
59a2b05b44
|
Gossip no longer pushes/pulls from nodes with a different shred version (#9868) (#9894)
automerge
|
2020-05-05 23:06:36 -07:00 |
|
mergify[bot]
|
e85f9fcb73
|
Repair alternate versions of dead slots (bp #9805) (#9886)
automerge
|
2020-05-05 19:22:16 -07:00 |
|
mergify[bot]
|
28fa5149b7
|
Rpc: Filter blockstore data by cluster-confirmed root (#9873) (#9881)
automerge
|
2020-05-04 22:34:37 -07:00 |
|