OSDN Git Service

Dev wallet sa (#1238)
authormuscle_boy <shenao.78@163.com>
Tue, 7 Aug 2018 11:34:33 +0000 (19:34 +0800)
committerPaladz <yzhu101@uottawa.ca>
Tue, 7 Aug 2018 11:34:33 +0000 (19:34 +0800)
commit2a7cd55627b5d6fa2fb1f9c9dab48af0f27c51c5
tree26a12bd04e37736dafc0b4bf4c090027d68dcdc7
parent384e83a076defee32bf1756053edee279ae679cd
Dev wallet sa (#1238)

* 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
accesstoken/accesstoken.go
accesstoken/accesstoken_test.go
api/accesstokens.go
net/http/authn/authn.go
net/http/authn/authn_test.go
node/node.go