neoneo-go/pkg
Roman Khimov 5fe8287fbb rpc: use non-pointer Block and Transaction in results
Pointers can be nil and in some cases it's important to always have access to
Block or Transaction fields.
2020-06-18 12:13:35 +03:00
..
compiler Merge pull request #1057 from nspcc-dev/fix/newaddress 2020-06-17 16:25:32 +03:00
config netmode: use non-zero unittest network 2020-06-18 12:10:12 +03:00
consensus consensus: don't duplicate RebuildMerkleRoot in newBlockFromContext 2020-06-18 12:11:26 +03:00
core smartcontract: use new VerifiableDecodable for ParameterContext 2020-06-18 12:12:56 +03:00
crypto smartcontract: use new VerifiableDecodable for ParameterContext 2020-06-18 12:12:56 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +03:00
internal *: change address to the new format 2020-06-17 15:58:21 +03:00
interop compiler: implement missing System.Contract.* interops 2020-06-17 11:38:34 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network network: fix compression handling functions 2020-06-18 12:12:43 +03:00
rpc rpc: use non-pointer Block and Transaction in results 2020-06-18 12:13:35 +03:00
smartcontract smartcontract: use new VerifiableDecodable for ParameterContext 2020-06-18 12:12:56 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: make (*VM).GasLimit public 2020-06-16 15:13:20 +03:00
wallet *: change address to the new format 2020-06-17 15:58:21 +03:00