neoneo-go/pkg
Anna Shaleva 8f17c7fb05 crypto: switch to standard ecdsa keys
Now we have not only Random EC curve, but also Koblitz curve, so
it will be useful to have information about the curve for each
particular EC point. ecdsa.PublicKey has this information.
2020-07-14 16:19:07 +03:00
..
compiler core, compiler: return struct from GetScriptContainer interop 2020-07-14 06:04:48 +03:00
config config: allow to specify config path directly 2020-07-03 11:47:56 +03:00
consensus Merge pull request #1177 from nspcc-dev/no-free-vm-runs 2020-07-14 08:42:13 +03:00
core Merge pull request #1174 from nspcc-dev/neo3/interop/getscriptcontainer 2020-07-14 08:58:52 +03:00
crypto crypto: switch to standard ecdsa keys 2020-07-14 16:19:07 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +03:00
internal block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
interop interop/runtime: synchronize trigger values with smartcontract/trigger 2020-07-07 20:25:52 +03:00
io io: make maxArraySize public 2020-06-27 12:18:56 +03:00
network consensus: use GetNextBlockValidators where appropriate 2020-07-11 19:54:50 +03:00
rpc vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
smartcontract vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
wallet wallet: marshal script in base64 2020-07-02 11:43:53 +03:00