Trent Nelson
8b989d562b
spl-token-cli: Simplify owner resolution
2021-03-31 23:52:16 -06:00
Tyera Eulberg
936ecef809
Bump spl-token-cli to 2.0.10 ( #1540 )
2021-03-30 17:22:17 -06:00
Tyera Eulberg
f2de73da8e
spl-token-cli: support ATA in close, balance, and account-info ( #1537 )
...
* Use ATA by default in close command
* Use ATA by default in balance/account-info queries
* Add Aux tag and gc messaging to spl-token account-info
* Recommend 'token' only if no args provided
2021-03-30 22:31:54 +00:00
Michael Vines
448be67cfa
Update to Solana 1.6.2
2021-03-30 09:38:04 -07:00
Ryo Onodera
0500f5fb02
Add spl-token transfer --no-wait ( #1525 )
2021-03-30 16:25:21 +09:00
Tyera Eulberg
75e122061e
Accounts: check mint if provided, use helper ( #1503 )
2021-03-24 00:06:39 +00:00
Tyera Eulberg
a3e8af2068
spl-token-cli: use ATA by default in wrap/unwrap commands ( #1492 )
...
* Wrap to ATA by default
* Unwrap ATA by default
* Review comments
2021-03-23 15:48:27 -06:00
Tyera Eulberg
80819fa05a
Transfer from ATA by default ( #1487 )
...
* Transfer from ATA by default
* Update token/cli/src/main.rs
2021-03-23 04:12:29 +00:00
Tyera Eulberg
603a94327f
Add spl-token address command ( #1484 )
2021-03-22 23:58:09 +00:00
Tyera Eulberg
04fc247b2e
Reorder App subcommands ( #1485 )
2021-03-22 22:47:25 +00:00
Michael Vines
bb05462d59
Rename --allow-empty-recipient to --allow-unfunded-recipient
2021-03-22 13:45:18 -07:00
Michael Vines
662f38f939
Bump Solana version to 1.6.1
2021-03-18 04:07:16 +00:00
Michael Vines
58807c5f8b
Back out clippy::manual_map for now
2021-03-16 22:22:59 -07:00
Michael Vines
af5fdb3146
Bump Rust version to 1.50.0
2021-03-16 22:22:59 -07:00
Tyera Eulberg
82a385b7c3
Bump spl-token-cli for new release ( #1463 )
2021-03-16 18:24:04 -06:00
Justin Starry
4107c17a3b
Bump token-cli to v2.0.8 ( #1458 )
2021-03-16 17:44:36 -06:00
Michael Vines
723aacadb7
Pin Solana versions used by spl-token-cli
2021-03-16 15:07:56 -07:00
Tyera Eulberg
d65d2eac41
Token cli: Improve authorize command ( #1445 )
...
* Return clear error message if auth type is incompatible with account
* Report real current authority
* Prevent reauth of owner's ATA
* Fix typo, messaging improvements
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
2021-03-16 13:59:21 -06:00
Justin Starry
5aa60dd892
token-cli: Don't sign with owner when creating an associated token account ( #1449 )
2021-03-16 15:59:38 +08:00
Tyera Eulberg
5aa0341478
Token cli: spl-token accounts improvements ( #1440 )
...
* Swap token/account to prep for display changes
* Refactor accounts parsing for deterministic order and to batch by mint
* Add Aux tags and gc alert
* Hide account addresses for non-verbose returns
* Review nits
* Set balance display len dynamically
* Bump solana version to reduce Account parse failures
* Fix aux width
2021-03-12 19:34:14 -07:00
Tyera Eulberg
123f0daffe
Allow pubkey owner for accounts subcommand ( #1439 )
2021-03-11 15:40:47 -07:00
Tyera Eulberg
7a2d17b57f
Enable short arg, monikers ( #1433 )
2021-03-11 06:44:00 +00:00
Tyera Eulberg
4f50c512f9
Bump token-cli to v2.0.7 ( #1366 )
2021-03-02 12:31:58 -07:00
Jon Cinque
9c12b50703
Update solana-program to 1.5.11 ( #1362 )
...
* Update solana-program to 1.5.11
* Update all programs
2021-03-02 19:19:50 +01:00
Tyera Eulberg
f0b70989c0
Use forward-compatible apis ( #1353 )
2021-03-02 09:56:34 -07:00
Michael Vines
a782f3e52f
Add --allow-empty-recipient to `transfer` command
2021-02-22 11:50:34 -08:00
dependabot[bot]
1e5b376df6
build(deps): bump serde_json from 1.0.61 to 1.0.62 ( #1265 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.61 to 1.0.62.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.61...v1.0.62 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-18 02:07:29 +00:00
dependabot[bot]
b476c962ce
build(deps): bump solana-cli-config from 1.5.6 to 1.5.8 ( #1260 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.5.6 to 1.5.8.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.5.6...v1.5.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-17 23:23:27 +00:00
Trent Nelson
2316b6092e
chore: token - bump version to 3.1.0
2021-02-11 16:30:03 -07:00
Trent Nelson
188c03e9a1
chore: bump solana crates to 1.5.6
2021-02-11 16:30:03 -07:00
dependabot[bot]
c1d49de8b2
build(deps): bump solana-logger from 1.5.1 to 1.5.3 ( #1066 )
...
Bumps [solana-logger](https://github.com/solana-labs/solana ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.5.1...v1.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 12:36:43 +00:00
dependabot[bot]
7e8c36ef78
build(deps): bump solana-cli-config from 1.5.1 to 1.5.2 ( #1051 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.5.1...v1.5.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 01:32:56 +00:00
dependabot[bot]
c1de655e4f
Bump console from 0.13.0 to 0.14.0 ( #1005 )
...
Bumps [console](https://github.com/mitsuhiko/console ) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/mitsuhiko/console/releases )
- [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mitsuhiko/console/compare/0.13.0...0.14.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 08:55:38 +08:00
dependabot[bot]
b08ed21332
build(deps): bump solana-cli-config from 1.5.0 to 1.5.1 ( #1023 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.5.0...v1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 12:39:08 +00:00
dependabot[bot]
c64d43180a
Bump serde_json from 1.0.59 to 1.0.61 ( #983 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.59 to 1.0.61.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.59...v1.0.61 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 01:33:47 +00:00
Michael Vines
8ae34d2137
Update to Solana 1.5.0
2020-12-17 21:24:30 -08:00
Trent Nelson
7e5ef20c44
Bump token-cli to v2.0.6
2020-12-16 22:45:52 +00:00
Trent Nelson
603e3517f8
Bump {ata,memo,token-{program,cli}} to solana v1.4.17
...
To pick up cargo audit fixes for monorepo
2020-12-16 22:45:52 +00:00
Michael Vines
158fa1dea6
Upgrade to Solana v1.4.14
2020-12-03 05:39:55 +00:00
Michael Vines
b51acb2577
Bump SPL Token CLI version to 2.0.5
2020-11-20 09:03:55 -08:00
Michael Vines
7e3115fb25
Avoid RpcClient::get_account() in some cases
2020-11-19 10:28:18 -08:00
Michael Vines
222ec663df
Use RpcClient::new_with_commitment()
2020-11-18 04:37:30 +00:00
Michael Vines
c6a4ac9a82
Bump solana version to v1.4.9
2020-11-17 20:02:17 -08:00
Michael Vines
0bafe9891d
spl-token transfer now supports ALL keyword
2020-11-18 02:06:46 +00:00
Michael Vines
43d808c5fd
Clean up `spl-token accounts <MINT>` output
2020-11-18 02:05:52 +00:00
Tyera Eulberg
6ee1f09311
Use config commitment for balance checks ( #842 )
2020-11-14 01:24:13 -07:00
Michael Vines
f4af9054a2
Update to Solana 1.4.8
2020-11-14 02:35:20 +00:00
Michael Vines
5030a87021
Upgrade to Solana 1.4.7
2020-11-12 11:05:20 -08:00
dependabot[bot]
7249b4fa1e
Bump solana-cli-config from 1.4.5 to 1.4.6 ( #820 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.4.5...v1.4.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10 12:31:19 +00:00
Michael Vines
238eabc1d0
Bump solana version to v1.4.5
2020-11-06 21:29:04 -08:00
Michael Vines
645a9874d3
Output tweaks
2020-11-05 13:42:48 -08:00
Michael Vines
8ec81b6405
Bump spl-token cli version
2020-11-04 20:21:20 +00:00
Michael Vines
89de77aad8
Bump spl-token to v3.0.0
2020-11-04 18:58:37 +00:00
Michael Vines
8ea9b28edf
Add associated token account support
2020-11-04 09:13:21 -08:00
Michael Vines
341149d0e9
Back to no-entrypoint feature name
2020-11-03 10:34:43 -08:00
Michael Vines
9f4e6d8beb
Update to solana v1.4.4
2020-11-01 20:48:15 -08:00
Tyera Eulberg
c312a0576a
Clippy suggestions ( #765 )
2020-10-31 19:10:33 -06:00
Trent Nelson
de23dbc8a0
token-cli: Don't panic on signing errors
2020-10-30 15:57:20 -06:00
Trent Nelson
d02975bb0b
token-cli: Plumb multisig support for supporting subcommands
2020-10-30 15:57:20 -06:00
Trent Nelson
23e2b0bed3
token-cli: Add `multisig-info` subcommand
2020-10-30 15:57:20 -06:00
Trent Nelson
f40236928d
token-cli: Add `create-multisig` subcommand
2020-10-30 15:57:20 -06:00
Michael Vines
9c7c12c361
Correct help text
2020-10-28 17:43:57 -07:00
Trent Nelson
b775896c8c
token-cli: Support offline signing
2020-10-27 01:24:03 +00:00
Trent Nelson
3deb46f35a
token-cli: Support durable nonces
2020-10-27 01:24:03 +00:00
Trent Nelson
5193078568
token-cli: Use subcommand arg matches for config
2020-10-27 01:24:03 +00:00
Trent Nelson
dcc28d311d
token-cli: Send transactions with config
2020-10-27 01:24:03 +00:00
Trent Nelson
6096e7b554
token-cli: Use clap-utils fee payer arg
2020-10-27 01:24:03 +00:00
Michael Vines
80e29ef6b9
Port SPL to solana-program and `cargo build-bpf`
2020-10-24 19:21:38 -07:00
dependabot[bot]
14d102b86a
Bump solana-cli-config from 1.4.1 to 1.4.2 ( #704 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.4.1...v1.4.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-23 13:29:32 +00:00
dependabot[bot]
1f0bf3bacb
Bump solana-logger from 1.4.1 to 1.4.2 ( #705 )
...
Bumps [solana-logger](https://github.com/solana-labs/solana ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.4.1...v1.4.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-23 12:13:37 +00:00
dependabot[bot]
1af2292021
Bump console from 0.12.0 to 0.13.0 ( #659 )
...
Bumps [console](https://github.com/mitsuhiko/console ) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/mitsuhiko/console/releases )
- [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mitsuhiko/console/compare/v0.12.0...v0.13.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 12:18:56 +00:00
Greg Fitzgerald
2ec3b3fa4f
Upgrade solana-sdk in themis ( #636 )
...
* Upgrade solana-sdk in themis
* Fix build
* Bump Token CLI dependencies
* Remove Cargo.lock files
* Fix BN build
* Upgrade BN client too
2020-10-16 16:28:07 -06:00
dependabot[bot]
edc03f23c1
Bump solana-cli-config from 1.4.0 to 1.4.1 ( #644 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.4.0...v1.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 13:37:30 +00:00
dependabot[bot]
86c0182ec4
Bump solana-logger from 1.4.0 to 1.4.1 ( #645 )
...
Bumps [solana-logger](https://github.com/solana-labs/solana ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.4.0...v1.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 12:20:02 +00:00
Tyera Eulberg
6718d42e34
Bump memo and token versions ( #627 )
2020-10-15 12:20:23 -06:00
Michael Vines
9324154df2
Bump version
2020-10-14 08:41:52 -07:00
dependabot[bot]
3d01a16746
Bump solana-logger from 1.3.15 to 1.4.0 ( #621 )
...
Bumps [solana-logger](https://github.com/solana-labs/solana ) from 1.3.15 to 1.4.0.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.15...v1.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 13:59:38 +00:00
dependabot[bot]
535b2f0942
Bump solana-cli-config from 1.3.17 to 1.4.0 ( #620 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.3.17 to 1.4.0.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.17...v1.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 12:39:20 +00:00
dependabot[bot]
304c6400fa
Bump serde_json from 1.0.58 to 1.0.59 ( #610 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.58 to 1.0.59.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.58...v1.0.59 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 13:23:28 +00:00
dependabot[bot]
120731e78e
Bump solana-cli-config from 1.3.16 to 1.3.17 ( #609 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.3.16 to 1.3.17.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.16...v1.3.17 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 12:12:58 +00:00
dependabot[bot]
6b06db1787
Bump solana-cli-config from 1.3.15 to 1.3.16 ( #603 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.3.15 to 1.3.16.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.15...v1.3.16 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 12:21:31 +00:00
dependabot[bot]
66f334bc8e
Bump solana-logger from 1.3.14 to 1.3.15 ( #564 )
...
Bumps [solana-logger](https://github.com/solana-labs/solana ) from 1.3.14 to 1.3.15.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.14...v1.3.15 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 08:56:41 +00:00
dependabot[bot]
12c43abb68
Bump solana-cli-config from 1.3.14 to 1.3.15 ( #565 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.3.14 to 1.3.15.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.14...v1.3.15 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-05 08:56:34 +00:00
dependabot[bot]
b33bf9c460
Bump serde_json from 1.0.57 to 1.0.58 ( #561 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.57...v1.0.58 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-02 08:56:06 +00:00
Trent Nelson
748ff6c7d8
spl-token-cli: Consolidate TX construction/signing
2020-09-30 20:17:53 +00:00
Trent Nelson
e0fb75d134
spl-token-cli: Use signer-based arg validators/parsers
2020-09-30 20:17:53 +00:00
Trent Nelson
c4cf9ffef4
token: Bump solana crates to 1.3.14
2020-09-30 20:17:53 +00:00
dependabot[bot]
8c777f25a9
Bump solana-logger from 1.3.13 to 1.3.14 ( #553 )
...
Bumps [solana-logger](https://github.com/solana-labs/solana ) from 1.3.13 to 1.3.14.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.13...v1.3.14 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-30 09:16:41 +00:00
dependabot[bot]
449c4b95d6
Bump solana-cli-config from 1.3.13 to 1.3.14 ( #552 )
...
Bumps [solana-cli-config](https://github.com/solana-labs/solana ) from 1.3.13 to 1.3.14.
- [Release notes](https://github.com/solana-labs/solana/releases )
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md )
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.13...v1.3.14 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-30 08:38:55 +00:00
Tyera Eulberg
be9b88d546
Add close subcommand ( #542 )
2020-09-26 00:48:08 +00:00
Tyera Eulberg
94861a39e8
Add approve, revoke subcommands ( #540 )
...
* Add approve, revoke subcommands
* Use get_token_account api to reduce rpc calls
2020-09-25 21:51:47 +00:00
Tyera Eulberg
72ec14a190
Flesh out SetAuthority capabilities ( #531 )
2020-09-25 12:27:45 -06:00
Trent Nelson
ec9961cd7f
spl-token-cli: Add 'account-info' subcommand
2020-09-24 20:38:28 -06:00
Tyera Eulberg
7903e62a08
Owner doesn't need to sign init transactions ( #530 )
2020-09-24 21:18:36 +00:00
Tyera Eulberg
5bf19b62f7
Clean up freeze/thaw querying for mint ( #529 )
2020-09-24 21:06:34 +00:00
Tyera Eulberg
9a7d5949c6
Bump spl-token-cli, and solana versions ( #523 )
...
* Bump spl-token-cli, incl solana versions
* Pin exact solana versions
2020-09-24 08:35:58 +00:00
dependabot[bot]
e8bb772dba
Bump console from 0.11.3 to 0.12.0 ( #518 )
...
Bumps [console](https://github.com/mitsuhiko/console ) from 0.11.3 to 0.12.0.
- [Release notes](https://github.com/mitsuhiko/console/releases )
- [Commits](https://github.com/mitsuhiko/console/compare/v0.11.3...v0.12.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-23 13:05:51 +00:00
Tyera Eulberg
4c93e07ec9
Add freeze and thaw functionality to spl-token cli ( #511 )
...
* Add arg to enable token mint to freeze
* Add freeze/thaw subcommands
* Add frozen marker to spl-token accounts
* Add todos to simplify args
2020-09-22 10:54:51 -06:00
Jack May
e78e26597e
Rename x2 instructions to xChecked
2020-09-22 02:51:27 -07:00
Tyera Eulberg
bc91372f6f
Enable spl-token-cli args ( #510 )
2020-09-22 03:11:24 +00:00