Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-03 | replace varint patch with commit from upstream | redfish | |
Do what the upstream did. | |||
2023-09-02 | update to 2.0.0.0 | redfish | |
Note that the patch regarding VARINT static assert failure: the argument is unsignd, so the DEFAULT VarIntMode works for it. So, we fixed the failure by removing the mode, letting it be default. But, upstream did the other fix, which is to cast to arg to a signed type, keeping the non-default VarIntMode. b1b51490058bbc693eca8ef7abd69dc022446201 cast nHeight to int32_t to match the VarIntMode expected type/value https://gitlab.com/bitcoinunlimited/BCHUnlimited/-/commit/b1b51490058bbc693eca8ef7abd69dc022446201 | |||
2021-04-17 | 1.9.1.1 | redfish | |
2020-11-19 | Updated to release 1.9.0.1 | Dimitri Kaparis | |
2020-08-31 | 1.9.0.0 | redfish | |
2020-05-24 | 1.8.0.0 | redfish | |
2019-12-01 | Updated to release 1.7.0.0 | Dimitri Kaparis | |
2019-05-17 | Updated to release 1.6.0.0 | Dimitri Kaparis | |
2018-12-24 | Updated to release 1.5.1.0 | Dimitri Kaparis | |
2018-11-16 | Updated to release 1.5.0.2 | Dimitri Kaparis | |
2018-11-09 | Updated to 1.5.0.1 release | Dimitri Kaparis | |
2018-10-17 | Updated .SRCINFO for 1.5.0.0 release update | Dimitri Kaparis | |
2018-10-17 | Updated to 1.5.0.0 release with warning upgrading from BTC edition | Dimitri Kaparis | |
2018-09-01 | Dependencies rearrangement. | Dimitri Kaparis | |
This qt and other optional libraries are now optdepends and related functionality (e.g. Qt5 for GUI) will only be enabled if present. | |||
2018-09-01 | Converted to install current bitcoin cash (BCH) release | Dimitri Kaparis | |
2017-07-18 | v1.0.3.0 | André Vitor de Lima Matos | |
2017-05-11 | v1.0.2.0, with openssl-1.0 | André Vitor de Lima Matos | |
2017-05-08 | v1.0.1.4 | André Vitor de Lima Matos | |
Using openssl-1.0 | |||
2017-03-24 | Updated to 1.0.1.3 | André Vitor de Lima Matos | |
2017-03-16 | Initial commit | André Vitor de Lima Matos | |
v. 1.0.1.1 |