Evgeny Khirin
499adbf046
DEV-222: Changed type of TxOut.Value and util.Amount to uin64 ( #108 )
...
* [DEV-222] Changed type of TxOut.Value and util.Amount to uin64
* [DEV-222] Replaced math.MaxUint64 with 0
* [DEV-222] Fixed comment to reflect uint64 instead of int64
* [DEV-222] Fixed overflow comment
2018-10-24 16:29:50 +03:00
stasatdaglabs
ac01babfb1
[DEV-213] Converted all RPC commands to lowercaseCamelCase. ( #106 )
2018-10-23 12:24:57 +03:00
Ori Newman
b0aaa79ad0
[DEV-195] Implement addmanualnode, getallmanualnodesinfo, getmanualnodeinfo and removemanualnode RPC-API calls ( #87 )
...
* [DEV-195] Implement addmanualnode, getallmanualnodesinfo, getmanualnodeinfo and removemanualnode RPC-API calls
* [DEV-195] fix wrong types for handleRemoveManualNode and handleGetManualNodeInfo
* [DEV-195] fix addednode terminology to manualnode
* [DEV-195] add default values to details and onetry
* [DEV-195] fix comments
2018-10-11 12:38:54 +03:00
stasatdaglabs
6dd3b815c1
[DEV-17] Move Bech32Prefix-related code from btcd/chaincfg/params.go to btcdutil ( #62 )
...
* [DEV-17] Moved Bech32 stuff from params.go to address.go.
* [DEV-17] Removed dagconfig dependency from address_test.go.
* [DEV-17] Removed dagconfig dependency from builder_test.go.
* [DEV-17] Removed dagconfig dependency from internal_test.go.
* [DEV-17] Removed dagconfig dependency from wif.go.
* [DEV-17] Removed dagconfig dependency from externdedkey.go.
* [DEV-17] Fixed compilation errors outside of hdkeychain.
* [DEV-17] Resolved circular dependencies.
* [DEV-17] Fixed failing tests.
* [DEV-17] Renamed DagXxx to Bech32PrefixDAGXxx
* [DEV-17] Fixed register_test.go.
* [DEV-17] Renamed HDKeyIDPairXxxNet to XxxNetHDKeyPair.
* [DEV-17] Renamed IsForNet to IsForPrefix.
2018-09-23 15:49:50 +03:00
stasatdaglabs
e149a50f22
[DEV-101] Renamed server/rpcserver to server/rpc. ( #55 )
2018-08-29 15:20:42 +03:00