Bitcoin-S-Core v0.2.0 Release Notes

Release Date: 2019-09-06 // over 4 years ago
  • ๐Ÿ‘€ Please see bitcoin-s.org for more information on bitcoin-s.

    โš  Warning

    ๐Ÿš€ This release publishes an alpha version of our wallet, chain and node project. This code is well tested in unit tests, but has not been extensively tested on a live network. Use with caution.

    Highlights

    • a378cd1 Add auto publish of website to Travis (#487)
    • 839d520 Node (and chain and wallet) (#490)
    • 3040d03 Create all root level accounts on wallet creation (#497)
    • ๐Ÿ”ง eec55d45 Multi module configuration (#494)
    • aaccfbd Add sections on generating addresses and expand HD section in website
    • 888e16c Generate bloom filters from wallet (#501)
    • 90b9b6a Pass bloom filter to SPV node (#514)
    • โœ… 05a89e1 Default to file based databases in tests (#517)
    • 5ed0f6d BIP 158 Golomb-Rice Coded Sets and block filters (#481)
    • 26ad524 Implemented BIP 157 Block Filter Headers (#532)
    • 2075784 Add website version for 0.1.0 (#541)
    • ๐Ÿ”€ 9163337 Attempt to sync with sendheaders (#537)
    • ๐Ÿ f50b55f 2019 07 01 windows secp256k1 bin (#559)
    • ๐Ÿšง 854242b [WIP] New Eclair RPC client (#535)
    • d00dff5 Reorg handling in chain project (#548)
    • ๐Ÿ 9bbd4c0 New doc for Windows users (#572)
    • 9101aec Process outgoing transactions (#555)
    • 70ce5a0 Somewhat dirty standalone server and CLI binary (#558)
    • ae134f9 Node cleanup (#591)
    • ๐Ÿ”จ d8e214b Refactor TX processing logic and add comments re. TODOs
    • ๐Ÿ“ฆ 538f0e4 Make sure our secp256k1jni package is compiled against java 8 (#629)
    • 53af971 Add all wallet outpoints to bloom filter
    • 8125bca Add functionality for broadcasting TXs to node (#577)
    • ๐Ÿ“œ 72018bf Fix merkle block parsing error
    • โšก๏ธ 363c9fb Update cli.sbt for native-image building
    • e960422 implement ability to monitor a invoice that we are generated (#649)
    • โœ… 2994e82 Implement missing branch on POW validation for testnet, implement Bloโ€ฆ (#652)
    • ๐Ÿ”ง 31642af Add configurable logging to data directory (#640)
    • โšก๏ธ b706e8e Add functionality for updating SPV node bloom filter (#585)
    • c89cfea 2019 08 09 Don't use BlockHeaderDAO in TipValidation (#688)
    • โœ… 4afdccb 2019 08 05 broadcast tx test (#680)
    • ab170d0 2019 08 16 process header optimization (#701)
    • c5fc133 use 2.13 for website publish (#721)
    • ๐Ÿ— 9ce9699 Build and CI improvements (#710)

    Thanks

    ๐Ÿš€ Thanks to @nkohen @kaibr @torkelrogstad @rorp @cwaldron97 @piu130 and @Christewart for contributing to this release.