erigon-pulse/accounts/abi/bind
Marius van der Wijden 3949c520a4 accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091)
* accounts/abi: refactored abi.Unpack

* accounts/abi/bind: fixed error

* accounts/abi/bind: modified template

* accounts/abi/bind: added ToStruct for conversion

* accounts/abi: reenabled tests

* accounts/abi: fixed tests

* accounts/abi: fixed tests for packing/unpacking

* accounts/abi: fixed tests

* accounts/abi: added more logic to ToStruct

* accounts/abi/bind: fixed template

* accounts/abi/bind: fixed ToStruct conversion

* accounts/abi/: removed unused code

* accounts/abi: updated template

* accounts/abi: refactored unused code

* contracts/checkpointoracle: updated contracts to sol ^0.6.0

* accounts/abi: refactored reflection logic

* accounts/abi: less code duplication in Unpack*

* accounts/abi: fixed rebasing bug

* fix a few typos in comments

* rebase on master

Co-authored-by: Guillaume Ballet <gballet@gmail.com>
# Conflicts:
#	accounts/abi/bind/base_test.go
#	accounts/abi/bind/bind_test.go
#	accounts/abi/pack_test.go
#	go.mod
#	mobile/bind.go
2020-10-26 17:16:00 +01:00
..
backends Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
auth.go accounts/abi: improve documentation and names (#21540) 2020-10-06 14:12:09 +02:00
backend.go accounts/abi: improve documentation and names (#21540) 2020-10-06 14:12:09 +02:00
base_test.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2020-10-26 17:16:00 +01:00
base.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2020-10-26 17:16:00 +01:00
bind_test.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2020-10-26 17:16:00 +01:00
bind.go accounts/abi: improve documentation and names (#21540) 2020-10-06 14:12:09 +02:00
template.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2020-10-26 17:16:00 +01:00
util_test.go Prevent slice make and copy in Pushes (#625) 2020-06-05 19:46:34 +03:00
util.go accounts/abi: accounts/abi/bind: Move topics to abi package (#21057) 2020-05-20 15:26:22 +03:00