neoneo-go/pkg/core/native
Evgenii Stratonikov 05dad10e82 native: fix native contract onPersist script
C# implementation uses NEWARRAY for creating arguments.
Don't change our implementation in `emit`, because PACK is cheaper and
this script must not depend on the internal details of `emit` package anyway.
2020-06-19 11:58:38 +03:00
..
contract.go native: fix native contract onPersist script 2020-06-19 11:58:38 +03:00
interop.go core: add Manifest to state.Contract 2020-06-11 10:45:24 +03:00
native_gas.go native: optimize GAS onPersist for empty blocks 2020-06-18 21:51:29 +03:00
native_neo.go native: fix native contract prices 2020-06-18 15:32:27 +03:00
native_nep5.go native: fix Transfer event in burn 2020-06-18 16:19:09 +03:00
validators_count.go core: update native contract data serialisation format 2020-06-08 13:29:35 +03:00