erigon-pulse/contracts/checkpointoracle
Marius van der Wijden e04e33eac2 accounts/abi/bind: allow specifying signer on transactOpts (#21356)
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 #16484
# Conflicts:
#	accounts/abi/bind/auth.go
#	accounts/abi/bind/backends/simulated.go
#	accounts/abi/bind/bind_test.go
#	les/sync_test.go
#	les/test_helper.go
#	mobile/bind.go
2021-03-08 14:18:03 +01:00
..
contract accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2020-10-26 17:16:00 +01:00
oracle_test.go accounts/abi/bind: allow specifying signer on transactOpts (#21356) 2021-03-08 14:18:03 +01:00
oracle.go all: remove redundant conversions and import names (#21903) 2021-03-08 12:43:02 +01:00