stasatdaglabs
3d8dd8724d
[NOD-816] Remove TxIndex and AddrIndex ( #653 )
...
* [NOD-816] Remove TxIndex.
* [NOD-816] Remove AddrIndex.
* [NOD-816] Remove mentions of TxIndex and AddrIndex.
* [NOD-816] Remove mentions of getrawtransaction.
* [NOD-816] Remove mentions of searchrawtransaction.
* [NOD-816] Remove cmd/addsubnetwork.
* [NOD-816] Fix a comment.
* [NOD-816] Fix a comment.
* [NOD-816] Implement BlockDAG.TxConfirmations.
* [NOD-816] Return confirmations in getTxOut.
* [NOD-816] Rename TxConfirmations to UTXOConfirmations.
* [NOD-816] Rename txConfirmations to utxoConfirmations.
* [NOD-816] Fix capitalization in variable names.
* [NOD-816] Add acceptance index to addblock.
* [NOD-816] Get rid of txrawresult-confirmations.
* [NOD-816] Fix config flag.
2020-03-10 16:09:31 +02:00
Dan Aharoni
c0463a8a68
[NOD-675] Replace start-hash/stop-hash with meaningful names ( #597 )
...
* [NOD-675] Rename startHash/stopHash to lowHigh/stopHash
* [NOD-675] Fix typo
* [NOD-675] Undo go.mod go.sum conflicts
* [NOD-675] revert back to startHash for getChainFromBlock.
* [NOD-675] Revet back to startHash in getChainFromBlock leftovers.
* [NOD-675] Fix test name.
2020-01-22 18:14:42 +02:00
stasatdaglabs
49418f4222
[NOD-669] Rename start/endHash -> low/highHash ( #591 )
...
* [NOD-669] Remove the "get" from getBlueBlocksBetween.
* [NOD-669] Remove the "Get" from GetBlueBlocksHeadersBetween.
* [NOD-669] In blueBlocksBetween, rename startHash to lowHash and stopHash to highHash.
* [NOD-669] Rename startHash to lowHash and stopHash to highHash in blockLocator logic.
* [NOD-669] Remove zeroHash logic in blockLocator.
* [NOD-669] Finish renaming startHash and stopHash in blockdag.
* [NOD-669] Rename startHash and stopHash in blockdag where I previously missed it.
* [NOD-669] Rename startHash and stopHash in blockdag where I previously missed it some more.
* [NOD-669] Rename startHash and stopHash in blockdag where I previously missed it some more some more.
* [NOD-669] Fix bad grammar in method names.
* [NOD-669] Rename lowHash to blockHash in SelectedParentChain.
* [NOD-669] Fix a comment.
2020-01-20 12:47:16 +02:00
Ori Newman
38883d1a98
[NOD-650] Remove CPU miner from the node and add kaspaminer in ./cmd ( #587 )
...
* [NOD-650] Add kaspaminer
* [NOD-650] Remove CPU miner
* [NOD-650] Fix comments and error messages
* [NOD-650] Remove redundant check for closing foundBlock
* [NOD-650] Submit block synchronically
* [NOD-650] Use ParseUint instead of ParseInt
* [NOD-650] Rearrange functions order in mineloop.go
* [NOD-650] Add block delay CLI argument to kaspaminer
* [NOD-650] Remove redundant spawn
* [NOD-650] Add Dockerfile for kaspaminer
* [NOD-650] Remove redundant comments
* [NOD-650] Remove tests from kaspaminer Dockerfile
* [NOD-650] Remove redundant argument on OnFilteredBlockAdded
2020-01-19 15:18:26 +02:00
stasatdaglabs
f46dec449d
[NOD-510] Change all references to Bitcoin to Kaspa ( #531 )
...
* [NOD-510] Change coinbase flags to kaspad.
* [NOD-510] Removed superfluous spaces after periods in comments.
* [NOD-510] Rename btcd -> kaspad in the root folder.
* [NOD-510] Rename BtcEncode -> KaspaEncode and BtcDecode -> KaspaDecode.
* [NOD-510] Rename BtcEncode -> KaspaEncode and BtcDecode -> KaspaDecode.
* [NOD-510] Continue renaming btcd -> kaspad.
* [NOD-510] Rename btcjson -> kaspajson.
* [NOD-510] Rename file names inside kaspajson.
* [NOD-510] Rename kaspajson -> jsonrpc.
* [NOD-510] Finish renaming in addrmgr.
* [NOD-510] Rename package btcec to ecc.
* [NOD-510] Finish renaming stuff in blockdag.
* [NOD-510] Rename stuff in cmd.
* [NOD-510] Rename stuff in config.
* [NOD-510] Rename stuff in connmgr.
* [NOD-510] Rename stuff in dagconfig.
* [NOD-510] Rename stuff in database.
* [NOD-510] Rename stuff in docker.
* [NOD-510] Rename stuff in integration.
* [NOD-510] Rename jsonrpc to rpcmodel.
* [NOD-510] Rename stuff in limits.
* [NOD-510] Rename stuff in logger.
* [NOD-510] Rename stuff in mempool.
* [NOD-510] Rename stuff in mining.
* [NOD-510] Rename stuff in netsync.
* [NOD-510] Rename stuff in peer.
* [NOD-510] Rename stuff in release.
* [NOD-510] Rename stuff in rpcclient.
* [NOD-510] Rename stuff in server.
* [NOD-510] Rename stuff in signal.
* [NOD-510] Rename stuff in txscript.
* [NOD-510] Rename stuff in util.
* [NOD-510] Rename stuff in wire.
* [NOD-510] Fix failing tests.
* [NOD-510] Fix merge errors.
* [NOD-510] Fix go vet errors.
* [NOD-510] Remove merged file that's no longer relevant.
* [NOD-510] Add a comment above Op0.
* [NOD-510] Fix some comments referencing Bitcoin Core.
* [NOD-510] Fix some more comments referencing Bitcoin Core.
* [NOD-510] Fix bitcoin -> kaspa.
* [NOD-510] Fix more bitcoin -> kaspa.
* [NOD-510] Fix comments, remove DisconnectBlock in addrindex.
* [NOD-510] Rename KSPD to KASD.
* [NOD-510] Fix comments and user agent.
2019-12-12 15:21:41 +02:00