4314a29953
Fix typo ( #10724 ) ( #10726 )
...
(cherry picked from commit cae22efd0e
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-06-20 01:27:20 +00:00
e560fff840
Add CLI options and runtime support for selection of output snapshot version (bp #10536 ) ( #10712 )
...
* Add CLI options and runtime support for selection of output snapshot version. (#10536 )
(cherry picked from commit 6d81eede93
)
# Conflicts:
# core/src/accounts_hash_verifier.rs
# core/src/rpc_service.rs
# core/tests/bank_forks.rs
# ledger-tool/src/main.rs
# ledger/src/snapshot_package.rs
# validator/src/main.rs
* Fix conflicts
Co-authored-by: Kristofer Peterson <svenski123@users.noreply.github.com >
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2020-06-19 07:52:09 +00:00
5ac747ea7d
Reduce responder error prints ( #10664 ) ( #10703 )
...
(cherry picked from commit 0a0f17b9d2
)
Co-authored-by: sakridge <sakridge@gmail.com >
2020-06-19 01:16:43 +00:00
f522dc1e18
Don't bother api.github.com
on pull requests to avoid getting rate limited ( #10710 )
...
(cherry picked from commit c0389ef82f
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-06-18 23:53:32 +00:00
486812bf54
Only force up-to-date lock files on edge
2020-06-18 18:57:30 +00:00
7df8f76df1
Add stub address_labels field for 1.3 compatibility
2020-06-18 18:57:30 +00:00
bbe4990e80
Move SDK types to more appropriate files (bp #10638 ) ( #10665 )
...
* Move types to more appropriate files (#10638 )
(cherry picked from commit dac7dc2f10
)
# Conflicts:
# programs/stake/src/stake_instruction.rs
# programs/vote/src/vote_instruction.rs
# sdk/src/system_instruction.rs
* Fix conflicts
* bump lock
Co-authored-by: Jack May <jack@solana.com >
2020-06-18 18:17:43 +00:00
a5baaf790d
Do not run buildkite tests if gitbook config modified ( #10692 ) ( #10694 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
(cherry picked from commit 89e0584250
)
# Conflicts:
# ci/buildkite-pipeline.sh
Co-authored-by: Dan Albert <dan@solana.com >
2020-06-18 17:37:56 +00:00
0a36ed1b8c
Update testnet shred version ( #10684 ) ( #10686 )
...
Co-authored-by: Carl <carl@solana.com >
(cherry picked from commit 9c22a6007d
)
Co-authored-by: carllin <wumu727@gmail.com >
2020-06-18 08:58:44 +00:00
b7ad240375
Update testnet shred version ( #10681 ) ( #10683 )
...
Co-authored-by: Carl <carl@solana.com >
(cherry picked from commit dae8bc477b
)
Co-authored-by: carllin <wumu727@gmail.com >
2020-06-18 07:47:28 +00:00
2cc71f2d55
Merge heaviest bank modules (bp #10672 ) ( #10677 )
...
* Merge heaviest bank modules
* Update lockfiles
Co-authored-by: Greg Fitzgerald <greg@solana.com >
2020-06-18 06:14:53 +00:00
3125c74681
Remove strict from automerge, add rebase opt in
2020-06-17 20:53:38 -07:00
d5b1dee8d6
ignore break ( #10666 ) ( #10669 )
...
(cherry picked from commit a5f82c995e
)
Co-authored-by: anatoly yakovenko <anatoly@solana.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-17 20:41:35 -07:00
4b33a2a1b8
Update Cargo.toml version from 1.2.4 to 1.2.5
2020-06-17 18:55:20 -07:00
58e6a5c281
Add docs to declare_id macro ( #10673 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
v1.2.4
2020-06-17 19:19:06 -06:00
7eb61074ab
Simd poh ( #10604 ) ( #10658 )
...
* Simd poh
* Fix poh verify bench
Co-authored-by: sakridge <sakridge@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-18 00:34:56 +00:00
9b2edbaa9b
Plumb --warp-slot
through net scripts (bp #10639 ) ( #10643 )
...
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-17 21:36:04 +00:00
e8659b45c7
Wait until bank is frozen before sending RPC notifications ( #10654 )
...
(cherry picked from commit 39984cdcc3
)
2020-06-17 13:05:29 -07:00
a9553cb401
Entry verify cleanup and gossip counters ( #10632 ) ( #10650 )
...
* Add prune message counter
* Switch to us verification time to match other counters
* Add separate transaction/poh verify timing
Co-authored-by: sakridge <sakridge@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-17 19:48:05 +00:00
800c409698
Factor out testnet automation SW version resolution ( #10660 )
...
(cherry picked from commit a15f60a291
)
Co-authored-by: Trent Nelson <trent@solana.com >
2020-06-17 17:31:11 +00:00
b6f484ddee
ClusterInfo cleanup ( #10504 ) ( #10657 )
...
automerge
Co-authored-by: sakridge <sakridge@gmail.com >
2020-06-17 15:28:41 +00:00
3c39fee5a8
Add address to non-circulating supply
...
(cherry picked from commit 5673343f49
)
2020-06-16 21:45:51 -07:00
560f34d1f6
Fix links in TdS registration docs page ( #10641 ) ( #10645 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 36ca43e15b
)
Co-authored-by: Dan Albert <dan@solana.com >
2020-06-17 02:43:58 +00:00
dbda50941a
Bump version to 1.2.4
2020-06-16 17:03:09 -07:00
f1e68ac25c
Allow pre-existing stake accounts in multinode-demo/delegate-stake.sh
...
(cherry picked from commit ae0d5ba201
)
v1.2.3
2020-06-16 15:15:21 -07:00
95029b9b05
Enable fork choice and switch votes, devnet => now, testnet => epoch 63 ( #10615 ) ( #10624 )
...
* Enable fork choice, devnet => now, testnet => epoch 63
* Set development to 0
* Enable switch vote slot
Co-authored-by: Carl <carl@solana.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit f8b88d717e
)
Co-authored-by: carllin <wumu727@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-16 12:47:58 +00:00
a789bf4761
Add generic is_parsable() input validator. ( #10621 )
...
Allow input validators to accept &str, &String and String parameters.
(cherry picked from commit daa2e6363f
)
Co-authored-by: Kristofer Peterson <kris@tranception.com >
2020-06-16 10:33:13 +00:00
d2e7ffa8b9
Fix race in remove_unrooted_slot ( #10607 ) ( #10617 )
...
* Fix race
* clippy fixes
* Rename and add comment
Co-authored-by: Carl <carl@solana.com >
(cherry picked from commit 8bd62d78eb
)
Co-authored-by: carllin <wumu727@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-16 06:20:48 +00:00
0914519f6a
Plumb --wait-for-supermajority through scripts ( #10611 ) ( #10614 )
...
(cherry picked from commit 348bf78cd1
)
Co-authored-by: Trent Nelson <trent@solana.com >
2020-06-16 03:09:29 +00:00
43cd5f3730
Disable repeated slot dumping ( #10606 )
...
* Disable repeated slot dumping
* Disable entire codepath
Co-authored-by: Carl <carl@solana.com >
2020-06-15 18:00:23 -07:00
d396a5f45a
|solana withdraw-from-vote-account| now supports ALL, and refuses to deallocate the vote account ( #10602 )
...
(cherry picked from commit 296ac10b3a
)
2020-06-15 17:17:43 -07:00
76a7071dba
Add mergify automerge rules
2020-06-15 09:10:42 -07:00
133baa8ce6
Fix udp port check retry and check all udp ports ( #10385 ) ( #10577 )
...
automerge
2020-06-14 18:16:15 -07:00
5df3510fde
Fix perf-libs version detection ( #10571 ) ( #10574 )
...
automerge
2020-06-14 13:50:29 -07:00
357339273f
Revert "Look at repair peers"
...
This reverts commit 0013bfff4e
.
2020-06-14 09:58:21 -07:00
2500881e0b
Bump version to v1.2.3
2020-06-14 09:58:10 -07:00
0013bfff4e
Look at repair peers
2020-06-14 09:09:57 -07:00
f13498b428
Fix fannout gossip bench (bp #10509 ) ( #10556 )
...
automerge
v1.2.2
2020-06-14 08:52:00 -07:00
b567138170
Use git diff instead of git show for --check ( #10566 ) ( #10568 )
...
automerge
2020-06-14 07:41:48 -07:00
653982cae5
Check the whole range of commits in the topic branch (bp #10560 ) ( #10564 )
...
automerge
2020-06-14 04:53:08 -07:00
605f4906ba
Revert "Gossip PullRequests tend to return a lot of duplicates. ( #10326 )" ( #10455 ) ( #10557 )
...
automerge
2020-06-13 23:41:06 -07:00
d27f24e312
Add merge-stake
subcommmand
...
(cherry picked from commit 0510b6e336
)
2020-06-13 09:50:34 -07:00
c9c1cb5c9c
Add Trust Wallet security info ( #10516 )
...
automerge
(cherry picked from commit 914f285914
)
2020-06-12 22:14:30 -07:00
1cc6493ccf
Split commitment module ( #10541 ) ( #10547 )
...
automerge
2020-06-12 20:59:25 -07:00
ae47862be2
Add FdGYQ... to non-circulation withdrawer authority list ( #10542 )
...
automerge
(cherry picked from commit f54c049b43
)
2020-06-12 18:35:07 -07:00
8590184df7
Refine build condition
2020-06-12 17:02:50 -07:00
d840bbab08
Disable PR builds
2020-06-12 16:51:37 -07:00
63314de516
Remove redundant BankForks parameter ( #10537 ) ( #10538 )
...
automerge
2020-06-12 16:41:21 -07:00
c47a6e12c7
Improve BPF SDK dependency caching ( #10434 ) ( #10513 )
...
(cherry picked from commit 97f9b63507
)
Co-authored-by: Jack May <jack@solana.com >
2020-06-12 15:36:35 -07:00
7937c45ba4
Adopt heaviest subtree fork choice rule ( #10441 ) ( #10515 )
...
automerge
2020-06-12 01:25:47 -07:00