OSDN Git Service

add filter load message process (#1255)
authormuscle_boy <shenao.78@163.com>
Thu, 16 Aug 2018 02:37:21 +0000 (10:37 +0800)
committerPaladz <yzhu101@uottawa.ca>
Thu, 16 Aug 2018 02:37:21 +0000 (10:37 +0800)
commitdfd9e6a88829c2c7c27f9854d7d9687c2402070b
tree847a7e0f3c55972ed53df6d7cd4bce53c9692fc1
parent0f995609903292b63e21b72568e469fce4b6bb9f
add filter load message process (#1255)

* 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
netsync/handle.go
netsync/peer.go