Commit Graph

23 Commits (3b0f3483c4c17cfc95fb27245f8db994d3341070)

Author SHA1 Message Date
gary rong 44b74cfc40 accounts/abi: add internalType information and fix issues (#20179) 5 years ago
gary rong 5f5de49cd9 accounts/abi: enable struct golang binding generation (#18491) 5 years ago
gary rong a50b471b6b accounts/abi: allow interface as the destination (#18490) 6 years ago
Guillaume Ballet 38cce9ac33 accounts/abi: Extra slice tests (#18424) 6 years ago
gary rong 7ca40306af accounts/abi: tuple support (#18406) 6 years ago
Matt K a4af734328 accounts/abi: change unpacking of abi fields w/ underscores (#16513) 6 years ago
weimumu 735343430d fix string array unpack bug in accounts/abi (#18364) 6 years ago
bas-vk 7df52e324c accounts/abi: add support for unpacking returned bytesN arrays (#15242) 6 years ago
weimumu 3ad73443c7 fix slice unpack bug in accounts/abi (#18321) 6 years ago
Diep Pham 42bd67bd6f accounts/abi: fix unpacking of negative int256 (#17583) 6 years ago
Ricardo Domingos 6ab9f0a19f accounts/abi: improve test coverage (#16044) 7 years ago
protolambda 0b814d32f8 accounts/abi: Abi binding support for nested arrays, fixes #15648, including nested array unpack fix (#15676) 7 years ago
Martin Holst Swende bd6ed23899
accounts/abi: harden unpacking against malicious input 7 years ago
Martin Holst Swende 1ede68355d
accounts/abi: add another unpack interface 7 years ago
Felix Lange a5c0bbb4f4
all: update license information (#16089) 7 years ago
croath a6787a6308 accounts/abi: fix the `output` at the beginning instead of making a workaround 7 years ago
croath 88e67c552e accounts/abi: add a test case for unpacking mobile interfaces 7 years ago
Péter Szilágyi b9731767af
accounts/abi: handle named ouputs prefixed with underscores (#15766) 7 years ago
Robert Zaremba 81d4cafb32
accounts/abi: add unpack into array test 7 years ago
Robert Zaremba 1afca33eac
accounts/abi: add Method Unpack tests 7 years ago
Dmitry Shulyak da58afcea0 accounts/abi: update array length after parsing array (#15618) 7 years ago
Zach 3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues (#15650) 7 years ago
ferhat elmas 9619a61024 all: gofmt -w -s (#15419) 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
tbocek fc213c873d
accounts/abi: added testcase to unpack []uint32 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 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 251b3c6406 accounts/abi: fix abi test for go vet... 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
Jeffrey Wilcke 022cbd6800 abi: accept input slices of all supported types 9 years ago
Péter Szilágyi 72826bb5ad accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI 9 years ago
Jeffrey Wilcke fe45210c55 accounts/abi: Fixed bytes input accept []byte and variable input support 9 years ago
Ricardo Catalinas Jiménez 436fc8d76a all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 9 years ago
Jeffrey Wilcke 6fe917ecb8 accounts/abi: support for typed array 9 years ago
Jeffrey Wilcke ecc876cec0 accounts/abi: fixed return tuple and string, bytes return type parsing 9 years ago
Jeffrey Wilcke bddf8f76c8 account/abi: implements event parsing 9 years ago
Jeffrey Wilcke a0bf2ea7e7 accounts/abi: added output parsing & added call mechanism 9 years ago
Jeffrey Wilcke 1f72952f04 accounts/abi: ABI fixes & added types 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago