neo-go/pkg
Roman Khimov 3fa6ba9c7b hash: simplify ripemd160 usage
Go's Hash is explicitly specified to never return an error on Write(), and our
own decoding functions only check for length which is gonna be right in every
case so it makes no sense returning errors from these functions.
2019-08-26 13:32:19 +03:00
..
core fixed8: switch to more uniform function naming 2019-08-26 13:32:19 +03:00
crypto hash: simplify ripemd160 usage 2019-08-26 13:32:19 +03:00
interop interop: move into pkg/interop, replace pkg/vm/api 2019-08-15 19:41:51 +03:00
io Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
network Implement rpc server method: sendrawtransaction (#174) 2019-03-20 12:30:05 +00:00
rpc fixed8: remove trailing zeroes from string representation 2019-08-26 13:32:19 +03:00
smartcontract vm: switch from Opcode to Instruction 2019-08-14 15:40:31 +03:00
util hask: import package from _pkg.dev, make it compile 2019-08-26 13:32:19 +03:00
vm vm: expand binary expr tests with cases from #294 2019-08-20 20:43:43 +03:00
wallet Key signature and wallet address get functions added to Public key (#144) 2019-02-19 18:37:35 +00:00