mergify[bot]
dbaff495c8
v1.1: backport commitment max changes ( #9775 ) ( #9778 )
...
automerge
2020-04-28 16:42:08 -07:00
mergify[bot]
2f0f218ad9
Use Blockstore lowest_slot to start root iterator ( #9738 ) ( #9767 )
...
automerge
2020-04-28 11:11:10 -07:00
mergify[bot]
33c51ee75d
Add getLowestNonpurgedBlock rpc; use blockstore api in getConfirmedBlocks ( #9656 ) ( #9663 )
...
automerge
2020-04-22 15:17:51 -07:00
mergify[bot]
e0e7fc8e52
Wait for supermajority of cluster to have rooted a transaction to consider it finalized ( #9618 ) ( #9626 )
...
automerge
2020-04-21 01:09:26 -07:00
mergify[bot]
b087dabf4f
Rpc: Add getConfirmedSignaturesForAddress ( #9407 ) ( #9417 )
...
automerge
2020-04-09 21:20:28 -07:00
mergify[bot]
d4e49ffd06
Rpc: Add getConfirmedTransaction ( #9381 ) ( #9392 )
...
automerge
2020-04-09 01:00:34 -07:00
Tyera Eulberg
09367369ef
Reinstate commitment param to support old clients ( #9324 ) ( #9329 )
...
automerge
2020-04-06 12:21:19 -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
Tyera Eulberg
251054d8c9
Backport confirmations fix. ( #9252 )
...
automerge
2020-04-01 19:42:04 -07:00
Tyera Eulberg
d4bb7cec69
Undo breaking rpc removal of getSignatureConfirmation ( #9247 )
2020-04-01 18:04:11 -06:00
Justin Starry
ba4a5053dd
Undo getSignatureStatus breaking change, add getSignatureStatuses ( #9231 )
...
automerge
2020-04-01 12:21:56 -07:00
mergify[bot]
d2107270ea
Consolidate signature-status rpcs (bp #9069 ) ( #9105 )
...
automerge
2020-03-26 20:30:46 -07:00
Michael Vines
3ab428693a
Manual v1.0 backports ( #9025 )
...
automerge
2020-03-23 13:55:03 -07:00
mergify[bot]
8422d4b3fb
Disable setLogFilter RPC API by default ( #8693 ) ( #8699 )
...
automerge
2020-03-06 18:16:04 -08:00
mergify[bot]
ff4731cce2
RPC: Add getFeeCalculatorForBlockhash
method call ( #8687 ) ( #8698 )
...
automerge
2020-03-06 17:25:33 -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
Tyera Eulberg
ab361a8073
Rename KeypairUtil to Signer ( #8360 )
...
automerge
2020-02-20 13:28:55 -08:00
Michael Vines
1bf2285fa2
ledger-tool: Add print-accounts command
2020-02-14 19:59:48 -07: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
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
Michael Vines
a03d441e6f
Add rpc port sanity checks, fix tests
2020-01-30 20:57:58 -07:00
Michael Vines
3900d09f6f
Employ rpc_port defaults
2020-01-30 20:57:58 -07:00
Michael Vines
81ba18eea6
Add --private-rpc flag
2020-01-30 20:57:58 -07:00
Michael Vines
c4faccc77f
getClusterNodes now excludes validators with a different shred version
2020-01-29 20:08:42 -07:00
carllin
4ffd7693d6
Add lock to make sure slot-based locktree calls are safe ( #7993 )
2020-01-28 13:45:41 -08:00
Greg Fitzgerald
3aabeb2b81
Rename bootstrap leader ( #7906 )
...
* Rename bootstrap leader to bootstrap validator
It's a normal validator as soon as other validators enter the
leader schedule.
* cargo fmt
* Fix build
Thanks @CriesofCarrots!
2020-01-22 09:22:09 -07:00
Tyera Eulberg
65f5885bce
sendTransaction rpc: expect transaction as base58 string ( #7913 )
2020-01-21 22:16:07 -07:00
Tyera Eulberg
7a132eabb4
Update JSON-RPC documentation ( #7915 )
...
* Streamline getBlockCommitment response
* Update json-rpc docs
2020-01-21 20:17:33 -07:00
Rob Walker
7e1b380f01
Move vote_state current credits into epoch_credits ( #7909 )
...
* Move vote_state current credits into epoch_credits
* fixups
* fixup
2020-01-21 19:08:40 -08:00
Michael Vines
93036bec01
Add minimumLedgerSlot RPC API
2020-01-21 14:05:26 -07:00
Jack May
663e98969d
Use a different error to test rpc response ( #7900 )
...
automerge
2020-01-21 12:42:23 -08: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
Greg Fitzgerald
b5dba77056
Rename blocktree to blockstore ( #7757 )
...
automerge
2020-01-13 13:13:52 -08:00
Tyera Eulberg
a17d5795fb
getConfirmedBlock: add encoding optional parameter ( #7756 )
...
automerge
2020-01-12 21:34:30 -08:00
Jack May
07855e3125
Allow override of RUST_LOG ( #7705 )
2020-01-08 09:19:12 -08:00
Rob Walker
a7040896f0
Update to rust 1.40.0 ( #7572 )
...
* Update to rust 1.40.0
* fixups
2019-12-19 23:27:54 -08:00
Tyera Eulberg
c5b076ec7e
Add getConfirmedBlocks rpc method ( #7550 )
...
automerge
2019-12-18 15:51:47 -08:00
Michael Vines
bd22b641b3
Speed up getLeaderSchedule RPC call by reducing pubkey duplication
2019-12-18 15:59:55 -07:00
Michael Vines
434cde179f
GetLeaderSchedule can now return a schedule for arbitrary epochs
2019-12-17 23:41:42 -07:00
Tyera Eulberg
3513f4ee84
Rename drone to faucet ( #7508 )
2019-12-16 14:05:17 -07:00
Tyera Eulberg
6b88da2b82
Hook up getBlockTime rpc to real data ( #7476 )
...
* Add blocktree timestamp helper functions and tests
* Flesh out blocktree::get_block_time
* Move stakes up into rpc to make testing easier; expand tests
* Review comments
2019-12-14 12:23:02 -07:00
Michael Vines
d01ea20273
getVoteAccounts now excludes listing inactive unstaked accounts as delinquent
...
This keeps abandoned vote accounts out of the `solana show-validators` output
2019-12-14 09:52:03 -07:00
Justin Starry
dad5c62df5
Add uptime column to show-validators ( #7441 )
...
automerge
2019-12-11 22:04:54 -08:00
Michael Vines
77cd292828
getVoteAccounts RPC API no longer returns "idle" vote accounts, take II
2019-12-07 01:16:36 -07:00
Michael Vines
22d6951de5
Revert "getVoteAccounts RPC API no longer returns "idle" vote accounts"
...
This reverts commit 103e40b968
.
2019-12-07 01:16:36 -07:00
Michael Vines
42247e0e1a
getVoteAccounts RPC API no longer returns "idle" vote accounts ( #7339 )
2019-12-06 20:23:29 -05:00