This website requires JavaScript.
Explore
Help
Sign In
interesting
/
go-ethereum
mirror of
https://github.com/ethereum/go-ethereum.git
Watch
1
Star
0
Fork
You've already forked go-ethereum
0
Code
Issues
Projects
Releases
Wiki
Activity
4821fbae99
go-ethereum
/
accounts
/
abi
/
bind
/
v2
History
Jared Wasinger
4821fbae99
add test cases for contract linking that I forgot to push earlier. Fix deployment logic (apparently modifying a map in-place during iteration is not safe????
2025-01-22 13:54:57 +01:00
..
internal
mv test contracts to internal directory under v2
2025-01-22 13:54:57 +01:00
backend.go
add copyright notices. move v2 template to its own file. Rename V2Backend->BackendV2
2025-01-22 13:54:57 +01:00
contract_linking_test.go
add test cases for contract linking that I forgot to push earlier. Fix deployment logic (apparently modifying a map in-place during iteration is not safe????
2025-01-22 13:54:57 +01:00
lib.go
add test cases for contract linking that I forgot to push earlier. Fix deployment logic (apparently modifying a map in-place during iteration is not safe????
2025-01-22 13:54:57 +01:00
lib_test.go
staging changes for linking tests. rework LinkAndDeploy to decouple logic of contract deployment, by passing a callback that does it.
2025-01-22 13:54:57 +01:00