Skip to content

Releases: immutability-io/vault-ethereum

Courtesy build of latest codebase

03 May 10:36
Compare
Choose a tag to compare

add encoding argument on accounts/:name/sign

21 Mar 17:29
9692ad3
Compare
Choose a tag to compare

Validate address inputs

20 Jan 15:16
b813b34
Compare
Choose a tag to compare

Added validation for address_to and token_address.

Update to Vault 1.0.3

26 Dec 20:06
9f3b42d
Compare
Choose a tag to compare

Updated dependencies and some of the scripts.

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

25 Jun 13:11
d10457b
Compare
Choose a tag to compare

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

Add the ability to sign the contents of a file

22 Jun 13:57
7bcd2ac
Compare
Choose a tag to compare

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

24 Mar 12:56
b7b7fae
Compare
Choose a tag to compare
Merge pull request #55 from richard-mauri/master

go mod dependency mgmt and workound bug fix to broken dependency

Use CoinMarketCap PRO API

05 Nov 23:43
66861e1
Compare
Choose a tag to compare

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

14 Oct 13:26
4575e39
Compare
Choose a tag to compare

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

05 Oct 17:54
07a7050
Compare
Choose a tag to compare

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.