| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
* | accounts/abi: tuple support (#18406) | gary rong | 2019-01-10 | 1 | -17/+40 |
* | accounts/abi: fix panic in MethodById lookup. Fixes #17797 (#17798) | Martin Holst Swende | 2018-10-01 | 1 | -1/+10 |
* | accounts/abi: Add one-parameter event test case from enriquefynn/unpack_one_a... | Javier Peletier | 2018-03-05 | 1 | -1/+5 |
|\ |
|
| * | accounts/abi: address review concerns | Martin Holst Swende | 2018-02-21 | 1 | -1/+1 |
| * | accounts/abi: Deduplicate code in unpacker | Martin Holst Swende | 2018-02-21 | 1 | -1/+1 |
| * | accounts/abi: add another unpack interface | Martin Holst Swende | 2018-02-21 | 1 | -1/+5 |
* | | accounts/abi: use unpackTuple to unpack event arguments | Fynn | 2018-02-16 | 1 | -1/+14 |
|/ |
|
* | accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 +... | Martin Holst Swende | 2017-12-23 | 1 | -6/+59 |
* | acounts/abi: refactor abi, generalize abi pack/unpack to Arguments | Martin Holst Swende | 2017-12-23 | 1 | -4/+6 |
* | Merge pull request #15285 from yondonfu/abi-offset-fixed-arrays | Martin Holst Swende | 2017-12-21 | 1 | -0/+182 |
|\ |
|
| * | accounts/abi: update array type check in method.go. Add more packing tests | Yondon Fu | 2017-12-19 | 1 | -4/+136 |
| * | Merge branch 'master' into abi-offset-fixed-arrays | Yondon Fu | 2017-12-19 | 1 | -20/+1 |
| |\ |
|
| * | | accounts/abi: include fixed array size in offset for dynamic type | Yondon Fu | 2017-10-12 | 1 | -0/+50 |
* | | | accounts/abi: remove check for len%32==0 when unpacking events (#15670) | Bob Glickstein | 2017-12-21 | 1 | -0/+41 |
| |/
|/| |
|
* | | accounts/abi: improve type handling, add event support (#14743) | RJ Catalano | 2017-10-17 | 1 | -20/+1 |
|/ |
|
* | accounts/abi: reorganizing package with small fixes (#14610) | RJ Catalano | 2017-06-27 | 1 | -802/+0 |
* | accounts/abi: added testcase to unpack []uint32 | tbocek | 2017-01-09 | 1 | -0/+24 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -14/+14 |
* | accounts/abi: add support for function types (#3405) | RJ | 2017-01-05 | 1 | -0/+13 |
* | accounts/abi: add support for "anonymous" and "indexed" for events (#3464) | bas-vk | 2016-12-22 | 1 | -9/+44 |
* | accounts/abi: differentiate between static and dynamic arrays (#3121) | RJ | 2016-11-04 | 1 | -4/+21 |
* | accounts/abi: fix abi test for go vet... | Péter Szilágyi | 2016-05-12 | 1 | -2/+2 |
* | accounts/abi: fixed unpacking in to already slice interfaces | Jeffrey Wilcke | 2016-05-11 | 1 | -0/+31 |
* | accounts/abi: fixed string and fixed size bytes packing | Jeffrey Wilcke | 2016-04-28 | 1 | -74/+120 |
* | accounts/abi: added unpacking "anything" in to interface{} | Jeffrey Wilcke | 2016-04-28 | 1 | -0/+9 |
* | accounts/abi: fixed strict go-like unpacking | Jeffrey Wilcke | 2016-04-28 | 1 | -22/+132 |
* | accouns/abi: refactored ABI package | Jeffrey Wilcke | 2016-04-20 | 1 | -141/+177 |
* | abi: removed implicit type casting & refactored type parsing | Jeffrey Wilcke | 2016-04-05 | 1 | -11/+22 |
* | abi: accept output slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 1 | -1/+70 |
* | abi: accept input slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 1 | -72/+47 |
* | accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI | Péter Szilágyi | 2016-03-24 | 1 | -19/+19 |
* | accounts/abi: Fixed bytes input accept []byte and variable input support | Jeffrey Wilcke | 2016-03-15 | 1 | -0/+128 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -5/+5 |
* | accounts/abi: support for typed array | Jeffrey Wilcke | 2016-02-15 | 1 | -31/+75 |
* | accounts/abi: fixed return tuple and string, bytes return type parsing | Jeffrey Wilcke | 2016-02-11 | 1 | -0/+233 |
* | account/abi: implements event parsing | Jeffrey Wilcke | 2016-02-02 | 1 | -24/+58 |
* | accounts/abi: added output parsing & added call mechanism | Jeffrey Wilcke | 2015-11-25 | 1 | -8/+39 |
* | accounts/abi: ABI fixes & added types | Jeffrey Wilcke | 2015-10-30 | 1 | -13/+62 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | Implemented contract ABI | obscuren | 2015-01-27 | 1 | -0/+330 |