What does this pull request do? Explain your changes. (required)
This PR bumps the truffle-keystore-provider dependency to v1.0.6.
truffle-keystore-provider v1.0.6 contains this commit which fixes an issue that was preventing the usage of truffle-keystore-provider to deploy contracts using a remote ETH RPC provider while signing transactions locally using an unlocked keystore.
Specific updates (required)
See commit history.
How did you test each of these updates (required)
Tested manually by deploying a contract to Rinkeby via npm run migrate -- --network=rinkeby -f <MIGRATION_FILE_#>
What does this pull request do? Explain your changes. (required)
This PR bumps the truffle-keystore-provider dependency to v1.0.6.
truffle-keystore-provider v1.0.6 contains this commit which fixes an issue that was preventing the usage of truffle-keystore-provider to deploy contracts using a remote ETH RPC provider while signing transactions locally using an unlocked keystore.
Specific updates (required)
See commit history.
How did you test each of these updates (required)
Tested manually by deploying a contract to Rinkeby via
npm run migrate -- --network=rinkeby -f <MIGRATION_FILE_#>
Checklist:
npm run test
pass