Releases: immutability-io/vault-ethereum
Courtesy build of latest codebase
add encoding argument on accounts/:name/sign
Validate address inputs
Added validation for address_to
and token_address
.
Update to Vault 1.0.3
Updated dependencies and some of the scripts.
Remove signing of a file. Added the ability to sign a hex-encoded string.
Remove signing of a file. Added the ability to sign a hex-encoded string.
Add the ability to sign the contents of a file
In response to this issue: #56, the sign-tx
method now supports supplying data directly from a file.
Also, vendoring was added due to the Vault dependency.
Also, refactoring of package names to to the change of Vault packages.
Fixed Uint64 reference.
Rebuild with Vault 1.1.0 and go1.12
Merge pull request #55 from richard-mauri/master go mod dependency mgmt and workound bug fix to broken dependency
Use CoinMarketCap PRO API
CoinMarketCap is decommissioning both v1 and v2 APIs. This build changes the CoinMarketCap dependency to use the PRO v1 API. This means that you will need to supply an API Key to the config endpoint; otherwise, no attempt to contact CoinMarketCap API will be made.
Added the sign-tx method for signing raw transactions
Several requests for this method had previously fallen on deaf ears. Cleaned ears. Implemented method.
Noticed incompatibilities between Vault 0.11.1 and 0.11.2
Seems that Vault 0.11.1 and Vault 0.11.2 don't map POST
and PUT
in the same way. So, to support both versions, I added handlers for both methods for the convert
endpoint.