erigon-pulse/accounts/abi
Vedhavyas Singareddi 92639b676a Add packing for dynamic array and slice types (#18051)
* added tests for new abi encoding features (#4)

* added tests from bytes32[][] and string[]

* added offset to other types

* formatting

* Abi/dynamic types (#5)

* Revert "Abi/dynamic types (#5)" (#6)

This reverts commit dabca31d797623d43bd780721fc0ad461d24be53.

* Abi/dynamic types (#7)

* some cleanup

* Apply suggestions from code review

apply suggestions

Co-Authored-By: vedhavyas <vedhavyas.singareddi@gmail.com>

* added better formatting (#8)

* review chnages

* better comments
2018-12-04 15:27:55 +01:00
..
bind
abi_test.go
abi.go
argument.go Add packing for dynamic array and slice types (#18051) 2018-12-04 15:27:55 +01:00
doc.go
error.go
event_test.go
event.go
method.go accounts/abi: refactor Method#Sig() to use index in range iterator directly (#17198) 2018-07-19 11:42:47 +03:00
numbers_test.go
numbers.go
pack_test.go Add packing for dynamic array and slice types (#18051) 2018-12-04 15:27:55 +01:00
pack.go
reflect.go
type_test.go
type.go Add packing for dynamic array and slice types (#18051) 2018-12-04 15:27:55 +01:00
unpack_test.go
unpack.go