neoneo-go/pkg/core/interop
Roman Khimov 13f5fdbe8a vm: extract shared parts of the Context
Local calls reuse them, cross-contract calls create new ones. This allows to
avoid some allocations and use a little less memory.
2022-08-05 14:26:25 +03:00
..
contract vm: extract shared parts of the Context 2022-08-05 14:26:25 +03:00
crypto interop: wrap contract.LoadToken in context.LoadToken 2022-06-06 21:53:03 +03:00
interopnames core: support System.Runtime.GetAddressVersion syscall 2022-04-21 19:26:16 +03:00
iterator rpc: implement iterator sessions 2022-07-08 17:05:18 +03:00
runtime vm: extract shared parts of the Context 2022-08-05 14:26:25 +03:00
storage limits: new package with storage limits 2022-07-08 23:30:30 +03:00
context.go Merge pull request #2539 from nspcc-dev/rollback-methods-sorting 2022-06-14 22:09:23 +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