Vault Ethereum Versions Save

A plugin that turns Vault into an Ethereum wallet.

v0.3.0

3 years ago

v0.2.11

4 years ago

Added validation for address_to and token_address.

v0.2.10

4 years ago

Updated dependencies and some of the scripts.

v0.2.9

4 years ago

Remove signing of a file. Added the ability to sign a hex-encoded string.

v0.2.8

4 years ago

In response to this issue: https://github.com/immutability-io/vault-ethereum/issues/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.

v0.2.7

5 years ago

v0.2.6

5 years ago

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.

v0.2.5

5 years ago

Several requests for this method had previously fallen on deaf ears. Cleaned ears. Implemented method.

v0.2.4

5 years ago

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.