immutability-io / vault-ethereum

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

update signTx and base docker image name #95

Closed canturk3 closed 9 months ago

canturk3 commented 9 months ago

Description

Make the signing transactions use EIP155 method to be able to work with current blockchain networks

Update base docker image name due to the notice in https://github.com/hashicorp/docker-vault where it states: "Upcoming in Vault 1.14, we will stop publishing official Dockerhub images and publish only our Verified Publisher images. Users of Docker images should pull from hashicorp/vault instead of vault."

Motivation and Context

It makes the project to be able to run without any new changes to project code

How Has This Been Tested?

After using the makefile docker-build and run commands network is configured to use Polygon network and transactions are tested through the transfer endpoint of the account

Types of changes

Checklist: