Compatibility
This code is compatible with:
ddd5a0cbcb7a4ebb106ee4d27692b3118b6fdc4a
of chia-blockchain 2.5.2ac72355b9220fa975bab857fe740892845017a30
of pool-reference0b6571ea254fe22dfc692f9ef058b6a4e224a081
of chia_rs 0.18.0
Changed
- Added error logs
- Wallet RPC API
- Added CHIP-0029 support for the following Wallet RPC APIs
vc_get_list
- Changed the response type of
proofs
- Changed the response type of
vc_add_proofs
- Changed the request type
vc_get_proofs_for_root
- Changed the response type
vc_mint
- Removed
signing_responses
from the response properties.
- Removed
vc_spend
- Removed
signing_responses
from the response properties.
- Removed
vc_revoke
- Removed
signing_responses
from the response properties.
- Removed
- Add the following properties to
SpendBundleConditions
validated_signature
execution_cost
condition_cost
Added
Fixed
get_timestamp_for_height
- Fixed a missing request param
vc_get
- Fixed the response type to
Optional<VCRecord>
fromVCRecord | None
.
- Fixed the response type to
push_transactions
- Each element of
transactions
in the request can beTransactionRecord
- Each element of
- Fixed the type of
TransactionEndpointResponseCHIP0029
- Fixed a typo:
VersionBlob
->VersionedBlob
- Fixed incorrect type of
WalletCoinRecordWithMetadata