neoneo-go/pkg/core/interop
Roman Khimov 2808f6857d interop: don't allocate for Functions and Notifications in New
Functions are usually immediately replaced (and it's OK for them to be nil,
searching through an array with length of zero is fine), Notifications are
usually appended to (and are absolutely useless in verification contexts).
2021-08-20 11:56:28 +03:00
..
contract contract: block calls to contracts via Policy contract 2021-08-17 15:24:06 +03:00
crypto core: remove conflicting transactions wrt MaxTraceableBlocks 2021-08-18 13:31:47 +03:00
interopnames interop: implement System.Runtime.GetRandom 2021-07-15 16:00:01 +03:00
iterator interop: remove System.Iterator.Create, fix #1935 2021-05-11 12:13:30 +03:00
runtime interop: implement System.Runtime.GetRandom 2021-07-15 16:00:01 +03:00
storage stackitem: remove Item/StackItem from function names 2021-07-06 19:56:23 +03:00
context.go interop: don't allocate for Functions and Notifications in New 2021-08-20 11:56:28 +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