immutability-io / vault-ethereum

A plugin that turns Vault into an Ethereum wallet.
243 stars 65 forks source link

curious change to REST mappings due to vault 0.11.2 which are incompatible with 0.11.1 #41

Closed cypherhat closed 5 years ago

cypherhat commented 5 years ago

Description

Had to add support for both PUT and POST due to incompatibilities in 0.11.1 and 0.11.2

Motivation and Context

The plugin's convert operation didn't work under 0.11.2. Determined that in 0.11.1 the plugin was receiving a PUT and in 0.11.2 it was receiving a PUT.

How Has This Been Tested?

Tested under both versions.

Screenshots (if appropriate):

Types of changes

Checklist: