neo-go/pkg/core/interop
Roman Khimov 6b6878706a interop: fix ActiveFrom comparison when building HF-specific MD
These conditions are about filtering methods out. A method is excluded if its
ActiveFrom is strictly higher than the current HF, since if it's the same then
it should be present. Otherwise contract is broken at the height of this
particular HF.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-11-25 14:45:20 +03:00
..
contract *: improve for loop syntax 2024-08-30 21:45:18 +03:00
crypto vm: drop *vm.VM parameter of CheckMultisigPar() 2024-08-30 21:48:27 +03:00
interopnames core: add System.Runtime.CurrentSigners syscall 2023-11-20 14:46:27 +03:00
iterator *: fix linter issues 2024-08-14 12:36:15 +03:00
runtime *: improve for loop syntax 2024-08-30 21:45:18 +03:00
storage *: improve for loop syntax 2024-08-30 21:45:18 +03:00
context.go interop: fix ActiveFrom comparison when building HF-specific MD 2024-11-25 14:45:20 +03:00
context_test.go core: adjust hardfork enabling logic 2023-08-25 18:24:15 +03:00
doc.go *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
gas_price.go interop: fetch baseExecFee once and keep it in the Context 2021-08-11 15:42:23 +03:00