Commit Graph

138 Commits

Author SHA1 Message Date
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
Dan Albert df0be063d8
Update validator_list.rs 2020-11-26 11:06:04 -07:00
Dan Albert 4c4c6572e7
Update validator_list.rs 2020-11-24 10:05:19 -07:00
Dan Albert 2aee43f3ce
Remove TdS validators from SoM with 14 day delinquency (#13678) 2020-11-18 19:41:14 -07:00
Dan Albert d9a07e7ed9
Add new MB validators from TdS 7 and 8 (#13676) 2020-11-18 15:25:03 -07:00
publish-docs.sh cb2e8f9084 Add remaining stage 9 TdS validators 2020-11-04 13:44:57 -07:00
Dan Albert bb63e9486d
Update validator_list.rs 2020-11-04 10:47:00 -07:00
Dan Albert 5db6e4748d
Update validator_list.rs 2020-11-04 10:37:43 -07:00
Dan Albert bbe2834c82
Update validator_list.rs 2020-11-04 10:27:28 -07:00
Dan Albert 120fc03aff
Add validators to SoM list (#13322) 2020-11-02 11:42:46 -07:00
Michael Vines b3c2752bb0 simulate_transaction_with_config() now passes full config to server 2020-10-11 21:45:00 -07:00
Dan Albert 9629baa0c7
Update validator_list.rs 2020-10-08 10:56:50 -06:00
Michael Vines 11df2e2236 Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
Dan Albert 5eaf65af4f
Update validator_list.rs 2020-10-06 16:34:00 -06:00
Michael Vines c10da16d7b Port instructions sysvar and secp256k1 program activation to FeatureSet 2020-09-25 11:40:36 -07:00
Trent Nelson 325a7e9f86 Move CLI cli_output module to its own crate 2020-09-23 15:58:44 -06:00
sakridge 3930cb865a
Add keccak-secp256k1 instruction (#11839)
* Implement keccak-secp256k1 instruction

Verifies eth addreses with ecrecover function

* Move secp256k1 test
2020-09-15 18:23:21 -07:00
Michael Vines 04bb33ad16 Sort the validator identities 2020-09-13 18:17:26 +00:00
Michael Vines 917a6784cf Correctly identify the Solana boot nodes 2020-09-13 18:17:26 +00:00
Dan Albert 9dabcfc388
Add Solana nodes to stake-o-matic (#12190)
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-09-11 20:22:48 +00:00
Dan Albert ce12c1e7a2
Sort MB validator list and add September entrants (#12170)
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-09-11 13:13:38 -06:00
Dan Albert 0abf4db82e
Update validator_list.rs 2020-09-08 19:56:20 -06:00
Dan Albert 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
Dan Albert 7568bb573f
Update validator_list.rs 2020-09-01 18:37:20 -06:00
Dan Albert 213196212e
Update validator_list.rs 2020-09-01 14:32:16 -06:00
Dan Albert 8f22887c45
Update validator_list.rs 2020-09-01 14:00:07 -06:00
Dan Albert d57f021057
Update validator_list.rs 2020-09-01 13:05:42 -06:00
Dan Albert 721393ce12
Update validator_list.rs 2020-09-01 12:41:13 -06:00
Dan Albert 12eb0af3d1
Update validator_list.rs 2020-09-01 12:21:57 -06:00
Dan Albert 27050f1ee4
Update validator_list.rs 2020-09-01 11:59:39 -06:00
Dan Albert 839b926e0b
Update validator_list.rs 2020-09-01 10:16:49 -06:00
Dan Albert c177d3c33e
Update validator_list.rs 2020-09-01 10:10:58 -06:00
Leopold Schabel 8f578bfddb Remove evil whitespace 2020-08-31 09:03:39 -07:00
Leopold Schabel 48e5a11d68 stake-o-matic: add Certus One testnet validator 2020-08-31 09:03:39 -07:00
Eric Williams 736dd13262
updated stake-o-matic base and bonus amounts (#11879) 2020-08-27 11:38:06 -07:00
Dan Albert f7426b18b7
Add new TdS stage 7 validators (#11861)
* Add new TdS stage 7 validators

* rm bad pubkey

* fix whitespace

Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-08-26 21:53:27 +00:00
Dan Albert 4988dc891b
Update validator_list.rs (#11815) 2020-08-24 18:06:18 -06:00
Michael Vines 5332fcade6 Notify but don't abort on unexpected stake account balance 2020-08-22 18:34:51 -07:00
Trent Nelson e12ab9d0dd Bump version to 1.4.0 2020-08-05 12:04:15 -06:00
Dan Albert 862eb87184
Update validator_list.rs 2020-07-16 16:13:45 -06:00
Dan Albert 20fa776728
Add TdS 6 validators to testnet auto-staker (#11068)
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-14 23:45:18 +00:00
Dan Albert da7a31b662
Add MB validators to SOM (#10977)
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-09 23:43:48 +00:00
Dan Albert bcf36cbf18
Add June intake validators to SOM (#10899)
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-02 21:08:54 +00:00
Greg Fitzgerald 1c498369b5
Remove fee-payer guesswork from Message and Transaction (#10776)
* Make Message::new_with_payer the default constructor

* Remove Transaction::new_[un]signed_instructions

These guess the fee-payer instead of stating it explicitly
2020-06-24 14:52:38 -06:00
Michael Vines b297d0b423 Permit users to assign labels to account addresses 2020-06-18 18:46:49 +00:00
Michael Vines 336339ac33
Still destake delinquents on poor block production (#10646)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-17 11:29:28 +00:00
R. M. Shea 48febf153b
Change documentation introduction to indicate Foundation IP transfer (#10440) 2020-06-13 14:41:05 -07:00
dependabot-preview[bot] e5a2c75fab Bump serde_yaml from 0.8.12 to 0.8.13
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.12 to 0.8.13.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.12...0.8.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-13 09:48:15 -07:00
Dan Albert ee007e0d31
Add stage 5 TdS Validators to list (#10508)
automerge
2020-06-10 18:57:18 -07:00
Michael Vines f19faa2e13 Don't ever unstake more than 20% of the cluster at a time 2020-06-09 22:04:22 -07:00
Michael Vines 8a7f1c2058 Add --baseline-stake-amount and --bonus-stake-amount arguments 2020-06-09 22:04:22 -07:00
Michael Vines 2da9b12d67 Remove client-side retry service 2020-06-09 07:46:40 -07:00
Michael Vines 4cfb7588d9
som: Add --quality-block-producer-percentage (#10462)
automerge
2020-06-08 22:15:59 -07:00
Dan Albert fa3a6c5584
Add F3LudCbGqu4DMqjduLq5WE2g3USYcjmVK3WR8KeNBhWz (#10456)
automerge
2020-06-08 13:06:45 -07:00
Michael Vines 0f2cfec52e Add 4N8t... 2020-06-02 07:47:19 -07:00
Michael Vines 79e6bd044f Add F7FgS6rr... 2020-06-01 14:18:48 -07:00
Michael Vines c5ca6f6c83
Add H4Dgb3KyCuYWKT8yKtp8qbY49cvaqZcisa2GDnroFsv6 2020-06-01 12:54:39 -07:00
Dan Albert 75924bd232
Update whitelist.rs (#10317)
automerge
2020-05-29 10:51:33 -07:00
Michael Vines 9eefb2c929 Bump version to 1.3.0 2020-05-28 15:01:13 -07:00
Michael Vines 26acd6aafa
Sort notifications for easier scanning on Discord (#10208)
automerge
2020-05-24 00:20:57 -07:00
Dan Albert 7373163bed
Update whitelist.rs (#10203) 2020-05-23 17:46:59 -06:00
Dan Albert a21409e97e
Update whitelist.rs (#10202)
automerge
2020-05-23 10:51:15 -07:00
Dan Albert 967320a091
Update whitelist.rs (#10183)
automerge
2020-05-22 10:10:26 -07:00
Michael Vines 074c41556f Add hQB.. to the testnet whitelist 2020-05-21 12:22:38 -07:00
Michael Vines 77d42654dc
Update .gitignore 2020-05-20 23:59:41 -07:00
Michael Vines 07243dc87f Add stake-o-matic.sh 2020-05-20 22:30:09 -07:00
Michael Vines 429802a138
Avoid sending duplicate stake delegation transactions for the same epoch (#10158)
automerge
2020-05-20 21:26:47 -07:00
Michael Vines 417f0e41fa
Add stake-o-matic (#10044)
automerge
2020-05-20 16:15:03 -07:00