| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2018-12-19 | 1 | -1/+1 |
* | accounts/abi: refactor Method#Sig() to use index in range iterator directly (... | Roc Yu | 2018-07-19 | 1 | -3/+1 |
* | acounts/abi: refactor abi, generalize abi pack/unpack to Arguments | Martin Holst Swende | 2017-12-23 | 1 | -126/+2 |
* | accounts/abi: satisfy most of the linter warnings | Robert Zaremba | 2017-12-21 | 1 | -27/+23 |
* | accounts/abi: fix event unpack into slice | Robert Zaremba | 2017-12-21 | 1 | -9/+7 |
* | Merge pull request #15285 from yondonfu/abi-offset-fixed-arrays | Martin Holst Swende | 2017-12-21 | 1 | -1/+12 |
|\ |
|
| * | accounts/abi: update array type check in method.go. Add more packing tests | Yondon Fu | 2017-12-19 | 1 | -2/+2 |
| * | Merge branch 'master' into abi-offset-fixed-arrays | Yondon Fu | 2017-12-19 | 1 | -0/+79 |
| |\ |
|
| * | | accounts/abi: include fixed array size in offset for dynamic type | Yondon Fu | 2017-10-12 | 1 | -1/+12 |
* | | | accounts/abi: update array length after parsing array (#15618) | Dmitry Shulyak | 2017-12-20 | 1 | -4/+5 |
| |/
|/| |
|
* | | accounts/abi: improve type handling, add event support (#14743) | RJ Catalano | 2017-10-17 | 1 | -0/+79 |
|/ |
|
* | accounts/abi: reorganizing package with small fixes (#14610) | RJ Catalano | 2017-06-27 | 1 | -1/+1 |
* | accounts/abi: Negative numbers not properly converted in ABI encoding | Thomas Bocek | 2016-06-06 | 1 | -1/+1 |
* | accounts/abi: fixed string and fixed size bytes packing | Jeffrey Wilcke | 2016-04-28 | 1 | -1/+1 |
* | accouns/abi: refactored ABI package | Jeffrey Wilcke | 2016-04-20 | 1 | -0/+39 |
* | accounts/abi: handle the "constant" modifier for functions | Péter Szilágyi | 2016-03-16 | 1 | -2/+5 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+1 |
* | accounts/abi: added output parsing & added call mechanism | Jeffrey Wilcke | 2015-11-25 | 1 | -0/+76 |