mergify[bot]
11ab894256
[easy, cleanup] Simplify some pattern-matches (bp #16402 ) ( #16445 )
...
* Simplify some pattern-matches (#16402 )
When those match an exact combinator on Option / Result.
Tool-aided by [comby-rust](https://github.com/huitseeker/comby-rust ).
(cherry picked from commit b08cff9e77 )
# Conflicts:
# accounts-cluster-bench/src/main.rs
# core/src/rpc.rs
# runtime/src/accounts_hash.rs
# runtime/src/message_processor.rs
* Fix conflicts
Co-authored-by: François Garillot <4142+huitseeker@users.noreply.github.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-04-08 20:01:20 +00:00
Trent Nelson
c32bd40aa4
Bump version to v1.5.19
2021-04-01 20:23:50 +00:00
Tyera Eulberg
ac4722afd7
Bump version to 1.5.18
2021-03-29 23:00:20 -07:00
Tyera Eulberg
f356a05e96
Bump version to 1.5.17 ( #16043 )
2021-03-19 18:56:05 -06:00
Michael Vines
be05c8b121
Bump version to 1.5.16
2021-03-16 13:29:52 -07:00
Michael Vines
9a151259b2
=1.5.15
2021-03-16 00:32:15 -07:00
mergify[bot]
4c3bfcaedf
Remove old feature: simple_capitalization (bp #15763 ) ( #15814 )
...
* Remove old feature: simple_capitalization (#15763 )
* Remove old feature: simple_capitalization
* Fix another failing test in core
* Finish up test cleanup
* Further clean up a bit
(cherry picked from commit 4bbeb9c033 )
# Conflicts:
# runtime/src/accounts_db.rs
# runtime/src/bank.rs
* Fix conflicts
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2021-03-12 05:21:55 +00:00
mergify[bot]
29730b5a19
Default --ledger arg to "ledger" for solana-validator and solana-ledger-tool ( #15809 )
...
(cherry picked from commit aa2b2d6b75 )
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-03-11 22:28:34 +00:00
mergify[bot]
6e214bbc04
Docs fixups (bp #15801 ) ( #15802 )
...
* docs: add docs links for crates published to crates.io
(cherry picked from commit 24d18b3cf2 )
# Conflicts:
# core/Cargo.toml
# measure/Cargo.toml
# programs/bpf/rust/finalize/Cargo.toml
* docs: add rust client api entry
(cherry picked from commit 3e6c7c4a3e )
* docs: rename 'deployed programs' section to 'on-chain programs'
(cherry picked from commit 0e452c8d91 )
* docs: 'builtins' -> 'runtime facilities'
(cherry picked from commit 9c8be34906 )
* docs: stabilize spl token jsonrpc methods
(cherry picked from commit 45190f6281 )
* docs: deprecate lastvalidslot field of jsonrpc getfees
(cherry picked from commit c4ee1ab710 )
Co-authored-by: Trent Nelson <trent@solana.com >
2021-03-11 21:49:14 +00:00
Tyera Eulberg
9fbc03d517
Bump version to 1.5.15 ( #15768 )
2021-03-09 01:48:54 +00:00
mergify[bot]
7f1368e792
Remove old feature: cumulative_rent_related_fixes (bp #15754 ) ( #15757 )
...
* Remove old feature: cumulative_rent_related_fixes (#15754 )
(cherry picked from commit 8b0c6db871 )
# Conflicts:
# runtime/src/accounts.rs
# runtime/src/bank.rs
# sdk/src/feature_set.rs
* Fix conflicts
* Remove stale comment
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2021-03-08 12:34:08 +09:00
Michael Vines
d3672ca23b
Bump version to 1.5.14
2021-03-03 19:01:25 -08:00
Michael Vines
6242809a07
Bump version to 1.5.13
2021-03-03 21:51:34 +00:00
sakridge
fa7067950a
Update version to v1.5.11 ( #15574 )
2021-02-27 04:27:54 +00:00
Michael Vines
d69f09f152
create-snapshot subcommad now accepts the ROOT keyword
2021-02-26 20:20:41 -08:00
Michael Vines
0b510ac9b4
--help cleanup
2021-02-26 20:20:41 -08:00
mergify[bot]
80f5127dfa
Fix root scan in ledger tool ( #15532 ) ( #15549 )
...
Co-authored-by: carllin <carl@solana.com >
2021-02-26 09:54:40 +00:00
mergify[bot]
bb5a69aa4d
ledger-tool cleanup and additions ( #15179 ) ( #15554 )
...
* Plumb allow-dead-slots to ledger-tool verify
* ledger-tool cleanup and add some useful missing args
Print root slots and how many unrooted past last root.
(cherry picked from commit bbae23358c )
Co-authored-by: sakridge <sakridge@gmail.com >
2021-02-26 07:37:46 +00:00
mergify[bot]
5e0ca65100
Implement OutputFormat for confirm in Cli and ledger-tool bigtable ( #15528 ) ( #15544 )
...
* Add CliTransaction struct
* Impl DisplayFormat for decode-transaction
* Add block-time to transaction println, writeln
* Impl DisplayFormat for confirm
* Use DisplayFormat in ledger-tool bigtable confirm
(cherry picked from commit d521dfe63c )
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-02-25 22:31:12 +00:00
Michael Vines
a80ac11b68
Bump version to v1.5.11
2021-02-25 09:12:39 -08:00
Ryo Onodera
a52a22f558
Bump version to 1.5.10 ( #15533 )
2021-02-25 21:00:17 +09:00
mergify[bot]
e4a68f7d99
Implement OutputFormat for block in Cli and ledger-tool bigtable ( #15524 ) ( #15526 )
...
* Impl DisplayFormat for solana block
* Use DisplayFormat in ledger-tool bigtable block
(cherry picked from commit d5f235d997 )
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-02-25 00:31:26 +00:00
mergify[bot]
804a284a52
Threadpool2 ( #15151 ) ( #15159 )
...
* rework thread pool for hash calculation
* rename
(cherry picked from commit fbf9dc47e9 )
Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com >
2021-02-19 12:57:52 -06:00
mergify[bot]
abf2d71f4c
More failure codepath tracing ( #15246 ) ( #15370 )
...
(cherry picked from commit 4e99aa5fa6 )
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2021-02-18 00:36:46 +00:00
mergify[bot]
1a8b57fcd0
First step towards denying clippy::integer_arithmetic (bp #15366 ) ( #15381 )
...
* CI: Globally deny clippy::integer_arithmetic lint
(cherry picked from commit 7035e8485c )
* Re-allow clippy::integer_arithmetic at crate-level
(cherry picked from commit 7f7370c306 )
# Conflicts:
# bench-tps/tests/bench_tps.rs
Co-authored-by: Trent Nelson <trent@solana.com >
2021-02-17 22:30:03 +00:00
Michael Vines
8820933287
Bump version to 1.5.9
2021-02-16 22:17:10 -08:00
mergify[bot]
477e5d4bff
Add --force arg for bigtable upload ( #15362 )
...
(cherry picked from commit 98e3e570d2 )
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-02-17 02:55:35 +00:00
Trent Nelson
20afb912cd
Bump version to 1.5.8
2021-02-13 04:34:36 +00:00
Michael Vines
cd994f0162
Bump version to 1.5.7
2021-02-10 05:18:39 +00:00
mergify[bot]
e4fe7dfbbd
Add jit and caching args to ledger-tool ( #15177 ) ( #15178 )
...
(cherry picked from commit 11b84cb870 )
Co-authored-by: sakridge <sakridge@gmail.com >
2021-02-06 21:04:46 +00:00
mergify[bot]
8016f61ce8
use thread pool for non-index hash calculations ( #15149 ) ( #15153 )
...
(cherry picked from commit fabecdc86c )
Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com >
2021-02-05 21:59:59 +00:00
Michael Vines
6150faafb6
Adapt create-snapshot to avoid triggering recent internal bank sanity checks
...
(cherry picked from commit 709aa74e11 )
2021-02-02 23:22:01 -08:00
mergify[bot]
f534698618
CLI: Add sigverify results to solana decode-transaction output (bp #14964 ) ( #15008 )
...
* cli-output: Add option sigverify status to `println_transaction()` output
(cherry picked from commit a2aea0ca33 )
* cli: Add sigverify status to `decode-transaction` output
(cherry picked from commit d547585041 )
* CLI: Modernize `decode-transaction` about message
(cherry picked from commit fddbfe1052 )
Co-authored-by: Trent Nelson <trent@solana.com >
2021-02-02 20:33:24 +00:00
Michael Vines
de37795ca1
/i/o/
2021-01-31 08:22:23 -08:00
Michael Vines
4378634970
Bump version to 1.5.6
2021-01-27 10:50:56 -08:00
mergify[bot]
c9da25836a
Upgrade to Rust v1.49.0 (bp #14810 ) ( #14811 )
...
* Upgrade to Rust v1.49.0
(cherry picked from commit cbffab7850 )
# Conflicts:
# core/src/crds_value.rs
* rebase
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-01-24 04:42:09 +00:00
mergify[bot]
dfbe38b859
Add solana-test-validator --warp-slot argument (bp #14785 ) ( #14796 )
...
* Add convenience function to create a snapshot archive out of any Bank
(cherry picked from commit dd5a2ef05f )
* Add solana-test-validator --warp-slot argument
(cherry picked from commit bf1943e489 )
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-01-23 06:38:16 +00:00
mergify[bot]
8ea584e01f
Update bigtable confirm to use confirmation_status ( #14750 ) ( #14754 )
...
(cherry picked from commit ca95302038 )
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-01-21 22:21:34 +00:00
Jack May
d72c90e475
Bump version to v1.5.5 ( #14700 )
2021-01-20 20:26:16 +00:00
mergify[bot]
ca262fdeb9
Configure Bigtable's timeout, enabling by default ( #14657 ) ( #14669 )
...
* Configure bigtable's timeout when read-only
* Review comments
* Apply nits (thanks!)
Co-authored-by: Michael Vines <mvines@gmail.com >
* Timeout in the streamed decoding as well
Co-authored-by: Michael Vines <mvines@gmail.com >
(cherry picked from commit dcaa025822 )
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2021-01-19 15:14:59 +00:00
Trent Nelson
1b02ec4f6e
Bump version to v1.5.4
2021-01-14 04:40:25 +00:00
mergify[bot]
0e3e3a03cc
Cache account stores, flush from AccountsBackgroundService ( #13140 ) ( #14542 )
...
(cherry picked from commit 6dfad0652f )
Co-authored-by: carllin <wumu727@gmail.com >
2021-01-12 06:12:18 +00:00
mergify[bot]
484bd48b35
Various snapshot-related code clean up (bp #14487 ) ( #14513 )
...
* Create account paths once
(cherry picked from commit fe0ba4a429 )
* Replace incorrect symlink_dir usage with symlink_file
(cherry picked from commit f2a7f561a0 )
* Reduce TempDir exposure
(cherry picked from commit 9f70f7dc3e )
* Rename AccountsPackage::root to AccountsPackage::slot
(cherry picked from commit 141e6706e6 )
* Rename CompressionType to ArchiveFormat
(cherry picked from commit 7be6770808 )
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-01-09 18:29:09 +00:00
Michael Vines
ec15ea079f
Bump version to 1.5.3
2021-01-08 16:19:27 -08:00
Michael Vines
97665b977e
Bump version to v1.5.2
2021-01-04 06:44:52 +00:00
Michael Vines
ffd6f3e6bf
Revert "Upgrade in-tree tokio 0.2 usage to tokio 0.3 ( #14326 )"
...
This reverts commit 6c5be574c8 .
2020-12-30 22:25:23 -08:00
mergify[bot]
6c5be574c8
Upgrade in-tree tokio 0.2 usage to tokio 0.3 ( #14326 )
...
(cherry picked from commit 444ed768dc )
Co-authored-by: Michael Vines <mvines@gmail.com >
2020-12-29 19:03:18 +00:00
Michael Vines
02da7dfedf
Bump version to v1.5.1
2020-12-27 21:57:43 -08:00
mergify[bot]
52ffb9a64a
Add accounts shrink paths (bp #14238 ) ( #14270 )
...
* Add shrink paths (#14238 )
(cherry picked from commit baa9602411 )
* Ignore long/hanging test (#14261 )
Co-authored-by: sakridge <sakridge@gmail.com >
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2020-12-23 08:03:33 +00:00
Michael Vines
9aaf41bef2
Don't require increased open file limit in solana-test-validator
...
Travis CI in particular does not allow the open file limit to be
increased.
(cherry picked from commit 0b92720fdb )
2020-12-16 22:59:56 -08:00