Commit Graph

39 Commits (9d744f0ca841df3dcea05886d985d26a8b75ef70)

Author SHA1 Message Date
aaronbuchwald 00a73fbcce
accounts/abi/bind: handle UnpackLog with zero topics (#26920) 1 year ago
Saman H. Pasha 33e23ee37d
accounts/abi.bind: don't fetch head in transact unless required (#25988) 2 years ago
xinbenlv f03c37b73e
accounts/abi/bind: add const for tx fee elasticity multiplier (#25504) 2 years ago
JoeGruffins eb69f490ed
abi/base: return error for pending call error (#24649) 2 years ago
KibGzr b6fb18479c
accounts/abi/bind: fix error handling in baseFee query (#23781) 3 years ago
Marius van der Wijden 79b727bc8a
accounts/abi/bind: refactor transact method (#23719) 3 years ago
Yihau Chen 92c5d104d0
accounts/abi/bind: check event signature before parsing (#23230) 3 years ago
Marius van der Wijden b20bc5c0ca
accounts/abi/bind: parse ABI only once, create metadata struct (#22583) 3 years ago
Pierre R 61f4b5aa89
accounts/abi/bind: fix gas price suggestion with pre EIP-1559 clients (#23102) 3 years ago
Guillaume Ballet ddf10250c7
accounts/abi/bind: replace context.TODO with context.Background (#23088) 3 years ago
Nicolas Feignon c63c2d855e accounts/abi/bind: call ensureContext on every context 3 years ago
Péter Szilágyi 7a7abe3de8
accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 3 years ago
Martin Redmond 38ea7f2cf4
accounts/abi/bind: add NoSend transact option (#22446) 4 years ago
Marius van der Wijden ed0670cb17
accounts/abi/bind: allow specifying signer on transactOpts (#21356) 4 years ago
Marius van der Wijden 296a27d106
accounts/abi/bind: restore error functionality (#21743) 4 years ago
Marius van der Wijden 420b78659b
accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 4 years ago
Osoro Bironga 9a39c6bcb1
accounts/abi: improve documentation and names (#21540) 4 years ago
Martin Michlmayr 4f2784b38f
all: fix typos in comments (#21118) 4 years ago
Marius van der Wijden b8ea9042e5
accounts/abi: accounts/abi/bind: Move topics to abi package (#21057) 4 years ago
Marius van der Wijden ac9c03f910
accounts/abi: Prevent recalculation of internal fields (#20895) 4 years ago
gary rong 00064ddcfb
accounts/abi: implement new fallback functions (#20764) 4 years ago
Piotr Dyraga 538f763fdc accounts/abi/bind: take into account gas price during gas estimation (#20189) 5 years ago
gary rong 947f5f2b15 accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 5 years ago
Ian Norden cd79bc61a9 accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) 6 years ago
Dragan Milic 27913dd226 accounts/abi/bind: add optional block number for calls (#17942) 6 years ago
Péter Szilágyi 1bf508b449
accounts/abi/bind: support event filtering in abigen 7 years ago
Péter Szilágyi 6f69cdd109
all: switch gas limits from big.Int to uint64 7 years ago
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context" 8 years ago
bas-vk 6d038e762b accounts/abi/bind: allow client to specify sender address for call (#3782) 8 years ago
Felix Lange b9b3efb09f all: fix ineffectual assignments and remove uses of crypto.Sha3 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Felix Lange b8bd9a71c8 all: update license information 8 years ago
Felix Lange d62d5fe59a accounts/abi/bind: use ethereum interfaces 8 years ago
zsfelfoldi 3a97280ae8 eth: separate common and full node-specific API and backend service 8 years ago
Péter Szilágyi 1580ec1804 accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call 8 years ago
Péter Szilágyi 4097478884 accounts/abi/bind: surface raw wrappers to access low level ops 9 years ago
Péter Szilágyi 73308dbe0e accounts/abi/bind, cmd/abigen: port to templates, bind to solidity 9 years ago
Péter Szilágyi 86cfc22c79 accounts/abi/bind: constructor, auth utils and various backends 9 years ago
Péter Szilágyi 72826bb5ad accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI 9 years ago