Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracles work, AENS mostly works #57

Merged
merged 26 commits into from
Apr 30, 2019
Merged

Conversation

randomshinichi
Copy link
Contributor

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 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)

…ers in the reverse order than specified in the JSON.
… use stdin n as prompt to continue. use aeternity helpers instead
generated code was not parsing node responses that involved GenericTx. First fixed in 2cccbea but resurfaced after regenerating from new swagger.json
make go-swagger generated *Tx models return SpendTx, not SpendTxJSON
closes #54
…. This dereferences the error.Reason pointer if the models.Error is passed as a pointer
…son automatically dereferenced when printing it
…uildOracleQueryID(), leftPadByteSlice() and unittests
@randomshinichi randomshinichi merged commit 07aa8a7 into develop Apr 30, 2019
@randomshinichi randomshinichi deleted the nameupdatetxworking branch June 6, 2019 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

APIGetMicroBlockTransactionsByHash return Error: invalid type value: "SpendTx"
2 participants