neoneo-go/pkg
Roman Khimov 2fd782eee8 util: drop RandUint32()
I don't see anything useful in it, all the current users of it should just use
plain rand.Uint32() not limiting its output in any way.
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 util: drop RandUint32() 2019-08-26 13:32:19 +03: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 util: drop RandUint32() 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