Michael Vines
|
f06a4c7861
|
Update spl-token and spl-memo
|
2020-08-02 07:53:46 -07:00 |
|
mergify[bot]
|
c805f7dc4e
|
Decode token instructions (bp #11281) (#11313)
* Decode token instructions (#11281)
* Token->SplToken
* Add spl_token instruction parsing
* Rebase on master
* Gracefully fail key len mismatches
(cherry picked from commit 0f551d4f75 )
# Conflicts:
# Cargo.lock
# transaction-status/Cargo.toml
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
|
2020-07-31 21:11:58 +00:00 |
|
Michael Vines
|
2f8d0f88d6
|
Avoid spl-sdk dependency, which inhibits crate publishing
|
2020-07-31 00:05:13 +00:00 |
|
mergify[bot]
|
a7f4d1487a
|
Add SPL Token-specific rpc endpoints (bp #11231) (#11261)
* Add SPL Token-specific rpc endpoints (#11231)
* Simplify account-decoder program ids + spl_token helper
* Spl program namespace version
* Add getTokenAccountBalance endpoint
* Remove token program id from getTokenAccountBalance request
* Add getTokenSupply endpoint
* Remove token program id from getTokenSupply request
* Add getTokenAccountsByOwner/Delegate endpoints
* Remove token program id from getTokenAccountsByOwner/Delegate requests
* Named parameter
(cherry picked from commit b45ac5d4db )
# Conflicts:
# Cargo.lock
# account-decoder/Cargo.toml
# core/Cargo.toml
# core/src/rpc.rs
# transaction-status/Cargo.toml
* Fix backport
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
|
2020-07-29 17:08:21 +00:00 |
|
mergify[bot]
|
05ef21cd3b
|
Add token account decoding (bp #11136) (#11202)
* Add token account decoding (#11136)
* Add token decoding
* Bump versions
(cherry picked from commit 32fea0496e )
# Conflicts:
# Cargo.lock
# account-decoder/Cargo.toml
# transaction-status/Cargo.toml
* Fix conflicts
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
|
2020-07-25 01:37:07 +00:00 |
|