Michael Vines
6242809a07
Bump version to 1.5.13
2021-03-03 21:51:34 +00:00
mergify[bot]
7ae3b55dde
improve cli insufficient funds error messages ( #15648 )
...
(cherry picked from commit b20bf8ebb0
)
Co-authored-by: Jack May <jack@solana.com >
2021-03-03 05:38:19 +00:00
mergify[bot]
eb12d29683
cli: don't overallocate upgradeable buffer accounts ( #15603 ) ( #15625 )
...
(cherry picked from commit d73af9c1dd
)
Co-authored-by: Jack May <jack@solana.com >
2021-03-02 08:21:09 -08:00
mergify[bot]
f0afbf4948
cli: dump non-upgradeable programs ( #15598 ) ( #15612 )
...
(cherry picked from commit fbb1012584
)
Co-authored-by: Jack May <jack@solana.com >
2021-03-01 22:23:46 -08:00
mergify[bot]
5d341d9bf4
CLI: Support querying FeeCalculator for a specific blockhash (bp #15555 ) ( #15577 )
...
* cli-output: Minor refactor of CliFees
(cherry picked from commit ebd56f7ff4
)
* CLI: Support querying fees by blockhash
(cherry picked from commit 21e08b5b2c
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-02-27 20:59:54 +00:00
sakridge
fa7067950a
Update version to v1.5.11 ( #15574 )
2021-02-27 04:27:54 +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]
b21ce376fb
Fix solana feature status stake % overflow ( #15468 )
...
(cherry picked from commit f7c0b69fd4
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-02-22 21:08:25 +00:00
Michael Vines
451d974f26
Improve help for split-stake-account
2021-02-22 12:50:21 -08:00
mergify[bot]
8b80628b38
Sortable feature status list ( #15150 ) ( #15192 )
...
(cherry picked from commit 88f22c360b
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-22 18:44:45 +00:00
mergify[bot]
de4d2e640e
CLI: Support transfer with seed (bp #15389 ) ( #15446 )
...
* CLI: Factor out ProgramId moniker resolution
(cherry picked from commit 84e7ba0b3f
)
* CLI: Make derived address seed.len() check a clap validator
(cherry picked from commit 16e0a4b412
)
* CLI: Add hidden support for `SystemInstruction::TransferWithSeed`
(cherry picked from commit 700685c223
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-02-20 00:36:35 +00:00
Michael Vines
671fb3519d
Pacify clippy
2021-02-19 16:04:18 -08:00
mergify[bot]
9aed0b0952
cli: improve deploy resume interface ( #15418 ) ( #15444 )
...
* cli: improve deploy resume interface
* add docs
(cherry picked from commit 4648439f5c
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-19 22:23:15 +00:00
mergify[bot]
5c8a878f1b
Send program deploy txs to up to 2 leaders ( #15421 ) ( #15424 )
...
(cherry picked from commit 4e84869c8e
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-02-19 04:30:05 +00:00
mergify[bot]
7148aaa30c
chore: bump serde from 1.0.112 to 1.0.118 (bp #14828 ) ( #15394 )
...
* chore: bump serde from 1.0.112 to 1.0.118 (#14828 )
* chore: bump serde from 1.0.112 to 1.0.122
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.112 to 1.0.122.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.112...v1.0.122 )
Signed-off-by: dependabot[bot] <support@github.com >
* [auto-commit] Update all Cargo lock files
* Update frozen_abi digest following serde update
* Revert "chore: bump serde from 1.0.112 to 1.0.122"
This reverts commit a3ef4442a4
.
* Revert "[auto-commit] Update all Cargo lock files"
This reverts commit c41c3b005f
.
* chore: bump serde from 1.0.112 to 1.0.118
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.112 to 1.0.118.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.112...v1.0.118 )
Signed-off-by: dependabot[bot] <support@github.com >
* [auto-commit] Update all Cargo lock files
* Remove serum-dex pinning
* blind commit!
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com >
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
(cherry picked from commit 1df93fa2be
)
# Conflicts:
# banks-interface/Cargo.toml
# perf/Cargo.toml
# programs/config/Cargo.toml
* Fix conflicts
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryo Onodera <ryoqun@gmail.com >
2021-02-18 13:29:17 +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
Justin Starry
26b420bd39
cli: Speed up program deploys ( #15347 )
...
* Speed up deploys
* fix test
(cherry picked from commit f5c564bc6c
)
2021-02-16 17:47:50 -08:00
mergify[bot]
6656b3965f
rbpf-v0.2.5 ( #15334 ) ( #15335 )
...
(cherry picked from commit b43d2bc882
)
Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net >
2021-02-16 17:55:04 +00:00
mergify[bot]
73fb9695bc
style: Fix the typos ( #15318 )
...
(cherry picked from commit 9c7b3dc1b5
)
Co-authored-by: HowJMay <vulxj0j8j8@gmail.com >
2021-02-14 00:46:40 +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]
9be3e00546
Add cli deploy tests (bp #15116 ) ( #15147 )
...
* Add cli deploy tests (#15116 )
(cherry picked from commit 210514b136
)
* fix conflicts
Co-authored-by: Jack May <jack@solana.com >
2021-02-09 05:42:43 +00:00
mergify[bot]
49034b8016
nit: cleanup feature status display ( #15113 ) ( #15117 )
...
* nit: cleanup feature status display
* nudge
(cherry picked from commit a52a241852
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-05 05:38:38 +00:00
mergify[bot]
cfeed09f1f
Add program deployment docs ( #15075 ) ( #15082 )
...
(cherry picked from commit d0118a5c42
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-04 10:42:37 +00:00
mergify[bot]
f12a467177
transaction-history -v
now shows the transaction timestamp if available (#15052 )
...
(cherry picked from commit 971c222cf7
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-02-03 08:31:34 -08:00
mergify[bot]
a7d9a52690
cli: add command to dump the upgradeable program to a file ( #15029 ) ( #15035 )
...
(cherry picked from commit 9c6d899efb
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-03 10:22:29 +00:00
mergify[bot]
4b3391f1d8
Cli: some moniker follow-up ( #14981 ) ( #15038 )
...
* Enable monikers in config set
* Fixup websocket compute
(cherry picked from commit 38e2fe8997
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-02-03 09:25:10 +00:00
mergify[bot]
19b203f344
cli: add query command to solana program (bp #15017 ) ( #15028 )
...
* cli: add query command to solana program (#15017 )
(cherry picked from commit 6cf6ef3a32
)
# Conflicts:
# cli-output/src/cli_output.rs
# cli/src/program.rs
* fix conflicts
Co-authored-by: Jack May <jack@solana.com >
2021-02-03 08:04:18 +00:00
mergify[bot]
3610b6f31c
cli: Don't overallocate upgradeable program if --final specified ( #15011 ) ( #15027 )
...
(cherry picked from commit a1b9e00c14
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-03 03:09:27 +00:00
mergify[bot]
790a6b7550
CLI: Surface account query errors ( #15024 )
...
(cherry picked from commit 3abb39c04f
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-02-03 01:59:59 +00:00
mergify[bot]
7b3c7a075a
Allow passing buffer by keypair to cli program deploy ( #15010 ) ( #15016 )
...
(cherry picked from commit 7831428e82
)
Co-authored-by: Jack May <jack@solana.com >
2021-02-02 22:49:09 +00: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
Trent Nelson
62b7bf5365
CLI: Reinstate logging, disabled by default
...
(cherry picked from commit a44392048d
)
2021-01-29 21:46:58 -08:00
mergify[bot]
08bda35fd6
Buffer authority must match upgrade authority for deploys and upgrades (bp #14923 ) ( #14935 )
...
* Buffer authority must match upgrade authority for deploys and upgrades (#14923 )
(cherry picked from commit 07cef5a557
)
# Conflicts:
# cli/src/program.rs
# cli/tests/program.rs
* fix conflicts
Co-authored-by: Jack May <jack@solana.com >
2021-01-29 23:04:23 +00:00
mergify[bot]
555df9f96c
cli: Improve reliability of program deploys ( #14902 ) ( #14925 )
...
* cli: Improve reliability of program deploys
* chore: fix clippy
(cherry picked from commit 996a27d475
)
Co-authored-by: Justin Starry <justin@solana.com >
2021-01-29 13:07:31 -07:00
Michael Vines
481c60e287
Surface faucet start failures to the user of solana-test-validator
...
(cherry picked from commit 8993ac0c74
)
2021-01-28 16:59:44 -08:00
Tyera Eulberg
7e2e0d4a86
Manually camelCase solana program json ( #14907 )
2021-01-28 13:41:57 -07:00
mergify[bot]
b62349f081
cli now supports a custodian for stake authorize operations ( #14860 )
...
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-01-28 18:30:43 +00:00
Michael Vines
4378634970
Bump version to 1.5.6
2021-01-27 10:50:56 -08:00
Jack May
1c23f135bf
Bump rbpf to v0.2.4 ( #14867 )
2021-01-26 22:49:57 +00:00
mergify[bot]
3c67f71695
Deprecate commitment variants (bp #14797 ) ( #14858 )
...
* Deprecate commitment variants (#14797 )
* Deprecate commitment variants
* Add new CommitmentConfig builders
* Add helpers to avoid allowing deprecated variants
* Remove deprecated transaction-status code
* Include new commitment variants in runtime commitment; allow deprecated as long as old variants persist
* Remove deprecated banks code
* Remove deprecated variants in core; allow deprecated in rpc/rpc-subscriptions for now
* Heavier hand with rpc/rpc-subscription commitment
* Remove deprecated variants from local-cluster
* Remove deprecated variants from various tools
* Remove deprecated variants from validator
* Update docs
* Remove deprecated client code
* Add new variants to cli; remove deprecated variants as possible
* Don't send new commitment variants to old clusters
* Retain deprecated method in test_validator_saves_tower
* Fix clippy matches! suggestion for BPF solana-sdk legacy compile test
* Refactor node version check to handle commitment variants and transaction encoding
* Hide deprecated variants from cli help
* Add cli App comments
(cherry picked from commit ffa5c7dcc8
)
* Fix 1.5 stake-o-matic
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
Co-authored-by: Tyera Eulberg <tyera@solana.com >
2021-01-26 20:49:04 +00:00
mergify[bot]
2d246581ed
Add ability to force feature activation without code modification ( #14783 )
...
(cherry picked from commit c3548f790c
)
Co-authored-by: Michael Vines <mvines@gmail.com >
2021-01-22 22:39:56 +00:00
mergify[bot]
952a5b11c1
CLI: Strive for at least one signer (bp #14767 ) ( #14779 )
...
* CLI: Strive for at least one signer
(cherry picked from commit 8f8d593457
)
* CLI: Allow missing pubkey in `--verbose` config output
(cherry picked from commit 90e1778cd2
)
* CLI: Don't scare the users
(cherry picked from commit e9c98f2416
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-01-22 19:50:50 +00:00
mergify[bot]
38e4c34d18
CLI: Add calculate-rent
subcommand (bp #14725 ) ( #14759 )
...
* cli-output: Genericize `writeln_name_value()`
(cherry picked from commit 2820d0a23d
)
* CLI: Add `calculate-rent` subcommand
(cherry picked from commit 12410541a4
)
Co-authored-by: Trent Nelson <trent@solana.com >
2021-01-22 00:04:07 +00:00
mergify[bot]
99f0d29e65
Return confirmation-status ( #14709 ) ( #14715 )
...
(cherry picked from commit 0e87572eb0
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-01-21 03:05:53 +00:00
mergify[bot]
8e38f90e54
Default to highest finalized block if no slot provided ( #14701 ) ( #14704 )
...
(cherry picked from commit c64d4f7693
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com >
2021-01-20 22:48:32 +00:00