mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
Unix line endings on CHANGES file.
This commit is contained in:
parent
5a71ba04a9
commit
f40181615e
1 changed files with 27 additions and 27 deletions
54
CHANGES
54
CHANGES
|
@ -1,27 +1,27 @@
|
||||||
============================================================================
|
============================================================================
|
||||||
User visible changes for btcd
|
User visible changes for btcd
|
||||||
A full-node bitcoin implementation written in Go
|
A full-node bitcoin implementation written in Go
|
||||||
============================================================================
|
============================================================================
|
||||||
|
|
||||||
Changes in 0.3.1-alpha (Tue Oct 15 2013)
|
Changes in 0.3.1-alpha (Tue Oct 15 2013)
|
||||||
- Change default database to leveldb
|
- Change default database to leveldb
|
||||||
NOTE: This does mean you will have to redownload the block chain. Since we
|
NOTE: This does mean you will have to redownload the block chain. Since we
|
||||||
are still in alpha, we didn't feel writing a converter was worth the time as
|
are still in alpha, we didn't feel writing a converter was worth the time as
|
||||||
it would take away from more important issues at this stage
|
it would take away from more important issues at this stage
|
||||||
- Add a warning if there are multiple block chain databases of different types
|
- Add a warning if there are multiple block chain databases of different types
|
||||||
- Fix issue with unexpected EOF in leveldb -- https://github.com/conformal/btcd/issues/18
|
- Fix issue with unexpected EOF in leveldb -- https://github.com/conformal/btcd/issues/18
|
||||||
- Fix issue preventing block 21066 on testnet -- https://github.com/conformal/btcchain/issues/1
|
- Fix issue preventing block 21066 on testnet -- https://github.com/conformal/btcchain/issues/1
|
||||||
- Fix issue preventing block 96464 on testnet -- https://github.com/conformal/btcscript/issues/1
|
- Fix issue preventing block 96464 on testnet -- https://github.com/conformal/btcscript/issues/1
|
||||||
- Optimize transaction lookups
|
- Optimize transaction lookups
|
||||||
- Correct a few cases of list removal that could result in improper cleanup
|
- Correct a few cases of list removal that could result in improper cleanup
|
||||||
of no longer needed orphans
|
of no longer needed orphans
|
||||||
- Add functionality to increase ulimits on non-Windows platforms
|
- Add functionality to increase ulimits on non-Windows platforms
|
||||||
- Add support for mempool command which allows remote peers to query the
|
- Add support for mempool command which allows remote peers to query the
|
||||||
transaction memory pool via the bitcoin protocol
|
transaction memory pool via the bitcoin protocol
|
||||||
- Clean up logging a bit
|
- Clean up logging a bit
|
||||||
- Add a flag to disable checkpoints for developers
|
- Add a flag to disable checkpoints for developers
|
||||||
- Add a lot of useful debug logging such as message summaries
|
- Add a lot of useful debug logging such as message summaries
|
||||||
- Other minor bug fixes and general code cleanup
|
- Other minor bug fixes and general code cleanup
|
||||||
|
|
||||||
Initial Release 0.3.0-alpha (Sat Oct 05 2013):
|
Initial Release 0.3.0-alpha (Sat Oct 05 2013):
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
Loading…
Add table
Reference in a new issue