Commit Graph

117 Commits

Author SHA1 Message Date
Trent Nelson a46358b0b0 SoM: Evict cache entries older than five epochs 2021-02-19 21:34:53 -07:00
Trent Nelson 985ce29dc6 SoM: Cache confirmed blocks queries 2021-02-19 21:34:53 -07:00
Trent Nelson 513ec31d1e SoM: Retry HTTP 502/504 2021-02-19 21:34:53 -07:00
publish-docs.sh 02070c5623 Add TdS 12 validator pubkeys 2021-02-19 17:51:00 -07:00
Michael Vines faaef6771e Add --max-old-release-version-percentage 2021-02-18 16:14:40 -08:00
Michael Vines ac0e9a6ce1 Add --minimum-release-version argument to allow for destaking of nodes that fail to keep with software updates 2021-02-18 16:14:40 -08:00
Trent Nelson 7f7370c306 Re-allow clippy::integer_arithmetic at crate-level 2021-02-17 13:55:08 -07:00
Michael Vines 830ef2bae4 Log validator root slot 2021-02-12 17:32:07 +00:00
Michael Vines b09114725a Fix path to solana-stake-o-matic 2021-02-11 21:20:51 -08:00
Dan Albert 45c92b787e
Update validator_list.rs 2021-02-11 17:14:42 -07:00
Dan Albert c51e49a746
Remove ineligible pubkeys 2021-02-08 16:42:53 -07:00
Dan Albert a5ba6b43bc
Add more MB onboarders 2021-02-02 20:51:18 -07:00
Dan Albert fa96119daa
Update validator_list.rs 2021-02-02 20:39:24 -07:00
Michael Vines 0ccac9b790 Sanity check that the RPC endpoint is healthy before performing too much work 2021-02-01 20:21:52 -08:00
publish-docs.sh cc8be7869b Add more MB nodes to stake bot 2021-01-31 10:54:54 -07:00
Michael Vines d34770e3b3 Log each validator's identity/vote/baseline/bonus address for easier issue triage 2021-01-30 18:55:16 +00:00
publish-docs.sh 33dc63ccbd Add new Mainnet Beta nodes Jan 29 2021-01-30 00:19:28 -07:00
Dan Albert 30ff1d6c9c
Remove inactive pubkeys from Mainnet Beta list 2021-01-27 10:45:12 -07:00
Dan Albert aebc1af1d8
Update validator_list.rs 2021-01-27 09:42:52 -07:00
Dan Albert 51dbc2785f
Update validator_list.rs 2021-01-26 18:00:06 -07:00
Tyera Eulberg ffa5c7dcc8
Deprecate commitment variants (#14797)
* Deprecate commitment variants

* Add new CommitmentConfig builders

* Add helpers to avoid allowing deprecated variants

* Remove deprecated transaction-status code

* Include new commitment variants in runtime commitment; allow deprecated as long as old variants persist

* Remove deprecated banks code

* Remove deprecated variants in core; allow deprecated in rpc/rpc-subscriptions for now

* Heavier hand with rpc/rpc-subscription commitment

* Remove deprecated variants from local-cluster

* Remove deprecated variants from various tools

* Remove deprecated variants from validator

* Update docs

* Remove deprecated client code

* Add new variants to cli; remove deprecated variants as possible

* Don't send new commitment variants to old clusters

* Retain deprecated method in test_validator_saves_tower

* Fix clippy matches! suggestion for BPF solana-sdk legacy compile test

* Refactor node version check to handle commitment variants and transaction encoding

* Hide deprecated variants from cli help

* Add cli App comments
2021-01-26 19:23:07 +00:00
Michael Vines 82b29891d1 Retry more 2021-01-22 19:45:58 -08:00
Michael Vines 78c2a9ef52 Fetch blockhash for each transaction simulation to avoid stale blockhashes 2021-01-22 19:45:58 -08:00
Dan Albert ed90ef76d4
Update validator_list.rs 2021-01-20 08:50:01 -07:00
Michael Vines fba4e51171 Add retries for getConfirmBlocks RPC operations for robustness 2021-01-19 21:08:07 +00:00
Michael Vines e99d7d3458 Require a notifier before affecting stake 2021-01-19 11:01:08 -08:00
Michael Vines d4fae886a2 Fix up stake-o-matic BigTable fetching 2021-01-15 08:40:51 +00:00
Michael Vines cc2886c13c
Display solana version (including commit sha1) before starting SoM 2021-01-14 21:17:54 -08:00
Michael Vines b758e4cb27 Fetch confirmed blocks from BigTable if all epoch data is not in the local ledger 2021-01-14 17:01:37 -08:00
Michael Vines 19bd30262a Add --max-commission argument, default 100% 2021-01-13 14:19:24 -08:00
publish-docs.sh 9f28758efa Add TdS 11 validators 2021-01-10 11:04:58 -07:00
Dan Albert f24d361e1a
Revert validator list changes (#14413) 2021-01-04 12:34:39 -07:00
Dan Albert 3a1e01cced
Allow setting max poor block producer percentage (#14266)
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-12-29 10:53:56 -05:00
Dan Albert edbeb5fe92
Update validator_list.rs 2020-12-16 21:41:12 -07:00
Dan Albert d296963c27
Update validator_list.rs 2020-12-16 20:39:08 -07:00
Dan Albert 31f8daa73b
Update validator_list.rs 2020-12-15 16:58:18 -07:00
Michael Vines 1e977ac025 Bump version to v1.6.0 2020-12-15 18:28:04 +00:00
Dan Albert 64ae82f681
Update validator_list.rs 2020-12-14 14:24:08 -07:00
Michael Vines 7143aaa89b Clippy 2020-12-14 08:03:29 -08:00
dependabot[bot] 88d950e5a8
chore: bump log from 0.4.8 to 0.4.11 (#13691)
* chore: bump log from 0.4.8 to 0.4.11

Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.11.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11)

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
2020-12-13 13:48:23 +09:00
publish-docs.sh e1872a450a Add more TdS 10 validators 2020-12-08 20:29:53 -07:00
publish-docs.sh e3a31d896a Cleanup validator list 2020-12-04 16:28:52 -07:00
publish-docs.sh 932d5fbf0c Add more TdS 10 validators 2020-12-02 20:29:22 -07:00
Dan Albert de6ecdf590
Update validator_list.rs 2020-12-02 17:26:18 -07:00
Dan Albert 1a7413d8c9
Update validator_list.rs 2020-12-01 13:48:36 -07:00
Dan Albert d22df1227f
Update validator_list.rs 2020-12-01 13:32:15 -07:00
Dan Albert 2f9df2a52f
Update validator_list.rs 2020-12-01 13:16:50 -07:00
Dan Albert fb4153b7fb
Update validator_list.rs 2020-12-01 13:13:13 -07:00
Dan Albert 83aaf18d6e
Update validator_list.rs 2020-12-01 08:46:55 -07:00
publish-docs.sh 75704f34ba Add TdS 10 validators 2020-11-30 17:48:09 -07:00