index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accounts
/
abi
/
abi.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
accounts/abi: tuple support (#18406)
gary rong
2019-01-10
1
-2
/
+0
*
accounts/abi: Brings out the msg defined at require statement in SC function ...
Jeff Prestes
2018-12-22
1
-1
/
+1
*
accounts/abi: fix panic in MethodById lookup. Fixes #17797 (#17798)
Martin Holst Swende
2018-10-01
1
-0
/
+3
*
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
-3
/
+3
*
accounts/abi/bind: support event filtering in abigen
Péter Szilágyi
2018-01-24
1
-1
/
+0
*
accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 +...
Martin Holst Swende
2017-12-23
1
-0
/
+12
*
acounts/abi: refactor abi, generalize abi pack/unpack to Arguments
Martin Holst Swende
2017-12-23
1
-24
/
+15
*
accounts/abi: satisfy most of the linter warnings
Robert Zaremba
2017-12-21
1
-1
/
+2
*
accounts/abi: remove check for len%32==0 when unpacking events (#15670)
Bob Glickstein
2017-12-21
1
-2
/
+6
*
accounts/abi: improve type handling, add event support (#14743)
RJ Catalano
2017-10-17
1
-99
/
+16
*
accounts/abi: reorganizing package with small fixes (#14610)
RJ Catalano
2017-06-27
1
-196
/
+1
*
common: move big integer math to common/math (#3699)
Felix Lange
2017-02-27
1
-54
/
+42
*
accounts/abi: fixed comments
Jeffrey Wilcke
2017-01-09
1
-3
/
+2
*
accounts/abi: support custom int slice types
Thomas Bocek
2017-01-09
1
-3
/
+46
*
accounts/abi: add support for function types (#3405)
RJ
2017-01-05
1
-2
/
+2
*
accounts/abi: add support for "anonymous" and "indexed" for events (#3464)
bas-vk
2016-12-22
1
-8
/
+10
*
accounts/abi: differentiate between static and dynamic arrays (#3121)
RJ
2016-11-04
1
-16
/
+36
*
accounts/abi: fix typo in the comment (dummy commit)
Péter Szilágyi
2016-09-26
1
-1
/
+1
*
accounts/abi: fixed unpacking in to already slice interfaces
Jeffrey Wilcke
2016-05-11
1
-30
/
+29
*
accounts/abi: fixed string and fixed size bytes packing
Jeffrey Wilcke
2016-04-28
1
-4
/
+4
*
accounts/abi: added unpacking "anything" in to interface{}
Jeffrey Wilcke
2016-04-28
1
-0
/
+2
*
accounts/abi: fixed strict go-like unpacking
Jeffrey Wilcke
2016-04-28
1
-5
/
+26
*
accouns/abi: refactored ABI package
Jeffrey Wilcke
2016-04-20
1
-47
/
+10
*
abi: removed implicit type casting & refactored type parsing
Jeffrey Wilcke
2016-04-05
1
-1
/
+1
*
abi: accept output slices of all supported types
Jeffrey Wilcke
2016-04-05
1
-1
/
+71
*
abi: accept input slices of all supported types
Jeffrey Wilcke
2016-04-05
1
-4
/
+3
*
accounts/abi/bind: constructor, auth utils and various backends
Péter Szilágyi
2016-03-24
1
-19
/
+27
*
accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI
Péter Szilágyi
2016-03-24
1
-22
/
+2
*
Merge pull request #2348 from obscuren/abi-variable-input
Péter Szilágyi
2016-03-17
1
-2
/
+21
|
\
|
*
accounts/abi: Fixed bytes input accept []byte and variable input support
Jeffrey Wilcke
2016-03-15
1
-2
/
+21
*
|
accounts/abi: handle the "constant" modifier for functions
Péter Szilágyi
2016-03-16
1
-7
/
+7
|
/
*
accounts/abi: support for typed array
Jeffrey Wilcke
2016-02-15
1
-12
/
+39
*
accounts/abi: fixed return tuple and string, bytes return type parsing
Jeffrey Wilcke
2016-02-11
1
-30
/
+120
*
account/abi: implements event parsing
Jeffrey Wilcke
2016-02-02
1
-4
/
+28
*
accounts/abi: added output parsing & added call mechanism
Jeffrey Wilcke
2015-11-25
1
-77
/
+69
*
accounts/abi: ABI fixes & added types
Jeffrey Wilcke
2015-10-30
1
-6
/
+6
*
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
/
+155