Releases: PirateNetwork/PirateOcean
Master Release v4.0.2
This is a non-maditory, update release.
Some auto-release updates
Some splash screen change fixes
Upstream updates to current state:
-
- CountBits in crypto/common.h
Return the smallest number n such that (x >> n) == 0 (or 64 if the highest bit in x is set
DeckerSU/KomodoOcean@d836179
- Add asmap utility which queries a mapping
The scripts for creating a compact IP->ASN mapping are here:
https://github.com/sipa/asmap
bitcoin/bitcoin@8feb4e4
DeckerSU/KomodoOcean@50daf84
- p2p: supplying and using asmap to improve IP bucketing in addrman
first approach to porting bitcoin/bitcoin#16702 into old v0.13 codebase.
DeckerSU/KomodoOcean@bfaf287
- Return mapped AS in RPC call getpeerinfo and in GUI
- Addrman Google Tests
Note: these are standart tests, which is not include asmap features.
- add legacy and asmap addrman tests
- when clearing addrman clear mapInfo and mapAddr
bitcoin/bitcoin@b86a420
DeckerSU/KomodoOcean@9b2c1f3
- add addrman serialization test
- addrman: Add missing lock in Clear() (CAddrMan)
bitcoin/bitcoin#11585
DeckerSU/KomodoOcean@b81d07b
- gui: debug window -> tab peers elems re-arrange
added scroll area for detailed peer info, added splitter
between detailed info and peer table
DeckerSU/KomodoOcean@be106ed
- depends: tar: Always extract as yourself
For normal users, --no-same-owner is default, but not so for root, where
it is assumed that root can change ownership willy-nilly. This is not
the case for privilege-limited container environments where we gaslight
the process into thinking it's root.
KomodoPlatform/komodo#368
bitcoin/bitcoin@89bee1b
DeckerSU/KomodoOcean@85d2fa6
- refactor: remove unused header var in GetBlockProof
- bump versions
CLIENT_VERSION 4.0.2
KOMODO_VERSION 0.6.1
- add display service bits for NSPV, ADDRINDEX and SPENTINDEX
- optional disable nspv
nSPV processing is disabled by default for Komodo-Qt, to enable it
you can alsways use -nspv_msg
command line arg.
KomodoPlatform/komodo#382
DeckerSU/KomodoOcean@1d1e568
- update getblocktemplate conditions
- update IsNotInSync() conditions
IsNotInSync() using now only in waitForPeers() which is called
in VerusStaker(...) and BitcoinMiner_noeq(...), mean which used
only in verushash-algo based mining and staking chains.
DeckerSU/KomodoOcean@cb5dec1
- fetch bdb using https instead of http
- remove auto-created file (cryptoconditions/compile)
to resolve issues with compiling dirty releases from unchanged repo.
DeckerSU/KomodoOcean@3e4aa66
Master Release v4.0.1
This is a non-maditory, update release.
New
- Bump version
- Minor splash updates to provide better load information
- Enabled wallet cleaning functions by default
From this release forward, "witness rework" functions (UTXO consolidation, wallet database pruning, etc) are set to active by default. These functions, most specifically the consolidation feature, do automatically create transactions where you send funds to yourself, as such there may be times where funds are unavailable until confirmed in a block.
This may be an inconvenience to those who wish to maintain long-term wallet data; however, it is in the spirit of the chain and an overall better user experience which dictates this action.
Master Release at 6fbb71c
Beta (#11) * Update README.md * Update README.md * It's ugly but there's a reason * Pirate witness rework https://github.com/PirateNetwork/pirate/pull/5 * TODO Adding conf for todo->issues app * Update upstream & release notes **Komodo** Hardfork upgrade activation to Draconic Serpent [0.6.0](https://github.com/KomodoPlatform/komodo/releases/tag/0.6.0): **KomodoOcean** v3.0.1-beta3 (3.0.1.2) - [details](https://github.com/DeckerSU/KomodoOcean/commits/static-experimental) * Make Beta (#7) * TODO Adding conf for todo->issues app * Update upstream & release notes **Komodo** Hardfork upgrade activation to Draconic Serpent [0.6.0](https://github.com/KomodoPlatform/komodo/releases/tag/0.6.0): **KomodoOcean** v3.0.1-beta3 (3.0.1.2) - [details](https://github.com/DeckerSU/KomodoOcean/commits/static-experimental) * TODO correct todo settings add TODO file * Beta * Autobuild * Dev (#9) * Update splash Show tx count and block scan height * Update linux builder use curl to match Mac instead of wget * update splash only show tx count if deletetx= true to show pindex->GetHeight() when false * One more forgot `Building Witnesses for block` and fix for if splash closed * Add bypassed fixes Language files fix Update README.md * bump version * ugh (#10) * Update splash Show tx count and block scan height * Update linux builder use curl to match Mac instead of wget * update splash only show tx count if deletetx= true to show pindex->GetHeight() when false * One more forgot `Building Witnesses for block` and fix for if splash closed * Add bypassed fixes Language files fix Update README.md * bump version * dev to beta
Master Release at 113fbc7
release_113fbc7
Language files fix
For MacOS users experiencing:
dyld: Library not loaded: /usr/local/opt/gcc@8/lib/gcc/8/libgomp.1.dylib
please open terminal and enter:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
follow any install prompts, then enter:
brew install gcc@8
This will install the updated library
Master Release at 882434e
You must update your Pirate-qt to at least this version by Block #1922000 in KMD and by Sunday, June 14th, 2020 03:00:00 PM UTC.
Because of the "witness rework", this update is NOT directly backwards compatable and wallet files will need a complete zap/rescan if used with any app that does not have it! Some Windows users may need to initially run with -reindex if app crashes on 1st run.
New
-
Bump version and clientname
-
Minor updates
-
Thanks to CryptoForge for:
- Sapling Consolidation
- Delete & Witnesses
Add functionality to delete wallet transactions
Rework when witnesses are calculated. - Compact Wallet
-
and the following from upstream:
Komodo
Hardfork upgrade activation to Draconic Serpent 0.6.0:
KomodoOcean
v3.0.1-beta3 (3.0.1.2) - details
Items
- pirate882434e_linux.zip - static binary of PirateOcean for Linux (should work with any Linux distro with GLIBC version not lower than in Ubuntu 16.04 - built and tested on Debian 10.4)
- pirate882434e_mac.zip - static binary of PirateOcean for MacOS (built and tested on Catalina v10.15.2)
- pirate882434e_win.zip - static binary of PirateOcean for Windows (tested on Win7)
Notes:
Some Mac/Linux users may need to set chmod +x before the OS will allow it to run.
All previous notes apply.
v4.0.0-alpha
You must update your Pirate-qt to at least this version by Block #1922000 in KMD and by Sunday, June 14th, 2020 03:00:00 PM UTC.
Because of the "witness rework", this update is NOT directly backwards compatable and wallet files will need a complete zap/rescan if used with any app that does not have it! Some Windows users may need to initially run with -reindex if app crashes on 1st run.
New
-
Bump version and clientname
-
Minor updates
-
Thanks to CryptoForge for:
- Sapling Consolidation
- Delete & Witnesses
Add functionality to delete wallet transactions
Rework when witnesses are calculated. - Compact Wallet
-
and the following from upstream:
Komodo
Hardfork upgrade activation to Draconic Serpent 0.6.0:
KomodoOcean
v3.0.1-beta3 (3.0.1.2) - details
Items
- pirate-qt-linux - static binary of PirateOcean for Linux (should work with any Linux distro with GLIBC version not lower than in Ubuntu 16.04 - built and tested on Debian 10.4)
- pirate-qt-mac - static binary of PirateOcean for MacOS (built and tested on Catalina v10.15.2)
- pirate-qt-win.exe - static binary of PirateOcean for Windows (tested on Win7)
- wget64.exe - Windows binary for those who receive an error for not having wget
- fetch-params.sh - script for those who have not previously downloaded zcash-params (Linux & Mac)
- fetch-params.bat - script for those who have not previously downloaded zcash-params (Windows)
- md5checksums.chk - md5 checksums of uploaded files
Notes:
Some Mac/Linux users may need to set chmod +x before the OS will allow it to run.
All previous notes apply.
Win Release 383b8f1 dev
win_release_383b8f1_dev Update transactionrecord.cpp
Release 89a2422 dev
release_89a2422_dev Update transactionrecord.cpp
Mac Release 0113c94 dev
mac_release_0113c94_dev Update transactionrecord.cpp
Manditory Update
You must update your Pirate-qt to at least this version by Block #1670000 in KMD and by 12/20/2019 @ 11:06am (UTC).
Added transaction fee field to z_viewtransaction (for z->z transactions)
Minor updates
and the following from upstream:
Komodo
Hardfork upgrade activation to Komodo Obsidian [0.5.0]:
timestamp (smart chains) = 1576840000 (12/20/2019 @ 11:06amUTC)
blockheight (KMD): 1670000
Changelog:
zMempool fix
KMDnuke fix
POS staking algo change
AC related fixes
CC fixes and additions
add season 3.5 pubkey array
protocol version bump
KomodoOcean
v3.0.0-beta1 (3.0.0.0)
Obsidian Dragon KMD hardfork compatability (KMD version 0.5.0)
POS staking algo change.
Dependencies update: libgmp, libsodium, libsnark, boost.
Other minor fixes and improvements.
Items
- pirate-qt-linux - static binary of PirateOcean for Linux (should work with any Linux distro with GLIBC version not lower than in Ubuntu 16.04)
- pirate-qt-mac - static binary of PirateOcean for MacOS (built and tested on Mojave v10.14)
- pirate-qt-win.exe - static binary of PirateOcean for Windows
- wget64.exe - Windows binary for those who receive an error for not having wget
- fetch-params.sh - script for those who have not previously downloaded zcash-params (Linux & Mac)
- fetch-params.bat - script for those who have not previously downloaded zcash-params (Windows)
Notes:
Some Mac/Linux users may need to set chmod +x before the OS will allow it to run.
All previous notes apply.