Tyera Eulberg
33322d9501
Add circ/non-circ filter to getLargestAccounts ( #10188 )
2020-05-22 15:14:18 -06:00
Michael Vines
95675f8f42
Bump version to 1.0.24
2020-05-21 13:29:16 -07:00
mergify[bot]
86968cb311
Add SimulateTransaction RPC endpoint (bp #10106 ) ( #10115 )
...
automerge
2020-05-19 13:55:07 -07:00
mergify[bot]
14bbcef722
v1.0: Advertise node version in gossip (bp #9986 ) ( #9995 )
...
automerge
2020-05-12 19:38:52 -07:00
Michael Vines
fca4554d3f
Bump version to v1.0.23
2020-05-10 21:49:52 -07:00
mergify[bot]
15de250c2c
Rpc: Add getCirculatingSupply endpoint, redux ( #9953 ) ( #9954 )
...
automerge
2020-05-09 14:20:58 -07:00
mergify[bot]
2acf4d874d
Rpc: add getLargestAccounts endpoint ( #9869 ) ( #9876 )
...
automerge
2020-05-04 19:12:18 -07:00
Michael Vines
2e5cc41945
Bump version to 1.0.22
2020-05-02 11:31:15 -07:00
Michael Vines
66ec12e869
Passing -v/--verbose to solana confirm
now displays the full transaction ( #9530 ) ( #9843 )
...
automerge
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-05-01 13:28:57 -07:00
mergify[bot]
e7748c603b
Rpc Client: Prevent error out on get_num_blocks_since_signature_confirmation ( #9792 ) ( #9799 )
...
automerge
2020-04-29 16:50:07 -07:00
Michael Vines
6ab5f823b3
Bump version to 1.0.21
2020-04-29 08:57:57 -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
mergify[bot]
23b8c95cc4
Update getSignatureStatuses to return historical statuses ( #9314 ) ( #9321 )
...
automerge
2020-04-06 04:24:19 -07:00
mergify[bot]
7deba20395
Deprecate confirmTransaction
, getSignatureStatus
, and getSignatureConfirmation
(bp #9298 ) ( #9308 )
...
automerge
2020-04-05 02:41:10 -07:00
Michael Vines
274c097f84
RPC: add err
field to TransactionStatus, alongside the now deprecated status
field ( #9296 ) ( #9307 )
...
automerge
2020-04-05 00:21:15 -07:00
Michael Vines
1c7cea1af4
Add stake-monitor
2020-04-03 20:37:28 -07:00
Michael Vines
c9030660d6
Bump version to 1.0.14
2020-04-02 22:42:28 -07:00
Justin Starry
ba4a5053dd
Undo getSignatureStatus breaking change, add getSignatureStatuses ( #9231 )
...
automerge
2020-04-01 12:21:56 -07:00
mergify[bot]
d0e478a9f8
Fix panic ( #9195 ) ( #9208 )
...
automerge
2020-03-31 22:03:46 -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
mergify[bot]
d2107270ea
Consolidate signature-status rpcs (bp #9069 ) ( #9105 )
...
automerge
2020-03-26 20:30:46 -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
3ab428693a
Manual v1.0 backports ( #9025 )
...
automerge
2020-03-23 13:55:03 -07:00
Michael Vines
58a36ce484
Bump version to 1.0.9
2020-03-19 17:10:35 -07:00
Tyera Eulberg
93906847f9
Cli: polish transaction progress bar ( #8963 ) ( #8967 )
...
automerge
2020-03-19 12:54:50 -07:00
mergify[bot]
8ff9ee3a06
Cli: add spinner progress bar when waiting for transaction confirmation ( #8916 ) ( #8920 )
...
automerge
2020-03-17 20:06:01 -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
mergify[bot]
ff4731cce2
RPC: Add getFeeCalculatorForBlockhash
method call ( #8687 ) ( #8698 )
...
automerge
2020-03-06 17:25:33 -08: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
5caf9110e0
Add --bind-address and --rpc-bind-address validator arguments ( #8628 ) ( #8655 )
...
automerge
2020-03-04 22:39:38 -08:00
Grimes
dc8abbe9e3
solana catchup
now detects when you try to catchup to yourself (#8635 ) ( #8641 )
...
automerge
2020-03-04 16:00:20 -08:00
mergify[bot]
7d86179c60
Split signature throughput tracking out of FeeCalculator
( #8447 ) ( #8610 )
...
automerge
2020-03-03 20:36:52 -08:00
mergify[bot]
061319f35a
Add commitment flag to vote-account
and validators
commands ( #8597 ) ( #8606 )
...
automerge
2020-03-03 17:47:14 -08:00
Michael Vines
0d4131ae68
Bump version to 1.0.2
2020-03-02 15:38:26 -07:00
Michael Vines
4103d99018
Bump version to 1.0.1
2020-02-24 23:24:27 -07:00
Michael Vines
48f58a88bc
Bump version to 1.0.0
2020-02-20 23:52:19 -07:00
Tyera Eulberg
0b7e8d0162
Add handling for fallible signers ( #8367 )
...
automerge
2020-02-20 19:04:53 -08:00