go-ethereum/contracts/checkpointoracle
Marius van der Wijden ed0670cb17
accounts/abi/bind: allow specifying signer on transactOpts ()
This commit enables users to specify which signer they want to use while creating their transactOpts.
Previously all contract interactions used the homestead signer. Now a user can specify whether they
want to sign with homestead or EIP155 and specify the chainID which adds another layer of security.

Closes 
2020-12-08 14:44:56 +01:00
..
contract accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface () 2020-09-28 14:10:26 +02:00
oracle.go all: remove redundant conversions and import names () 2020-11-25 21:00:23 +01:00
oracle_test.go accounts/abi/bind: allow specifying signer on transactOpts () 2020-12-08 14:44:56 +01:00