Standardized names across groups of transactions. For example, SpendTx's TTL is denoted as TTL, but for AENS and Oracle, there are different types of TTLs, so there it is called TxTTL, and the same with Fee.
Features
Oracle transactions now work.
AENS mostly works.
vanity account search takes regular expressions that can match anywhere
Fixes
If the node returns an error, the Reason is printed, instead of its address.
Fixes #54 (Generic Tx in node response was not being deserialized into specific transaction types)
Breaking Changes
Standardized names across groups of transactions. For example, SpendTx's TTL is denoted as
TTL
, but for AENS and Oracle, there are different types of TTLs, so there it is calledTxTTL
, and the same with Fee.Features
Oracle transactions now work. AENS mostly works. vanity account search takes regular expressions that can match anywhere
Fixes
If the node returns an error, the Reason is printed, instead of its address. Fixes #54 (Generic Tx in node response was not being deserialized into specific transaction types)