.. |
native_test
|
core: drop GetStandBy* methods
|
2022-01-31 23:14:38 +03:00 |
nativenames
|
core: remove native NNS
|
2021-05-17 22:22:07 +03:00 |
nativeprices
|
core: move NotaryVerificationPrice to a separate package
|
2021-03-23 13:56:39 +03:00 |
noderoles
|
core: move native node roles to a separate pkg
|
2021-03-23 13:56:34 +03:00 |
compatibility_test.go
|
config: add InitialGASSupply, fix #2073
|
2021-07-20 16:59:54 +03:00 |
contract.go
|
core: fix GAS distribution to primary node when notary enabled
|
2021-12-14 12:18:47 +03:00 |
crypto.go
|
native: implement CryptoLib contract
|
2021-03-10 19:24:19 +03:00 |
crypto_test.go
|
core: use Neo.Crypto.CheckSig for standard signature verification
|
2021-03-10 21:45:58 +03:00 |
designate.go
|
core: drop dangerous methods from blockchainer.StateRoot
|
2022-01-14 19:57:16 +03:00 |
doc.go
|
*: add more package-specific documentation
|
2021-03-19 16:18:45 +03:00 |
interop.go
|
blockchainer: drop Policer interface
|
2022-01-12 00:58:03 +03:00 |
ledger.go
|
interop: drop blockchainer dependency
|
2022-01-14 19:57:16 +03:00 |
management.go
|
native: fix ContractManagement's call flags for update/deploy
|
2022-02-01 12:21:00 +03:00 |
management_test.go
|
*: use NEP-XX naming consistently in docs/comments
|
2021-11-19 12:58:46 +03:00 |
native_gas.go
|
core: drop GetStandBy* methods
|
2022-01-31 23:14:38 +03:00 |
native_neo.go
|
core: drop GetStandBy* methods
|
2022-01-31 23:14:38 +03:00 |
native_neo_candidate.go
|
stackitem: introduce Convertible interface
|
2021-07-19 15:42:42 +03:00 |
native_neo_test.go
|
stackitem: introduce Convertible interface
|
2021-07-19 15:42:42 +03:00 |
native_nep17.go
|
native: avoid big.Int allocation in burn()
|
2021-12-02 15:40:43 +03:00 |
nativenames_test.go
|
config: add InitialGASSupply, fix #2073
|
2021-07-20 16:59:54 +03:00 |
neo_types.go
|
native: reuse stackitem.(De)Serialize more for data structures
|
2021-07-19 15:42:42 +03:00 |
notary.go
|
config/core: allow to change the number of validators
|
2022-01-31 23:14:38 +03:00 |
oracle.go
|
vm: optimise emit.Array() to use NEWARRAY0 for zero-lenght arrays
|
2022-01-14 17:56:10 +03:00 |
oracle_types.go
|
stackitem: introduce Convertible interface
|
2021-07-19 15:42:42 +03:00 |
oracle_types_test.go
|
stackitem: introduce Convertible interface
|
2021-07-19 15:42:42 +03:00 |
policy.go
|
core: refactor callers of MemCachedStore.Seek
|
2021-10-21 10:05:12 +03:00 |
std.go
|
native/std: restrict amount of items in JSON deserialization
|
2021-08-02 18:57:47 +03:00 |
std_test.go
|
native: reuse stackitem.(De)Serialize more for data structures
|
2021-07-19 15:42:42 +03:00 |
util.go
|
*: use internal variables for simple big.NewInt() values
|
2021-12-01 21:36:25 +03:00 |