go-ethereum/accounts/abi
HAOYUatHZ 21b65f4944
core/vm: Make INVALID a defined opcode (#118)
core/vm: Make INVALID a defined opcode (#24017)

* core/vm: Define 0xfe opcode as INVALID

* core/vm: Remove opInvalid as opUndefined handles it

Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>

Co-authored-by: Andrei Maiboroda <andrei@ethereum.org>
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
2022-06-22 17:18:47 +08:00
..
bind core/vm: Make INVALID a defined opcode (#118) 2022-06-22 17:18:47 +08:00
abi.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
abi_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
argument.go accounts/abi: fix resolving single struct argument (#23573) 2021-09-22 10:18:18 +02:00
doc.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
error.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
error_handling.go accounts/abi: add basic support for error types (#23161) 2021-10-14 13:33:28 +02:00
event.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
event_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
method.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
method_test.go accounts/abi: Prevent recalculation of internal fields (#20895) 2020-04-20 09:01:04 +02:00
pack.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
pack_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
packing_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
reflect.go all: fix some go-critic linter warnings (#23709) 2021-10-13 17:31:02 +02:00
reflect_test.go all: remove redundant conversions and import names (#21903) 2020-11-25 21:00:23 +01:00
topics.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
topics_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
type.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
type_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
unpack.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
unpack_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00