plugeth/accounts/abi
gary rong 5f8888e116 accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)
* accounts, consensus, core, eth: make chain maker consensus agnostic

* consensus, core: move CalcDifficulty to Engine interface

* consensus: add docs for calcDifficulty function

* consensus, core: minor comment fixups
2017-12-22 14:37:50 +02:00
..
bind accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) 2017-12-22 14:37:50 +02:00
abi_test.go Merge pull request #15285 from yondonfu/abi-offset-fixed-arrays 2017-12-21 14:42:03 +01:00
abi.go accounts/abi: remove check for len%32==0 when unpacking events (#15670) 2017-12-21 10:59:14 +01:00
argument.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00
doc.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
error.go accounts/abi: improve type handling, add event support (#14743) 2017-10-17 13:07:08 +02:00
event_test.go accounts/abi: update array length after parsing array (#15618) 2017-12-20 15:09:23 +01:00
event.go accounts/abi: update array length after parsing array (#15618) 2017-12-20 15:09:23 +01:00
method.go Merge pull request #15285 from yondonfu/abi-offset-fixed-arrays 2017-12-21 14:42:03 +01:00
numbers_test.go accounts/abi: reorganizing package with small fixes (#14610) 2017-06-27 11:05:33 +03:00
numbers.go accounts/abi: improve type handling, add event support (#14743) 2017-10-17 13:07:08 +02:00
pack_test.go accounts/abi: improve type handling, add event support (#14743) 2017-10-17 13:07:08 +02:00
pack.go accounts/abi: improve type handling, add event support (#14743) 2017-10-17 13:07:08 +02:00
reflect.go accounts/abi: improve type handling, add event support (#14743) 2017-10-17 13:07:08 +02:00
type_test.go accounts/abi: improve type handling, add event support (#14743) 2017-10-17 13:07:08 +02:00
type.go accounts/abi: improve type handling, add event support (#14743) 2017-10-17 13:07:08 +02:00
unpack_test.go accounts/abi: update array length after parsing array (#15618) 2017-12-20 15:09:23 +01:00
unpack.go accounts/abi: remove check for len%32==0 when unpacking events (#15670) 2017-12-21 10:59:14 +01:00