Elichai Turkel
af1b8c8490
Move version initializiation to init function to prevent race conditions ( #1299 )
2020-12-28 16:04:00 +02:00
Mike Zak
99a14c5999
Update to version 0.8.4
2020-12-16 14:00:09 +02:00
oudeis
6926a7ab81
Update to version 0.8.3
2020-12-14 12:38:03 +00:00
oudeis
baa4311a34
Update to version 0.8.2
2020-11-29 05:12:30 +00:00
oudeis
72b5832f30
Update to version 0.8.0
2020-11-09 07:07:30 +00:00
oudeis
ef6c46a231
Update to version 0.7.2
2020-09-30 14:07:18 +00:00
oudeis
946e65d1c6
Update to version 0.7.1
2020-09-16 11:59:51 +00:00
stasatdaglabs
64f5b96295
Update to version 0.7.0
2020-09-13 17:34:33 +03:00
oudeis
8d38a28b82
Update to version 0.6.11
2020-09-13 13:34:10 +00:00
Ubuntu
bf74341257
Update to version 0.6.10
2020-09-09 13:21:51 +00:00
Ori Newman
fc0a7ca7e3
Update to version 0.6.9
2020-08-31 16:11:16 +03:00
stasatdaglabs
5da957f16e
Update to version 0.6.8
2020-08-30 11:31:43 +03:00
stasatdaglabs
13a6872a45
Update to version 0.6.7
2020-08-26 12:13:43 +03:00
stasatdaglabs
d4728bd9b6
Update to version 0.6.6
2020-08-23 11:22:13 +03:00
stasatdaglabs
5a4cafe342
Update to version 0.6.5
2020-08-19 15:00:12 +03:00
Ori Newman
8cac582f6d
Update to version 0.6.4
2020-08-16 17:30:09 +03:00
Ori Newman
f2a3ccd9ab
[NOD-1271] Move version package to the top level ( #871 )
...
* [NOD-1271] Move version package to the top level
* [NOD-1271] Fix imports
2020-08-16 17:16:11 +03:00
stasatdaglabs
8a4ece1101
[NOD-1223] Reorganize project ( #868 )
...
* [NOD-1223] Move all network stuff into a new network package.
* [NOD-1223] Delete the unused package testutil.
* [NOD-1223] Move infrastructure stuff into a new instrastructure package.
* [NOD-1223] Move domain stuff into a new domain package.
2020-08-13 17:27:25 +03:00
Yuval Shaul
af1df425a2
update to version v0.6.2
2020-08-09 15:16:21 +03:00
Mike Zak
b92943a98c
Update to version v0.6.1
2020-08-06 15:16:05 +03:00
Mike Zak
15d0899406
Update to version v0.6.0
2020-06-29 09:17:45 +03:00
Mike Zak
4a50d94633
Update to v0.4.1
2020-06-07 17:54:30 +03:00
Mike Zak
6da3606721
Update to version 0.4.0
2020-04-05 16:23:01 +03:00
Mike Zak
1a38550fdd
Update to version 0.3.0
2020-03-29 14:15:17 +03:00
Mike Zak
bc6ce6ed53
Update version to v0.2.0
2020-03-25 11:51:14 +02:00
Mike Zak
a3dc2f7da7
Update version to v0.1.2
2020-01-28 10:53:10 +02:00
Mike Zak
3a15aa4bae
Update version to v0.1.1
2020-01-13 12:24:36 +02:00
Svarog
ac9aa74a75
[NOD-549] Use version.Version anywhere relevant + update related tests ( #577 )
...
* [NOD-549] Update version to 0.1.0 and allow injection of appBuild
* [NOD-549] Fixed peer tests
* [NOD-549] Fixed wire tests
* [NOD-549] Remove any mention of semVer.
* [NOD-549] Don't include appBuild at all if it includes invalid characters
* [NOD-549] Panic if appBuild contains invalid characters
* [NOD-549] Move checkAppBuild into
* [NOD-549] Update comment
2020-01-08 12:14:59 +02:00
Svarog
7cf15ac93b
[NOD-549] Update version to 0.1.0 and allow injection of appBuild ( #568 )
...
* [NOD-549] Update version to 0.1.0 and allow injection of appBuild
* [NOD-549] Fixed peer tests
* [NOD-549] Fixed wire tests
* [NOD-549] Remove any mention of semVer.
* [NOD-549] Don't include appBuild at all if it includes invalid characters
* [NOD-549] Panic if appBuild contains invalid characters
* [NOD-549] Move checkAppBuild into
2020-01-06 15:30:00 +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
Ori Newman
56fb7f09c1
[DEV-82] Take RPC Server out of btcd package
...
* [DEV-82] break down main to packages
* [DEV-82] separate rpcserver and server
* [DEV-82] Fixed Windows-related code that failed to compile.
* [DEV-82] remove params.go and use only dagconfig.Params
* [DEV-82] fix log.go license
2018-08-12 16:24:43 +03:00