OSDN Git Service

Dev wallet sa (#1268)
authormuscle_boy <shenao.78@163.com>
Thu, 23 Aug 2018 06:39:07 +0000 (14:39 +0800)
committerPaladz <yzhu101@uottawa.ca>
Thu, 23 Aug 2018 06:39:07 +0000 (14:39 +0800)
commitc6d196c0c289758e8311ee03cc82ced1c3118047
treea1736ba16bc16e5a9751ea940a5d72c4d83511e8
parent06517c3d8b07be53b0502c3a86b573f09903969b
Dev wallet sa (#1268)

* the transaction output amout prohibit set zero

* add network access control api

* format import code style

* refactor

* code refactor

* bug fix

* the struct node_info add json field

* estimate gas support multi-sign

* add testcase of estimate gas

* add testcase

* bug fix

* add test case

* test case refactor

* list-tx,list-address,list-utxo support partition

* list-addresses list-tx list-utxo support pagging

* refactor pagging

* fix save asset

* fix save external assets

* remove blank

* remove useless context

* remove redudant web address config

* fix bug

* remove useless ctx

* add spv message struct

* remove redundant

* refactor message struct

* refactor message struct

* add filter load message handler

* add debug log

* bug fix spv

* bug fix

* bug fix

* refactor

* refactor

* add merkle proof

* add merkle flags test case

* add multiset

* bug fix and refactor

* bug fix

* remove redundant code

* bug fix

* bug fix

* format code

* refactor merkle tree

* refactor

* refactor

* fix bug for make test

* bug fix

* move merkle tree to bc level

* NewMinedBlockMessage not broadcast to the spv node

* refactor

* refactor

* refactor

* merkle tree bug fix

* merkle tree bug fix

* limit the size of filter address

* bug fix

* refactor
netsync/handle.go
netsync/peer.go