Dan Albert
|
2d9d2f1e99
|
Update cargo versions from 1.0 to 1.1 (#8397)
|
2020-02-21 23:09:45 -08: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 |
Tyera Eulberg
|
ab361a8073
|
Rename KeypairUtil to Signer (#8360)
automerge
|
2020-02-20 13:28:55 -08:00 |
Greg Fitzgerald
|
e8124324ff
|
Support transaction signing by heterogenous lists of keypairs (#8342)
automerge
|
2020-02-20 12:13:23 -08:00 |
Greg Fitzgerald
|
127553ce4b
|
Wrap ed25519_dalek::Keypair (#8247)
|
2020-02-12 14:15:12 -07:00 |
Trent Nelson
|
ed87229cec
|
CLI: Don't hide errors when fees are disabled (#8204)
automerge
|
2020-02-11 21:48:04 -08:00 |
Michael Vines
|
72b11081a4
|
Report validator rewards in getConfirmedBlock JSON RPC
|
2020-02-11 17:25:45 -07:00 |
dependabot-preview[bot]
|
669282ae69
|
Bump jsonrpc-http-server from 14.0.5 to 14.0.6 (#8161)
Bumps [jsonrpc-http-server](https://github.com/paritytech/jsonrpc) from 14.0.5 to 14.0.6.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/compare/jsonrpc-http-server-v14.0.5...ipc-14.0.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-10 10:30:32 -07:00 |
Sunny Gleason
|
a7fa92b372
|
feat: implementation of live-slots command (#8129)
|
2020-02-06 14:16:30 -05: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 |
dependabot-preview[bot]
|
65c24db83c
|
Bump serde_json from 1.0.44 to 1.0.46 (#8087)
* Bump serde_json from 1.0.44 to 1.0.46
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.44 to 1.0.46.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.44...v1.0.46)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update Move's serde_json to v1.0.46
Co-authored-by: Jack May <jack@solana.com>
|
2020-02-04 16:59:23 -08:00 |
Michael Vines
|
09256adbc3
|
Surface important error details
|
2020-01-31 12:09:41 -07:00 |
Michael Vines
|
8e3a7da596
|
Rewrite new() in terms of new_with_timeout()
|
2020-01-31 12:09:41 -07:00 |
Dan Albert
|
c324e71768
|
Bump cargo toml versions to 0.24.0 (#7976)
|
2020-01-25 11:04:27 -06:00 |
Tyera Eulberg
|
65f5885bce
|
sendTransaction rpc: expect transaction as base58 string (#7913)
|
2020-01-21 22:16:07 -07:00 |
Michael Vines
|
93036bec01
|
Add minimumLedgerSlot RPC API
|
2020-01-21 14:05:26 -07:00 |
Tyera Eulberg
|
da165d6943
|
Fix Rpc inconsistencies (#7826)
* Update rpc account format: remove byte arrays
* Base58-encode pubkeys in getStoragePubkeysForSlot
* Update docs
|
2020-01-15 15:33:53 -07:00 |
Tyera Eulberg
|
6d3b8b6d7d
|
Remove tuples from JSON RPC responses (#7806)
* Remove RpcConfirmedBlock tuple
* Remove getRecentBlockhash tuple
* Remove getProgramAccounts tuple
* Remove tuple from get_signature_confirmation_status
* Collect Rpc response types
* Camel-case epoch schedule for rpc response
* Remove getBlockCommitment tuple
* Remove getStorageTurn tuple
* Update json-rpc docs
|
2020-01-15 00:25:45 -07:00 |
Tyera Eulberg
|
a17d5795fb
|
getConfirmedBlock: add encoding optional parameter (#7756)
automerge
|
2020-01-12 21:34:30 -08: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 |
Justin Starry
|
44e45aa090
|
Support nonced transactions in the CLI (#7624)
* Support nonced transactions in the CLI
* Update nonce.rs
|
2019-12-27 14:35:49 -06: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 |
Michael Vines
|
05664d150b
|
Add get_confirmed_block()/get_confirmed_blocks()
|
2019-12-18 23:34:01 -07:00 |
Michael Vines
|
fcda972cec
|
Add support for multiple params
|
2019-12-18 23:34:01 -07:00 |
Michael Vines
|
bd22b641b3
|
Speed up getLeaderSchedule RPC call by reducing pubkey duplication
|
2019-12-18 15:59:55 -07:00 |
Tyera Eulberg
|
6aaf742dfe
|
Extend getConfirmedBlock rpc to return account pre- and post-balances (#7543)
automerge
|
2019-12-18 09:56:29 -08:00 |
Michael Vines
|
434cde179f
|
GetLeaderSchedule can now return a schedule for arbitrary epochs
|
2019-12-17 23:41:42 -07:00 |
dependabot-preview[bot]
|
7ad64c8d45
|
Bump serde from 1.0.103 to 1.0.104
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.103 to 1.0.104.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.103...v1.0.104)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-16 08:50:09 -07:00 |
Justin Starry
|
dad5c62df5
|
Add uptime column to show-validators (#7441)
automerge
|
2019-12-11 22:04:54 -08:00 |
Tyera Eulberg
|
1d0ba0d1f2
|
Add special handling for snapshot root slot in get_confirmed_block (#7430)
* Add special handling for snapshot root slot
* Improve test
|
2019-12-11 15:06:54 -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]
|
6f457292ff
|
Bump bincode from 1.2.0 to 1.2.1
Bumps [bincode](https://github.com/servo/bincode) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/servo/bincode/releases)
- [Commits](https://github.com/servo/bincode/compare/v1.2.0...v1.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-10 10:00:56 -07:00 |
Tyera Eulberg
|
ed9cf3566c
|
Restore status check to bubble up TransactionError (#7383)
automerge
|
2019-12-09 19:35:34 -08: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 |
Michael Vines
|
1eaf71b5b4
|
Improve error handling when the user mixes up gossip (8001) and RPC (8899) ports (#7158)
automerge
|
2019-12-02 09:01:25 -08:00 |
dependabot-preview[bot]
|
b13696ea1a
|
Bump jsonrpc-http-server from 14.0.3 to 14.0.5 (#7181)
Bumps [jsonrpc-http-server](https://github.com/paritytech/jsonrpc) from 14.0.3 to 14.0.5.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/compare/v14.0.3...jsonrpc-http-server-v14.0.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-02 09:55:40 -07:00 |
dependabot-preview[bot]
|
f97626346b
|
Bump jsonrpc-core from 14.0.3 to 14.0.5 (#7170)
Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc) from 14.0.3 to 14.0.5.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-28 10:59:31 -07:00 |
dependabot-preview[bot]
|
7f4feaee08
|
Bump serde from 1.0.102 to 1.0.103 (#7163)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.102 to 1.0.103.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.102...v1.0.103)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-27 09:10:25 -07:00 |
dependabot-preview[bot]
|
c810913861
|
Bump serde_derive from 1.0.102 to 1.0.103 (#7141)
automerge
|
2019-11-26 14:44:20 -08: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 |
Tyera Eulberg
|
58c144ee55
|
Add getBlockTime rpc api (#7130)
* Add getBlockTime rpc api
* Add getBlockTime to docs
* Fix duration rounding for common tick/slot durations; add slot duration calculation
* Expose slots_per_year
* Use genesis values instead of clock defaults to calculate block offset
* Add get-block-time cli subcommand
* Fix test_rent: decrease magic number usage
|
2019-11-26 00:40:36 -07:00 |
Michael Vines
|
294662a1ce
|
Bump version to 0.22.0
|
2019-11-25 21:34:50 -07:00 |
Tyera Eulberg
|
0f66e5e49b
|
Add getConfirmedBlock test to rpc (#7120)
automerge
|
2019-11-25 11:08:03 -08:00 |
Michael Vines
|
d5beb8a9e4
|
cli: Add --confirmed option to a couple commands, also add --no-header (#7112)
* Add --confirmed option to get-slot, get-epoch-info, get-transaction-count
* Add --no-header option
|
2019-11-24 17:34:18 -07:00 |
Tyera Eulberg
|
ea656b1a3f
|
Add parent slot to getConfirmedBlock (#7038)
* Add parent slot to getConfirmedBlock
* Fix bad text-replace
* Use camelCase in getConfirmedBlock
|
2019-11-19 09:39:55 -07:00 |
Tyera Eulberg
|
e0a2bb9d86
|
Legitimately map transactions to statuses in blocktree (#7011)
* Refactor rocksdb TransactionStatus to store/return struct; hook up map_transactions_to_statuses
* Cleanup use statements
|
2019-11-18 09:12:42 -07:00 |
Tyera Eulberg
|
3bc8d78801
|
Add ConfirmedBlock struct, and rework Blocktree apis to include block… (#7004)
* Add RpcConfirmedBlock struct, and rework Blocktree apis to include blockhash info and dummy tx statuses
* Remove unused lifetime
|
2019-11-17 20:17:15 -07:00 |
Michael Vines
|
f116cdeed9
|
Add validator catchup command (#6922)
|
2019-11-13 15:58:14 -07:00 |