go-ethereum/tests
Daniel Liu b0063d39b9 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>
2025-01-24 16:18:30 +08:00
..
fuzzers accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2025-01-24 16:18:30 +08:00
block_test.go FIx Bad block error. 2021-09-17 17:59:06 +05:30
block_test_util.go build: add imports for go generate tools (#24682) 2025-01-20 11:52:59 +08:00
difficulty_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
difficulty_test_util.go build: add imports for go generate tools (#24682) 2025-01-20 11:52:59 +08:00
gen_btheader.go tests: update for London (#22976) 2024-11-01 11:36:52 +08:00
gen_difficultytest.go all: update files by 'go generate ./...' 2025-01-22 15:10:52 +08:00
gen_stenv.go tests: update for London (#22976) 2024-11-01 11:36:52 +08:00
gen_sttransaction.go tests: update for London (#22976) 2024-11-01 11:36:52 +08:00
gen_tttransaction.go all: update files by 'go generate ./...' 2025-01-22 15:10:52 +08:00
gen_vmexec.go Access list state test format (#22290) 2024-11-01 11:36:52 +08:00
init.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
init_test.go core: check if sender is EOA (#23303) 2024-11-01 11:36:53 +08:00
rlp_test.go tests: update tests and implement general state tests (#14734) 2017-07-11 13:49:14 +02:00
rlp_test_util.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
state_test.go all: remove noop vm config flags (#23111) 2024-11-15 20:12:49 +08:00
state_test_util.go build: add imports for go generate tools (#24682) 2025-01-20 11:52:59 +08:00
transaction_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
transaction_test_util.go build: add imports for go generate tools (#24682) 2025-01-20 11:52:59 +08:00
vm_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
vm_test_util.go build: add imports for go generate tools (#24682) 2025-01-20 11:52:59 +08:00