neo-go/pkg/core/interop/contract
Anna Shaleva 3b11f98cd0 core: review usages of (*intero.Context).BlockHeight method
This method returns persisted block height and doesn't take into account
persisting block height. Some of the callers of this method relay on
the wrong assumption that BlockHeight() returns persisting block index.

Fix improper usages of this method and adjust tests. Ref.
61a066583e/src/Neo/SmartContract/ApplicationEngine.cs (L634).

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2023-11-21 13:46:13 +03:00
..
account.go core: move contract-related interop code into appropriate package 2022-06-08 16:02:07 +03:00
account_test.go core: review usages of (*intero.Context).BlockHeight method 2023-11-21 13:46:13 +03:00
call.go interop/contract: fix state rollbacks for nested contexts 2023-06-29 11:35:10 +03:00
call_test.go core: move contract notifications check under HFBasilisk 2023-08-18 16:40:20 +03:00