go-ethereum/accounts/abi/bind/v2
2025-02-03 17:33:26 -08:00
..
internal/contracts accounts/abi/abigen/testdata/v2,accounts/abi/bind/v2/internal/contracts: update test data 2025-02-03 14:02:39 -08:00
auth.go accounts/abi/bind: fixup 2025-01-22 23:29:12 +01:00
backend.go accounts/abi/bind/v2: add Backend type 2025-01-28 00:31:22 +01:00
base.go accounts/abi/bind/v2: add separate BoundContract struct for v2. Previously, it was unintuitive to instantiate a BoundContract instance which contained member methods used by V1 bindings, while the corresponding methods for v2 functionality were implemented as non-member methods. The new v2 BoundContract instance only exposes member methods that are required by the V2 contract interaction utility methods. 2025-02-03 17:33:26 -08:00
base_test.go accounts/abi/bind/v2: add separate BoundContract struct for v2. Previously, it was unintuitive to instantiate a BoundContract instance which contained member methods used by V1 bindings, while the corresponding methods for v2 functionality were implemented as non-member methods. The new v2 BoundContract instance only exposes member methods that are required by the V2 contract interaction utility methods. 2025-02-03 17:33:26 -08:00
boundcontractv1.go accounts/abi/bind/v2: add separate BoundContract struct for v2. Previously, it was unintuitive to instantiate a BoundContract instance which contained member methods used by V1 bindings, while the corresponding methods for v2 functionality were implemented as non-member methods. The new v2 BoundContract instance only exposes member methods that are required by the V2 contract interaction utility methods. 2025-02-03 17:33:26 -08:00
dep_tree.go accounts/abi: rename MetaData field 'Id' to 'ID' 2025-02-03 14:02:32 -08:00
dep_tree_test.go accounts/abi: rename MetaData field 'Id' to 'ID' 2025-02-03 14:02:32 -08:00
generate_test.go accounts/abi/bind: move code generator to accounts/abi/abigen 2025-01-22 20:06:38 +01:00
lib.go accounts/abi/bind/v2: add separate BoundContract struct for v2. Previously, it was unintuitive to instantiate a BoundContract instance which contained member methods used by V1 bindings, while the corresponding methods for v2 functionality were implemented as non-member methods. The new v2 BoundContract instance only exposes member methods that are required by the V2 contract interaction utility methods. 2025-02-03 17:33:26 -08:00
lib_test.go accounts/abi: rename MetaData field 'Id' to 'ID' 2025-02-03 14:02:32 -08:00
util.go accounts/abi/bind/v2: provide only one version of WaitMined, WaitDeployed 2025-01-28 00:07:21 +01:00
util_test.go accounts/abi/bind/v2: provide only one version of WaitMined, WaitDeployed 2025-01-28 00:07:21 +01:00