@dfinity/rosetta-client
Advanced tools
Changelog
[0.6.1] - 2021-08-13
proxy
option (of type AxiosProxyConfig) to the Session constructor (#57).address_from_hex
with better error messages (#56).Changelog
[0.6.0] - 2021-07-21
transfer
method won't work with older
versions of rosetta-node (docker images dfinity/rosetta-api:20210526
and below).Changelog
[0.5.2] - 2021-06-03
seed_from_pem
to support loading a private key from a PEM file generated
by dfx identity
command. (#42)Changelog
[0.5.1] - 2021-04-23
signed_transaction_decode
to work with upstream changes. (#34)Changelog
[0.5.0] - 2021-04-22
Changelog
[0.4.0] - 2021-04-15
/search/transactions
. (#27)ingress_expiry
/memo
fields from result of
signed_transaction_decode
, since they are incompatible with flexible ingress
expiry. (#27)chain
/stats
modules, since we no longer need to poll for latest
blocks to check if a transaction hit the chain. (#27)Changelog
[0.3.0] - 2021-04-02
address_from_hex
/address_to_hex
to handle hex encoding of addresses.
Breaking change. (#14)signed_transaction
. (#22)transfer_pre_combine
now requires source account's public key (#14).
BREAKING CHANGE./construction/payloads
logic to match upstream (#14).
BREAKING CHANGE./construction/combine
implementation to match upstream (#13).
BREAKING CHANGE.@dfinity/agent
, and use tweetnacl
for ed25519 logic (#16) (#17).