cfeef3a9eb
Display transaction fee in SOL ( #9892 ) ( #9897 )
...
automerge
(cherry picked from commit e078ba1dde
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-05-05 22:44:01 -07:00
52009788ee
Rpc: Filter blockstore data by cluster-confirmed root ( #9873 ) ( #9880 )
...
automerge
2020-05-04 22:37:00 -07:00
2acf4d874d
Rpc: add getLargestAccounts endpoint ( #9869 ) ( #9876 )
...
automerge
2020-05-04 19:12:18 -07:00
f951d7d33f
Avoid panic caused by converting non-positive / non-normal floating points values to duration ( #9867 ) ( #9871 )
...
automerge
2020-05-04 14:40:58 -07:00
20fe24f348
cli: Add clap.rs default for --commitment (bp #9859 ) ( #9860 )
...
automerge
2020-05-02 17:58:31 -07:00
2e5cc41945
Bump version to 1.0.22
2020-05-02 11:31:15 -07:00
bc76b20e6d
Fuzzer test and fixes ( #9853 ) ( #9857 )
v1.0.21
2020-05-02 10:00:51 -07:00
3f6befe012
Watchtower can now emit a notification on all non-vote transactions ( #9848 )
2020-05-01 17:48:18 -07:00
ee201cfb84
Put empty accounts in the accounts list on load ( #9842 )
...
Indexing into accounts array does not match account_keys otherwise.
Also enforce program accounts not at index 0
Enforce at least 1 Read-write signing fee-payer account.
2020-05-01 17:24:06 -07:00
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
addfc99ff4
Add delay to keep RPC traffic down on error
2020-05-01 10:40:08 -07:00
91f0faa72d
v1.0: incinerator backport ( #9837 )
2020-05-01 09:02:43 -07:00
2deebe4d73
v1.1 backport custom error rename (bp #9826 ) ( #9838 )
...
automerge
2020-05-01 01:58:15 -07:00
5bc57ea004
Nits for sanitize trait (bp #9741 ) ( #9809 )
...
* thiserror, docs, remove general Failure case (#9741 )
automerge
(cherry picked from commit a0514eb2ae
)
# Conflicts:
# core/src/crds_value.rs
# core/src/epoch_slots.rs
# sdk/src/sanitize.rs
* rebase
Co-authored-by: anatoly yakovenko <anatoly@solana.com >
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-04-30 14:35:18 -07:00
c63bd05458
Add commitment Root variant, and add fleshed out --commitment arg to Cli ( #9806 ) ( #9812 )
...
automerge
2020-04-30 12:49:36 -07:00
b4933f4c74
Upgrade to Rust 1.43.0 (bp #9754 ) ( #9807 )
...
* Upgrade to Rust 1.43.0 (#9754 )
(cherry picked from commit 230df0ec0c
)
# Conflicts:
# core/src/validator.rs
# runtime/src/accounts_db.rs
* Update validator.rs
* Update accounts_db.rs
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-04-30 08:50:03 -07:00
e7748c603b
Rpc Client: Prevent error out on get_num_blocks_since_signature_confirmation ( #9792 ) ( #9799 )
...
automerge
2020-04-29 16:50:07 -07:00
6a5d782d6c
Bump Rust-BPF version to be interoperable with latest Rust ( #9783 ) ( #9801 )
...
automerge
2020-04-29 16:32:06 -07:00
89fad8f566
Rpc: remove unwraps ( #9793 ) ( #9796 )
...
automerge
2020-04-29 14:44:41 -07:00
01cac89867
Fix BPF tool caching ( #9781 ) ( #9794 )
...
automerge
2020-04-29 13:13:00 -07:00
dfb4729b02
Don't divide by zero
2020-04-29 11:03:13 -07:00
6ab5f823b3
Bump version to 1.0.21
2020-04-29 08:57:57 -07:00
bf1ceab6ed
catchup now estimates the time remaining ( #9782 ) ( #9784 )
...
automerge
v1.0.20
2020-04-29 00:31:43 -07:00
dbaff495c8
v1.1: backport commitment max changes ( #9775 ) ( #9778 )
...
automerge
2020-04-28 16:42:08 -07:00
f65caa66bf
Don't --use-move
2020-04-28 12:47:08 -07:00
2f455e18ef
Reorder steps by relative priority for when there aren't enough agents
2020-04-28 12:46:19 -07:00
7b155f384d
Disable move more
2020-04-28 12:38:51 -07:00
fd405239d9
Report duration of last alarm in the All Clear message ( #9766 ) ( #9770 )
...
automerge
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-04-28 12:38:34 -07:00
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
2f0f218ad9
Use Blockstore lowest_slot to start root iterator ( #9738 ) ( #9767 )
...
automerge
2020-04-28 11:11:10 -07:00
3cc75b4bab
Set HOME correctly ( #9757 ) ( #9761 )
...
automerge
2020-04-28 02:57:49 -07:00
0a0f8470d7
Clean up use
to keep rust 1.43.0 from complaining (bp #9740 ) ( #9748 )
...
* Clean up `use` to keep rust 1.43.0 from complaining (#9740 )
(cherry picked from commit c11abf88b7
)
2020-04-27 23:21:32 -07:00
e46026f1fb
Input values are not sanitized after they are deserialized, making it far too easy for Leo to earn SOL (bp #9706 ) ( #9735 )
...
automerge
2020-04-27 19:58:40 -07:00
fef5089d7e
Fix broken doc link to anatomy of transaction ( #9728 ) ( #9729 )
...
automerge
2020-04-27 01:27:26 -07:00
a844bd70da
Update metrics dashboard
2020-04-26 09:54:19 -07:00
cbc01bd1b9
Cargo.lock
2020-04-25 23:08:21 -07:00
e096cc1101
Use vec!
2020-04-25 23:08:09 -07:00
0dc559d3cf
Filter program ids v1.0 ( #9723 )
...
* Filter program ids to store
* add test
2020-04-25 22:52:39 -07:00
34f537adad
Add support for log rotation, sending SIGUSR1 will cause the log file to be re-opened ( #9713 ) ( #9715 )
...
(cherry picked from commit 50f1ec0374
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-04-24 15:57:47 -07:00
9558628537
Update to rocksdb 0.14 and set max wal size ( #9668 ) ( #9688 ) ( #9708 )
...
Co-authored-by: sakridge <sakridge@gmail.com >
2020-04-24 10:43:01 -07:00
940bf7081a
Update solana-user-authorized_keys.sh
2020-04-23 16:32:23 -06:00
38c31c3b4e
Exit cleanly on panic! so the process don't limp along in a half-dead state ( #9690 ) ( #9692 )
...
automerge
2020-04-23 14:07:12 -07:00
253272d757
Remove stray 'v' ( #9679 ) ( #9680 )
...
automerge
2020-04-23 00:51:25 -07:00
9b1bd8065f
Bump version to 1.0.20
2020-04-22 22:17:34 -07:00
b2a5cf57ad
Remove validator-info publish from net scripts
v1.0.19
2020-04-22 18:06:46 -06:00
33c51ee75d
Add getLowestNonpurgedBlock rpc; use blockstore api in getConfirmedBlocks ( #9656 ) ( #9663 )
...
automerge
2020-04-22 15:17:51 -07:00
d8aa107fae
Extend snapshot interval in multinode demo ( #9657 ) ( #9660 )
...
automerge
2020-04-22 13:45:01 -07:00
82e02d0734
Relax setting withdraw authority during lockup ( #9644 ) ( #9645 )
...
automerge
2020-04-21 22:35:27 -07:00
dae59bb3e1
Flag test_tvu_exit as serial to hopefully reduce CI flakiness (bp #9509 ) ( #9636 )
...
automerge
2020-04-21 17:16:05 -07:00
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