mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 08:37:22 +00:00
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 |
||
|---|---|---|
| .. | ||
| backends | ||
| auth.go | ||
| backend.go | ||
| base.go | ||
| base_test.go | ||
| bind.go | ||
| bind_test.go | ||
| template.go | ||
| util.go | ||
| util_test.go | ||