neoneo-go/pkg/core/native/native_test
Anna Shaleva 91a4bc5beb core: use proper DAO to get ExecFeeFactor
The usage of the Blockchain's one leads to the same ExecFeeFactor within
a single block. What we need is to update ExecFeeFactor after each
transaction invocation, thus, cached DAO should be used as it contains
all relevant changes.
2022-04-08 12:50:50 +03:00
..
helpers/policyhelper nativetest: migrate Policy contract tests to neotest 2022-01-14 16:34:33 +03:00
common_test.go core: use proper DAO to get ExecFeeFactor 2022-04-08 12:50:50 +03:00
designate_test.go nativetest: migrate Designation contract tests to neotest 2022-01-14 16:47:31 +03:00
gas_test.go *: support customisable NotaryServiceFeePerKey value 2022-03-01 19:08:16 +03:00
ledger_test.go core: add GetTransactionVMState to native Ledger contract 2022-04-05 10:37:02 +03:00
management_test.go core: refactor helper test contracts generation 2022-03-30 11:46:29 +03:00
neo_test.go core: refactor helper test contracts generation 2022-03-30 11:46:29 +03:00
notary_test.go *: support customisable NotaryServiceFeePerKey value 2022-03-01 19:08:16 +03:00
oracle_test.go core: refactor helper test contracts generation 2022-03-30 11:46:29 +03:00
policy_test.go nativetest: migrate Policy contract tests to neotest 2022-01-14 16:34:33 +03:00