Olaoluwa Osuntokun
cc4b27cdd9
build: bump version to v0.24.2-beta
2024-06-20 15:35:00 -07:00
Olaoluwa Osuntokun
aee2705f70
build: bump version to v0.24.2-beta.rc1
2024-03-08 17:58:53 -08:00
yyforyongyu
0d4ed16ed7
btcd: increase version number to 0.24.1
2024-02-28 16:40:11 +08:00
Olaoluwa Osuntokun
8d2ab63e36
build: bump version to btcd v0.24
2023-12-30 16:25:08 -08:00
Oliver Gugger
4f0ae90c88
build: bump version to v0.23.3
2022-11-01 13:02:18 +01:00
Olaoluwa Osuntokun
1a4af39ab0
build: bump version to v0.23.2
...
This includes the recent fix to the wire witness wire parsing bug.
2022-10-09 18:23:11 -07:00
Olaoluwa Osuntokun
e6f6ba4593
build: bump version to v0.23.1
...
Includes:
* A fix in the RPC server: https://github.com/btcsuite/btcd/pull/1862
* Rolling back a breaking change fromteh PoV of the rpcclient: https://github.com/btcsuite/btcd/pull/1844
2022-06-06 16:16:49 -07:00
Olaoluwa Osuntokun
2ce3069953
build: bump version to v0.23.0
2022-05-31 17:56:23 -07:00
John C. Vernaleo
aaf19b26f3
btcd: bump version to v0.22.0-beta
2021-06-01 09:36:33 -04:00
John C. Vernaleo
56cc42fe07
btcd: bump version to v0.21.0-beta
2020-08-28 08:13:36 -04:00
Olaoluwa Osuntokun
f3ec13030e
btcd: bump version to v0.20.1-beta
2019-11-12 18:27:49 -08:00
Olaoluwa Osuntokun
e47518c978
btcd: bump version to v0.20.0-beta
2019-10-10 15:54:11 -07:00
Dave Collins
cea5d3c1cc
Prepare for release 0.12.0.
2015-11-20 19:33:17 -06:00
Dave Collins
d12b3a144c
Prepare for release 0.11.1.
2015-05-27 11:06:52 -05:00
Dave Collins
177f09ba00
Prepare for release 0.11.0.
2015-05-06 09:58:25 -05:00
Dave Collins
6e402deb35
Relicense to the btcsuite developers.
...
This commit relicenses all code in this repository to the btcsuite
developers.
2015-05-01 12:00:56 -05:00
Dave Collins
cfefe14153
Prepare for release 0.10.0-beta.
2015-03-01 20:18:11 -06:00
Dave Collins
02647404fa
Prepare for release 0.9.0.
2014-09-20 13:00:02 -05:00
Dave Collins
7b0116dfd0
Prepare for release 0.8.0.
2014-05-25 15:52:47 -05:00
Dave Collins
aa1d722dd6
Update pre-release and README.me to beta.
...
This is part of the changes for #130 .
2014-05-23 15:51:45 -05:00
Dave Collins
40cdacde23
Prepare for release 0.7.0.
2014-02-20 15:51:40 -06:00
Dave Collins
7cfef69f23
Prepare for release 0.6.0.
2014-02-04 17:38:24 -06:00
Dave Collins
d8ec5bd33c
Prepare for release 0.5.0.
2014-01-13 17:47:21 -06:00
Dave Collins
aeec39c1ff
Add 2014 to copyright dates.
2014-01-01 10:16:15 -06:00
Dave Collins
bbc3c1cf7e
Prepare for release 0.4.0.
2013-12-12 13:27:06 -06:00
Dave Collins
5bf879dcfc
Minor cleanup of some documentation and comments.
2013-11-18 10:38:24 -06:00
Dave Collins
58fdcec6e2
Prepare for release 0.3.3.
2013-11-13 10:52:14 -06:00
Dave Collins
3b025b2352
Prepare for release 0.3.2.
2013-10-22 16:40:51 -05:00
Dave Collins
8f4a34e4f1
Bump version to 0.3.1.
2013-10-15 12:02:14 -05:00
Dave Collins
168ff0e129
Bump version to 0.3.0.
2013-10-04 14:29:37 -05:00
Dave Collins
629a1c9d06
Rework the data path and db type handling.
...
This commit modifies the way the data paths are handled. Since there will
ultimately be more data associated with each network than just the block
database, the data path has been modified to be "namespaced" based on the
network. This allows all data associated with a specific network to
simply use the data path without having to worry about conflicts with data
from other networks.
In addition, this commit renames the block database to "blocks" plus a
suffix which denotes the database type. This prevents issues that would
otherwise arise if the user decides to use a different database type and
a file/folder with the same name already eixsts but is of the old database
type. For most users this won't matter, but it does provide nice
properties for testing and development as well since it makes it easy to
go back and forth between database types.
This commit also includes code to upgrade the old database paths to the
new ones so the change is seamless for the user.
Finally, bump the version to 0.2.0.
2013-09-15 14:25:32 -05:00
Dave Collins
b759bafa60
Add version information and -V/--version flags.
2013-08-07 18:53:01 -05:00