Commit Graph

63 Commits (8adce57b411267faac6cf744aee84f5c51445bb9)

Author SHA1 Message Date
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 8 months ago
Elias Rad 0f74aad641
all: fix typos in comments (#28662) 9 months ago
Shude Li 5ca7fb82d6
account/abi: handle solidity panic revert (#27868) 1 year ago
Chawin Aiemvaravutigul 5b792e0fdf
accounts/abi: add ErrorById (#27277) 1 year ago
Darioush Jalali b7bfbc1e64
trie, accounts/abi: add error-checks (#26914) 2 years ago
Nicolas Gotchac 111ed1af1b
accounts/abi: properly quote untrusted data in error message (#26110) 2 years ago
Darioush Jalali 366d2169fb
accounts/abi: display name in "method/event not found" error (#25512) 2 years ago
lwh 84b327244d
accounts/abi/bind: fix duplicate field names in the generated go struct (#24924) 2 years ago
Marius van der Wijden 08e782c61f
accounts/abi: add basic support for error types (#23161) 3 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
gary rong b9df7ecdc3
all: seperate consensus error and evm internal error (#20830) 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
Sylvain Laurent b7cf41e4b3 accounts/abi: fix method constant flag for solidity 6.0 (#20482) 5 years ago
gary rong 44b74cfc40 accounts/abi: add internalType information and fix issues (#20179) 5 years ago
gary rong 947f5f2b15 accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 5 years ago
zer0to0ne 0b26a826e9 accounts/abi: Fix method overwritten by same name methods. (#17099) 5 years ago
salanfe e4a1488b2f abi: adding the method EventByID and its test (#19359) 5 years ago
Ian Norden cd79bc61a9 accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) 6 years ago
Hsien-Tang Kao 4a090a1bab accounts/abi: fix error message format (#19122) 6 years ago
gary rong 7ca40306af accounts/abi: tuple support (#18406) 6 years ago
Jeff Prestes 335760bf06 accounts/abi: Brings out the msg defined at require statement in SC function (#17328) 6 years ago
Martin Holst Swende 96fd50be10 accounts/abi: fix panic in MethodById lookup. Fixes #17797 (#17798) 6 years ago
Javier Peletier 60a999f238 accounts/abi: Modified unpackAtomic to accept struct lvalues 7 years ago
Martin Holst Swende 08c5d4dd27
accounts/abi: address review concerns 7 years ago
Martin Holst Swende f0f594d045
accounts/abi: Deduplicate code in unpacker 7 years ago
Martin Holst Swende 1ede68355d
accounts/abi: add another unpack interface 7 years ago
Fynn 1e72271f57
accounts/abi: use unpackTuple to unpack event arguments 7 years ago
Péter Szilágyi 1bf508b449
accounts/abi/bind: support event filtering in abigen 7 years ago
Martin Holst Swende c095c87e11
accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 + lookup by id 7 years ago
Martin Holst Swende 73d4a57d47
acounts/abi: refactor abi, generalize abi pack/unpack to Arguments 7 years ago
Robert Zaremba 95461e8b22
accounts/abi: satisfy most of the linter warnings 7 years ago
Bob Glickstein e21aa0fda3 accounts/abi: remove check for len%32==0 when unpacking events (#15670) 7 years ago
RJ Catalano dec8bba9d4 accounts/abi: improve type handling, add event support (#14743) 7 years ago
RJ Catalano 5421a08d2f accounts/abi: reorganizing package with small fixes (#14610) 7 years ago
Felix Lange 5c8fe28b72 common: move big integer math to common/math (#3699) 8 years ago
Jeffrey Wilcke 47372813ef
accounts/abi: fixed comments 8 years ago
Thomas Bocek 972f0bd3db
accounts/abi: support custom int slice types 8 years ago
RJ 2126d81488 accounts/abi: add support for function types (#3405) 8 years ago
bas-vk 6d15d00ac4 accounts/abi: add support for "anonymous" and "indexed" for events (#3464) 8 years ago
RJ 2ad5dba50a accounts/abi: differentiate between static and dynamic arrays (#3121) 8 years ago
Péter Szilágyi 06ac31cf1a accounts/abi: fix typo in the comment (dummy commit) 8 years ago
Jeffrey Wilcke 91a7a4a786 accounts/abi: fixed unpacking in to already slice interfaces 8 years ago
Jeffrey Wilcke 4880868c88 accounts/abi: fixed string and fixed size bytes packing 9 years ago
Jeffrey Wilcke c3d5250473 accounts/abi: added unpacking "anything" in to interface{} 9 years ago
Jeffrey Wilcke e0dc45fce2 accounts/abi: fixed strict go-like unpacking 9 years ago
Jeffrey Wilcke 5127ec10cb accouns/abi: refactored ABI package 9 years ago
Jeffrey Wilcke a306e17a26 abi: removed implicit type casting & refactored type parsing 9 years ago
Jeffrey Wilcke 968d8ffe94 abi: accept output slices of all supported types 9 years ago