1b2fdcd3a2
Dereplicode send_transaction and request_airdrop RPC handlers
...
(cherry picked from commit a7079e4dde
)
2020-07-30 07:44:18 -06:00
e8e74ee009
Add failing test for TX sent via RPC with no signatures
...
(cherry picked from commit b962b2ce2d
)
2020-07-30 07:44:18 -06:00
227a13f2d2
Fill out missing RPC request received debug logging
2020-07-29 22:58:30 -06:00
6842e37780
Fix race condition between shrinking and cleaning (for 1.1) ( #11234 )
...
* Fix race condition between shrinking and cleaning
* Fix compile error...
* fix ci
* Update comments
2020-07-29 06:06:34 +09:00
035bd7db4e
Bump version to 1.1.23
2020-07-27 16:26:44 -06:00
14c2e2af13
Designate mainnet-beta epoch 61 as an upgrade epoch
...
(cherry picked from commit ed01591be6
)
v1.1.22
2020-07-27 14:48:42 -06:00
a5b915263b
Rpc: Add getStakeActivation endpoint (bp #10902 ) ( #11185 )
...
* Rpc: Add getStakeActivation endpoint (#10902 )
* Add getStakeActivation endpoint
* Add docs
* Update docs/src/apps/jsonrpc-api.md
Co-authored-by: Michael Vines <mvines@gmail.com >
* Rework return type
* Update docs
* Rebase
Co-authored-by: Michael Vines <mvines@gmail.com >
(cherry picked from commit 4de0713aa3
)
# Conflicts:
# core/src/rpc.rs
# docs/src/apps/jsonrpc-api.md
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-07-23 14:50:59 -06:00
b87ac392e8
Bump version to v1.1.22
2020-07-22 16:17:14 -06:00
f6f4e6062a
Use OrderedIterator in collect_balances ( #11167 )
v1.1.21
2020-07-22 13:02:23 -06:00
42c027a7e6
Bump version to 1.1.21
2020-07-21 23:33:01 -06:00
6fbad24477
getEpochInfo RPC endpoint now includes the current block height
v1.1.20
2020-07-21 20:21:39 -07:00
4bd018e68b
Use OrderedIterator in TransactionStatusService ( #11149 ) ( #11150 )
...
* Split out get-first-err for unit testing
* Add failing test
* Add missing ordering
(cherry picked from commit 6c38369042
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-07-21 17:49:38 -06:00
c73e40a351
Add Bank support for "upgrade epochs" where all non-vote transactions will be rejected (bp #11082 ) ( #11109 )
...
* Add Bank support for "upgrade epochs" where all non-vote transactions will be rejected
(cherry picked from commit e5d8c4383f
)
# Conflicts:
# runtime/src/bank.rs
* Fix merge conflict
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-07-17 12:34:19 -07:00
8f790e3153
Add --expected-bank-hash stub for v1.2 command-line compatibility
2020-07-16 13:18:34 -07:00
1972d8b5c0
Update CRATES_IO_TOKEN
2020-07-15 17:55:13 -07:00
bc2fd56516
Gate nonce-overwrite change ( #11081 ) ( #11086 )
...
(cherry picked from commit 1da9f9f05a
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-07-15 18:22:33 -06:00
00916b2ca6
CLI: Fix explicitly plumb vote_account through create-vote-account
...
(cherry picked from commit 14ac233d01
)
2020-07-14 10:28:59 -06:00
006a5c5c88
CLI: Fix explicitly plumb withdraw_authority through vote-update-validator
...
(cherry picked from commit 2284699889
)
2020-07-14 10:28:59 -06:00
6666e54a1f
CLI: Fix explicitly plumb withdraw_authority through vote-update-commission
...
(cherry picked from commit 3392ecc310
)
2020-07-14 10:28:59 -06:00
d6ea4f50c9
Mode gate RecentBlockhashes/BlockhashQueue sync
...
(cherry picked from commit 5741002a32
)
2020-07-13 22:47:39 -06:00
a0965e1eba
Synchronize BlockhashQueue and RecentBlockhashes sysvar update
...
(cherry picked from commit 5357ff6d60
)
2020-07-13 22:47:39 -06:00
7ca65341e6
Factor locked portion of Bank::update_recent_blockhashes() out to helper
...
(cherry picked from commit 9cc379af6c
)
2020-07-13 22:47:39 -06:00
141a5928c4
Add failing test
...
(cherry picked from commit 942c019d50
)
2020-07-13 22:47:39 -06:00
5f0584b6e8
Add vote-update-commission
subcommand
2020-07-13 11:45:33 -06:00
b7fb739cd9
Revert "Add EncodedTransaction::Raw"
...
This reverts commit 60b1bcddb5
.
2020-07-12 08:56:36 -07:00
5a4a238029
rebase
2020-07-10 22:52:51 -07:00
01987f8f89
getConfirmedBlocks now has an upper limit on slot range
...
(cherry picked from commit aef6bf272e
)
# Conflicts:
# core/src/rpc.rs
2020-07-10 22:52:51 -07:00
82caa50781
Add fee-calculator logging ( #11001 )
2020-07-10 18:04:49 -06:00
60b1bcddb5
Add EncodedTransaction::Raw
2020-07-10 14:55:07 -07:00
dce7739b75
Add block time placeholder to getConfirmedBlock ( #10989 )
...
(cherry picked from commit 491f5ae61a
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-07-10 11:02:43 -07:00
1c703af6a2
Fix nonce fee_calculator overwrite (bp #10973 ) ( #10975 )
...
* Fix nonce fee_calculator overwrite (#10973 )
* Add failing test
* Pass fee_calculator to prepare_if_nonce_account; only overwrite in error case
(cherry picked from commit 25228ca957
)
* v1.1 transaction builder
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2020-07-09 16:57:18 -06:00
f49de3b1ad
Add --snapshot-version stub to ease migration to 1.2.0 ( #10921 )
2020-07-05 21:22:31 -07:00
5c1b79f500
net.sh: Refactor node initialization wait ( #10819 ) ( #10823 )
...
* remote-node.sh: Factor out init wait to own script
* remote-node.sh: Allow nodes to initialize asynchronously
* testnet-automation: Plumb --async-node-init
(cherry picked from commit 7021e1c584
)
Co-authored-by: Trent Nelson <trent@solana.com >
2020-06-26 16:28:55 +00:00
da04616fd4
Fix race in ci/run-sanity.sh ( #10796 ) ( #10801 )
...
(cherry picked from commit 4dc9f378b8
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-06-25 05:54:08 +00:00
8653c86284
Fix broken image link ( #10496 ) ( #10794 )
...
automerge
(cherry picked from commit 75b8c2c4e3
)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-06-25 01:41:35 +00:00
809e4cbf25
Remote Wallet: Stricter derivation path component parsing ( #10725 ) ( #10739 )
...
(cherry picked from commit 842cab2739
)
Co-authored-by: Trent Nelson <trent@solana.com >
2020-06-22 18:27:46 +00:00
1aef482972
ledger-tool: Ignore SIGUSR1 ( #10730 ) ( #10731 )
...
Prevents warehouse archive calls getting KO'd by logrotate
(cherry picked from commit d42247c652
)
Co-authored-by: Trent Nelson <trent@solana.com >
2020-06-21 19:31:25 +00:00
248ab3a6ec
Don't bother api.github.com
on pull requests to avoid getting rate limited ( #10709 )
...
(cherry picked from commit c0389ef82f
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-06-18 23:55:09 +00:00
ec1f2b4f90
Bump version to v1.1.20 ( #10705 )
2020-06-18 23:29:23 +00:00
c853632fc4
Add stub address_labels field for 1.3 compatibility ( #10696 )
v1.1.19
2020-06-18 11:05:48 -07:00
e651209f73
Update testnet shred version ( #10684 ) ( #10685 )
...
Co-authored-by: Carl <carl@solana.com >
(cherry picked from commit 9c22a6007d
)
Co-authored-by: carllin <wumu727@gmail.com >
2020-06-18 07:59:20 +00:00
641f439a45
Update testnet shred version ( #10681 ) ( #10682 )
...
Co-authored-by: Carl <carl@solana.com >
(cherry picked from commit dae8bc477b
)
Co-authored-by: carllin <wumu727@gmail.com >
2020-06-18 07:44:58 +00:00
a2486f8094
Remove strict from automerge, add rebase opt in
2020-06-17 20:53:55 -07:00
d48bd80619
Plumb --warp-slot
through net scripts (bp #10639 ) ( #10642 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Trent Nelson <trent@solana.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-18 01:44:58 +00:00
4ff70a05f1
ignore break ( #10666 ) ( #10668 )
...
(cherry picked from commit a5f82c995e
)
Co-authored-by: anatoly yakovenko <anatoly@solana.com >
2020-06-17 22:46:24 +00:00
7831cef9a7
Wait until bank is frozen before sending RPC notifications (bp #10654 ) ( #10662 )
...
* Wait until bank is frozen before sending RPC notifications (#10654 )
(cherry picked from commit 39984cdcc3
)
# Conflicts:
# core/src/replay_stage.rs
* Update replay_stage.rs
Co-authored-by: Justin Starry <justin@solana.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-17 20:35:16 +00:00
7dd22d6601
Factor out testnet automation SW version resolution ( #10659 )
...
(cherry picked from commit a15f60a291
)
Co-authored-by: Trent Nelson <trent@solana.com >
2020-06-17 17:19:02 +00:00
3bb0388299
Add address to non-circulating supply ( #10647 )
...
(cherry picked from commit 5673343f49
)
Co-authored-by: publish-docs.sh <maintainers@solana.com >
2020-06-17 05:43:23 +00:00
a0a2c61856
Allow pre-existing stake accounts in multinode-demo/delegate-stake.sh ( #10635 )
...
(cherry picked from commit ae0d5ba201
)
Co-authored-by: Trent Nelson <trent@solana.com >
2020-06-16 22:53:52 +00:00
4afa64c20d
Plumb --wait-for-supermajority through scripts ( #10611 ) ( #10613 )
...
(cherry picked from commit 348bf78cd1
)
Co-authored-by: Trent Nelson <trent@solana.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-16 17:55:16 +00:00