Michael Vines
95675f8f42
Bump version to 1.0.24
2020-05-21 13:29:16 -07:00
Michael Vines
fca4554d3f
Bump version to v1.0.23
2020-05-10 21:49:52 -07:00
Michael Vines
2e5cc41945
Bump version to 1.0.22
2020-05-02 11:31:15 -07:00
Michael Vines
6ab5f823b3
Bump version to 1.0.21
2020-04-29 08:57:57 -07:00
sakridge
8698156e27
Update dalek (v1.0 bp) ( #9765 )
...
* Disable Move/Libra components
* Update dalek version
Co-authored-by: Trent Nelson <trent@solana.com >
2020-04-28 12:02:09 -07:00
Michael Vines
9b1bd8065f
Bump version to 1.0.20
2020-04-22 22:17:34 -07:00
Michael Vines
b5f03a380b
Only build x86_64-unknown-linux-gnu on docs.rs
2020-04-16 19:07:43 -07:00
Michael Vines
5943747001
Bump version to 1.0.19
2020-04-16 12:19:48 -07:00
Michael Vines
bd8074507f
Bump version to v1.0.18
2020-04-14 09:58:33 -07:00
Michael Vines
da6f702129
Bump version to 1.0.17
2020-04-11 19:32:42 -07:00
Michael Vines
0f34a190ea
Bump version to 1.0.16
2020-04-09 00:05:16 -07:00
Michael Vines
b57a52cd85
Bump version to 1.0.15
2020-04-07 09:36:47 -07:00
Michael Vines
c9030660d6
Bump version to 1.0.14
2020-04-02 22:42:28 -07:00
Michael Vines
a44b8abd48
Bump version to v1.0.13
2020-03-30 23:05:41 -07:00
Michael Vines
a02542ada3
Bump version to v1.0.12
2020-03-30 08:45:50 -07:00
Michael Vines
7a8233d7ca
Bump version to 1.0.11
2020-03-25 19:17:06 -07:00
Michael Vines
953cb93e44
Bump version to 1.0.10
2020-03-23 21:58:45 -07:00
Michael Vines
7ffaf2ad29
Manual v1.0 backports ( #9015 )
...
automerge
2020-03-22 22:44:55 -07:00
Michael Vines
58a36ce484
Bump version to 1.0.9
2020-03-19 17:10:35 -07:00
sakridge
1cc66f0cd7
Add Accounts hash consistency halting ( #8772 ) ( #8889 )
...
* Accounts hash consistency halting
* Add option to inject account hash faults for testing.
Enable option in local cluster test to see that node halts.
2020-03-16 14:29:44 -07:00
Michael Vines
c7e80bebdc
Bump version to 1.0.8
2020-03-15 21:50:06 -07:00
Michael Vines
7722723400
Bump version to 1.0.7
2020-03-13 08:10:09 -07:00
Trent Nelson
4a42cfc42a
Cli error cleanup 1.0 ( #8834 )
...
* Don't use move semantics if not needed (#8793 )
* SDK: Deboilerplate `TransportError` with thiserror
* Enable interchange between `TransportError` and `ClientError`
* SDK: Retval consistency between `Client` and `AsyncClient` traits
* Client: Introduce/use `Result` type
* Client: Remove unused `RpcResponseIn` type
* Client: Rename `RpcResponse` to more appropriate `RpcResult`
* Client: Death to `io::Result` return types
* Client: Struct-ify `ClientError`
* Client: Add optional `command` parameter to `ClientError`
* RpcClient: Stop abusing `io::Error` (low-fruit)
* ClientError: Use `thiserror`'s `Display` impl
* Extend `RpcError`'s utility
* RpcClient: Stop abusing `io::Error` (the rest)
* CLI: Shim `main()` so we can `Display` format errors
* claputils: format input validator errors with `Display`
They are intended to be displayed to users
* SDK: `thiserror` for hash and sig parse erros
* Keygen: Shim main to format errors with `Display`
* SDK: `thiserror` for `InstructionError`
* CLI: `thiserror` for `CliError`
* CLI: Format user messages with `Display`
* Client: Tweak `Display` for `ClientError`
* RpcClient: Improve messaging when TX cannot be confirmed
* fu death io res retval
* CLI/Keygen - fix shell return value on error
* Tweak `InstructionError` `Display` messages as per review
* Cleanup hackjob return code fix
* Embrace that which you hate most
* Too much...
Co-authored-by: Jack May <jack@solana.com >
2020-03-13 07:42:25 -06:00
Michael Vines
ea9e7c710a
Bump version to 1.0.6
2020-03-09 22:38:57 -07:00
Michael Vines
d8d7238920
Bump version to 1.0.5
2020-03-06 14:14:53 -07:00
Michael Vines
c35f4927cd
Bump version to 1.0.4
2020-03-05 16:10:24 -07:00
Michael Vines
2d0f4b5c8c
Bump version to 1.0.3
2020-03-05 13:05:12 -07:00
Grimes
b3af1c7e57
Connect partition flag to validators ( #8622 ) ( #8646 )
...
automerge
2020-03-04 18:16:54 -08:00
Michael Vines
0d4131ae68
Bump version to 1.0.2
2020-03-02 15:38:26 -07:00
Michael Vines
15a0fb1fa9
--wait-for-supermajority now requires a SLOT
...
(cherry picked from commit 13551885c2
)
2020-03-02 13:40:52 -07:00
mergify[bot]
a64b8a2705
Rename snapshot.tar.bz2 to snapshot-<slot>-<hash>.tar.bz2 (bp #8482 ) ( #8501 )
...
automerge
2020-02-26 23:31:44 -08:00
mergify[bot]
87cfac12dd
Validate the genesis config downloaded over RPC before accepting it (bp #8474 ) ( #8481 )
...
automerge
2020-02-26 15:12:06 -08:00
Michael Vines
4103d99018
Bump version to 1.0.1
2020-02-24 23:24:27 -07:00
sakridge
b7386f9d84
Add --trusted-validator support for snapshot hash validation ( #8390 )
2020-02-21 18:42:24 -08:00
Michael Vines
48f58a88bc
Bump version to 1.0.0
2020-02-20 23:52:19 -07:00
dependabot-preview[bot]
b65c9ea544
Bump serial_test_derive from 0.3.2 to 0.4.0 ( #8311 )
...
Bumps [serial_test_derive](https://github.com/palfrey/serial_test ) from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/palfrey/serial_test/releases )
- [Commits](https://github.com/palfrey/serial_test/compare/v0.3.2...v0.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-20 17:06:00 -07:00
Tyera Eulberg
ab361a8073
Rename KeypairUtil to Signer ( #8360 )
...
automerge
2020-02-20 13:28:55 -08:00
Michael Vines
8c19b6268c
Add Preview operating mode, rename SoftLaunch operating mode to Stable ( #8331 )
...
automerge
2020-02-19 16:48:58 -08:00
Michael Vines
c4fd81fc1c
The getConfirmedBlock RPC API is now disabled by default
...
The --enable-rpc-get-confirmed-block flag allows validators to opt-in to
the higher disk usage and IOPS.
2020-02-11 22:24:08 -07:00
carllin
d3712dd26d
Factor repair from gossip ( #8044 )
2020-02-11 13:11:48 -07:00
Pankaj Garg
1d06aa3b31
Remove repairman as its spamming cluster with unwanted repairs ( #8193 )
...
* Remove repairman as its spamming cluster with unwanted repairs
* remove obsolete test
2020-02-10 17:00:00 -08:00
carllin
fe590da3b6
Revert "Factor repair from gossip ( #8044 )" ( #8143 )
...
This reverts commit e61257695f
.
2020-02-06 11:44:20 -08:00
François Garillot
f016c9a669
Maintenance : simplify a few patterns, remove unneeded dependencies ( #8137 )
...
* Simplify a few pattern matches
* Removing unneeded dependencies, upgrading internal version #s
net-shaper: Removing log, semver, serde_derive
bench-tps: Removing serde, serde_derive
banking-bench: Removing solana
ledger-tool: Removing bincode, serde, serde_derive
librapay: Removing solana, language_e2e_tests
log-analyzer: Removing log, semver, serde_derive
exchange: Removing solana
core: Removing crc, memmap, symlink, untrusted
perf: Removing serde_derive
genesis: Removing hex, serde_derive
sdk-c: Removing sha2
sys-tuner: Removing semver
bench-exchange: Removing bincode, bs58, env_logger, serde, serde_derive, untrusted, ws
btc_spv_bin: Removing serde_json
btc_spv: Removing chrono
bpf_loader: Removing serde
ledger: Removing dlopen, dlopen_derive, serde_derive
move_loader: Removing byteorder, libc, language_e2e_tests
ownable: Removing serde, serde_derive
client: Removing rand
archiver-utils: Removing rand_chacha
validator: Removing serde_json, tempfile
param_passing_dep: Removing solana
failure: Removing log
vest: Removing log
vote-signer: Removing bs58, serde
local-cluster: Removing symlink
keygen: Removing rpassword
install: Removing bs58, log
upload-perf: Removing log
runtime: Removing serde_json
stake: Removing rand
* Add modified Cargo.lock
* fixup! Simplify a few pattern matches
* fixup! Simplify a few pattern matches
2020-02-06 10:02:38 -07:00
carllin
e61257695f
Factor repair from gossip ( #8044 )
2020-01-31 14:23:50 -08:00
carllin
fd207b6907
Fix stale gossip entrypoint ( #8053 )
2020-01-30 21:51:11 -08:00
Michael Vines
a03d441e6f
Add rpc port sanity checks, fix tests
2020-01-30 20:57:58 -07:00
Justin Starry
400412d76c
Ignore slow archiver tests ( #8032 )
...
automerge
2020-01-30 08:17:36 -08:00
sakridge
7058287273
Consensus fix, don't consider threshold check if.. ( #7948 )
...
* Consensus fix, don't consider threshold check if
lockouts are not increased
* Change partition tests to wait for epoch with > lockout slots
* Use atomic bool to signal partition
2020-01-27 16:49:25 -08:00
Dan Albert
c324e71768
Bump cargo toml versions to 0.24.0 ( #7976 )
2020-01-25 11:04:27 -06:00
Michael Vines
b045f9a50d
codemod --extensions rs get_snapshot_tar_path get_snapshot_archive_path
2020-01-23 13:37:13 -07:00