go-ethereum/accounts/abi/bind/v2
Lessa 0495350388
accounts/abi/bind/v2: replace rng in test (#33612)
Replace deprecated rand.Seed() with rand.New(rand.NewSource()) in
dep_tree_test.go.
2026-01-17 16:20:19 +01:00
..
internal/contracts accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
auth.go cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
backend.go cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
base.go accounts/abi: check presence of payable fallback or receive before proceeding with transfer (#32374) 2025-10-14 17:07:48 +08:00
base_test.go cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
dep_tree.go cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
dep_tree_test.go accounts/abi/bind/v2: replace rng in test (#33612) 2026-01-17 16:20:19 +01:00
generate_test.go cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
lib.go account/abi/bind/v2: fix TestDeploymentWithOverrides (#32212) 2025-07-16 21:36:44 +08:00
lib_test.go accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
util.go cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
util_test.go accounts/abi/bind/v2: fix error assertion in test (#33041) 2025-10-29 14:59:45 +08:00