dependabot-preview[bot]
|
a52a9afa3c
|
Bump console from 0.9.1 to 0.9.2
Bumps [console](https://github.com/mitsuhiko/console) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Commits](https://github.com/mitsuhiko/console/compare/0.9.1...0.9.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-29 23:22:44 -07:00 |
Dan Albert
|
c324e71768
|
Bump cargo toml versions to 0.24.0 (#7976)
|
2020-01-25 11:04:27 -06:00 |
Michael Vines
|
ad4d41e602
|
Pick an RPC node at random to avoid getting stuck on a bad RPC node
|
2020-01-11 12:10:11 -07:00 |
dependabot-preview[bot]
|
cf32fdf672
|
Bump reqwest from 0.10.0 to 0.10.1 (#7731)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.0...v0.10.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-09 17:10:55 -07:00 |
dependabot-preview[bot]
|
57858b8015
|
Bump reqwest from 0.9.24 to 0.10.0 (#7642)
* Bump reqwest from 0.9.24 to 0.10.0
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.24 to 0.10.0.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Make reqwest::blocking specific
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
|
2020-01-08 13:31:43 -07:00 |
Dan Albert
|
ca10cf081f
|
Update cargo.toml files from 0.22.0 to 0.23.0 (#7596)
|
2019-12-20 21:45:42 -05:00 |
Tyera Eulberg
|
3513f4ee84
|
Rename drone to faucet (#7508)
|
2019-12-16 14:05:17 -07:00 |
dependabot-preview[bot]
|
46a4ea8f67
|
Bump reqwest from 0.9.22 to 0.9.24
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.22 to 0.9.24.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.24/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.22...v0.9.24)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-11 13:42:38 -07:00 |
dependabot-preview[bot]
|
891767c6b7
|
Bump serde_json from 1.0.42 to 1.0.44
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.42 to 1.0.44.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.42...v1.0.44)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-08 09:43:24 -07:00 |
dependabot-preview[bot]
|
2b13158e29
|
Bump serde_json from 1.0.41 to 1.0.42 (#7142)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.41 to 1.0.42.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.41...v1.0.42)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-26 15:09:01 -07:00 |
Michael Vines
|
294662a1ce
|
Bump version to 0.22.0
|
2019-11-25 21:34:50 -07:00 |
dependabot-preview[bot]
|
686aa3a150
|
Bump chrono from 0.4.9 to 0.4.10 (#7113)
automerge
|
2019-11-25 10:01:46 -08:00 |
Justin Starry
|
ce8d37984d
|
Allow secure keypair input for solana-validator cli (#7080)
* Allow secure keypair input for solana-validator cli
* feedback
* Add --skip-mnemonic-validation
* Update --identity to --identity-keypair
* Use struct instead of tuple
* Fix dependencies
* cargo fmt
* Add basic tests
* Use `seed phrase` instead of `mnemonic`
* Update passphrase prompt
|
2019-11-22 10:20:40 -05:00 |
Jack May
|
d184d3a732
|
Merge native programs parts into one unit (#7047)
|
2019-11-20 10:12:43 -08:00 |
Ryo Onodera
|
3faeb7fa79
|
Rename solana-netutil to solana-net-utils for consistency (#6895)
* sed -i -e 's/netutil/net_utils/g' $(git grep --files-with-matches netutil :**.rs)
* sed -i -e 's/netutil/net-utils/g' $(git grep --files-with-matches netutil)
* git mv netutil/ net-utils
* Tweak a bit
* Fix rustfmt & clippy
|
2019-11-12 13:37:13 -07:00 |
Ryo Onodera
|
d84f367317
|
Extract duplicate clap helpers into clap-utils (#6812)
|
2019-11-12 09:42:08 +09:00 |
Michael Vines
|
8fa6935c9d
|
Validators now log to a file by default (use `-o -`/`--log -` for stderr) (#6768)
automerge
|
2019-11-06 11:47:34 -08:00 |
dependabot-preview[bot]
|
46391397b8
|
Bump indicatif from 0.12.0 to 0.13.0 (#6736)
Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/mitsuhiko/indicatif/releases)
- [Commits](https://github.com/mitsuhiko/indicatif/compare/0.12.0...0.13.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-05 13:25:28 -07:00 |
anatoly yakovenko
|
b825d04597
|
Pull perf into a separate module. (#6718)
automerge
|
2019-11-04 20:13:43 -08:00 |
dependabot-preview[bot]
|
66f76c8067
|
Bump console from 0.9.0 to 0.9.1 (#6700)
Bumps [console](https://github.com/mitsuhiko/console) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Commits](https://github.com/mitsuhiko/console/compare/0.9.0...0.9.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-03 19:41:16 -08:00 |
Dan Albert
|
73c31d873e
|
Update Cargo.toml versions from 0.20.0 to 0.21.0 (#6568)
|
2019-10-25 17:40:49 -06:00 |
Greg Fitzgerald
|
5468be2ef9
|
Add solana-ledger crate (#6415)
automerge
|
2019-10-18 09:28:51 -07:00 |
dependabot-preview[bot]
|
2be03ca631
|
Bump reqwest from 0.9.21 to 0.9.22
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.21 to 0.9.22.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.22/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.21...v0.9.22)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-14 16:33:16 -07:00 |
dependabot-preview[bot]
|
d759a447be
|
Bump serde_json from 1.0.40 to 1.0.41 (#6226)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.40 to 1.0.41.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.40...v1.0.41)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-03 21:03:05 -06:00 |
dependabot-preview[bot]
|
7ac4ce637f
|
Bump reqwest from 0.9.20 to 0.9.21 (#6221)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.20 to 0.9.21.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.21/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.20...v0.9.21)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-02 22:52:48 -07:00 |
Tyera Eulberg
|
7babfd00c1
|
Revert back to reqwest, using rustls feature (#6041)
* Revert back to reqwest, using rustls feature
* Cargo.lock and crate-features
* Ignore test
|
2019-09-24 14:10:59 -06:00 |
Dan Albert
|
9c9991db1d
|
Update cargo toml and lock files to v0.20.0 (#6016)
|
2019-09-22 21:45:56 -04:00 |
Michael Vines
|
1d0be265d9
|
Add explicit validator-cuda crate (#5985)
|
2019-09-19 20:50:34 -07:00 |
dependabot-preview[bot]
|
bc2141fbe0
|
Bump ureq from 0.11.0 to 0.11.1 (#5905)
Bumps [ureq](https://github.com/algesten/ureq) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/algesten/ureq/releases)
- [Commits](https://github.com/algesten/ureq/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-09-16 16:51:45 -06:00 |
dependabot-preview[bot]
|
b13c690f0c
|
Bump indicatif from 0.11.0 to 0.12.0 (#5844)
automerge
|
2019-09-09 12:26:34 -07:00 |
dependabot-preview[bot]
|
a7fd726872
|
Bump console from 0.8.0 to 0.9.0 (#5843)
Bumps [console](https://github.com/mitsuhiko/console) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Commits](https://github.com/mitsuhiko/console/compare/0.8.0...0.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-09-09 11:15:24 -07:00 |
Tyera Eulberg
|
b19d9a50d3
|
Transition to ureq http client (#5777)
* Transition to ureq http client
* Remove unwrap
|
2019-09-04 12:11:44 -07:00 |
Michael Vines
|
643d0b0868
|
Make the world flat again; remove utils/ subdirectory (#5752)
automerge
|
2019-08-30 11:57:39 -07:00 |
dependabot-preview[bot]
|
eda46d30bb
|
Bump console from 0.7.7 to 0.8.0 (#5631)
automerge
|
2019-08-26 22:44:09 -07:00 |
Michael Vines
|
ba59741b60
|
Bump to 0.19.0-pre0
|
2019-08-25 21:47:29 -07:00 |
Michael Vines
|
3fc5009ef2
|
Snapshot pipefitting through the validator cli (#5617)
* Handle 404 errors better
* Snapshot pipefitting through the validator cli
* Add download progress bar
* Log the current entrypoint slot
|
2019-08-23 13:02:07 -07:00 |
dependabot-preview[bot]
|
4125d01668
|
Bump reqwest from 0.9.19 to 0.9.20 (#5598)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.19 to 0.9.20.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.20/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.19...v0.9.20)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-08-22 07:57:33 -07:00 |
Michael Vines
|
e2d6f01ad3
|
solana-validator now verifies its genesis blockhash against the cluster entrypoint (#5589)
|
2019-08-21 18:16:40 -07:00 |
Michael Vines
|
3450b9a44d
|
Rename solana to solana-core (#5583)
|
2019-08-21 10:23:33 -07:00 |
Michael Vines
|
b1203da82c
|
Bump to 0.18.0-pre2
|
2019-08-20 16:56:00 -07:00 |
Rob Walker
|
a252acf539
|
move netutil (#5552)
|
2019-08-17 15:52:12 -07:00 |
Michael Vines
|
9f6c9c428b
|
Move genesis/snapshot archive download into Rust (#5515)
|
2019-08-14 19:25:22 -07:00 |
Michael Vines
|
dd4640e1ed
|
Revert "Revert "Bump version to 0.18.0-pre1""
This reverts commit 42c7d57fc0 .
|
2019-08-05 15:55:13 -07:00 |
Michael Vines
|
42c7d57fc0
|
Revert "Bump version to 0.18.0-pre1"
This reverts commit 14f6d5c82b .
|
2019-08-05 15:53:55 -07:00 |
Michael Vines
|
14f6d5c82b
|
Bump version to 0.18.0-pre1
|
2019-08-05 15:11:44 -07:00 |
dependabot-preview[bot]
|
f03e066ec5
|
Bump log from 0.4.7 to 0.4.8 (#5382)
Bumps [log](https://github.com/rust-lang/log) from 0.4.7 to 0.4.8.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-08-01 14:31:18 -07:00 |
Dan Albert
|
b8835312bb
|
Update cargo.toml files to 0.18.0-pre0 (#5303)
|
2019-07-27 11:42:06 -06:00 |
dependabot-preview[bot]
|
bbd0455418
|
Bump log from 0.4.6 to 0.4.7 (#5144)
Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-17 09:25:57 -06:00 |
dependabot-preview[bot]
|
db13b52e6a
|
Bump serde_json from 1.0.39 to 1.0.40 (#4881)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.39...v1.0.40)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-03 16:15:56 -06:00 |
Dan Albert
|
9911942dbd
|
Increment cargo.toml files to v0.17.0
|
2019-06-22 04:35:25 +00:00 |
Michael Vines
|
b5f65ce49c
|
Link cuda feature validator/ to core/
|
2019-06-17 11:01:55 -07:00 |
Pankaj Garg
|
ca907f37c3
|
fix cuda testnet compilation errors (#4649)
|
2019-06-11 15:30:39 -07:00 |
Michael Vines
|
0dbe5ee559
|
Add chacha-sys crate (#4620)
* af9ff9c7f9/src/cpu-crypt
* Add chacha-sys crate
* Remove chacha feature
* Remove erasure feature
* Add .gitignore
|
2019-06-10 07:14:02 -07:00 |
Michael Vines
|
7a021dff05
|
Beautify Cargo.tomls with |cargo tomlfmt| (#4477)
|
2019-05-29 18:30:49 -07:00 |
Michael Vines
|
ed6a438c51
|
v0.16.0
|
2019-05-26 19:42:15 -07:00 |
Michael Vines
|
fb2eac20bb
|
Rename solana-fullnode to solana-validator (#4411)
|
2019-05-23 15:06:01 -07:00 |