OSDN Git Service

Dev wallet sa (#1204)
authormuscle_boy <shenao.78@163.com>
Wed, 1 Aug 2018 11:11:24 +0000 (19:11 +0800)
committerPaladz <yzhu101@uottawa.ca>
Wed, 1 Aug 2018 11:11:24 +0000 (19:11 +0800)
commit748df812d7cf4b9626971f1d0f89ef3a69b07acb
treea53b0f8c6911d0a8cbb3385f89d91eac71099cab
parent70908f9587c158947436a4358da7c34f8e4ec2c9
Dev wallet sa (#1204)

* 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
api/accounts.go
api/page_util.go [new file with mode: 0644]
api/query.go