Skip to content

Releases: Raptor3um/raptoreum

[Testnet] Raptoreum Core 2.0.2.99 Release

31 May 00:41
b292eb6
Compare
Choose a tag to compare

==THIS IS A TESTNET ONLY RELEASE==

[Testnet] Raptoreum Core 2.0.2.99 Release

This release resolves an issue where Raptoreum Core would seemingly at random get stuck (deadlock) synchronizing after a restart.

Everybody on testnet should update to this release.

Upgrading Binaries

  • Stop your wallet or daemon
  • Replace binaries
  • Start wallet or daemon

Big thank you to the Raptoreum Core developers, team members, and community!

Raptoreum Core Release 1.3.17.06

30 May 17:47
Compare
Choose a tag to compare

Raptoreum Core Release 1.3.17.06

This release is a hotfix (Dash BLS version upgrade) that addresses Smartnodes crashing due to a bug in the current version of Dash BLS. It is IMPORTANT for all Smartnode owners to upgrade to this version to ensure stable Smartnode operation and avoid POSE bans.

It is also recommended that you upgrade your Raptoreum Core, even if not running a Smartnode.

Upgrading Binaries

  • Stop your wallet or daemon
  • Replace binaries
  • Start wallet or daemon

Upgrading Official Docker Image

  • Stop container: docker-compose stop -t 300
  • Edit image name in docker-compose.yml to be: image: npq7721/raptoreum:latest
  • Start container: docker-compose up -d

Building From Source

You should use https://github.com/Raptor3um/raptoreum/tree/release/1.3.17.06

This is temporary, evenually the develop branch will be merged into master and the 1.3.17.06 branch will be removed.

As always a big thank you to the Raptoreum developers, for all the time and work they put in to bring us a stable and secure blockchain.

[Testnet] LFG (Round 3)

08 Apr 17:38
6bc2d6d
Compare
Choose a tag to compare
Pre-release

❗THIS IS A TESTNET ONLY RELEASE ❗

Mandatory Testnet Release

This release brings in RIP-01, assets, and a ton of bug fixes, performance improvements, UI fixes and additions, QT updates, dependency upgrades and more. See more here: master...develop

Versioning is also changing with this release to 2.x.x.xx.

RIP-01 voting (miners) begins at block 27360. Once 90% miner consensus is reached for 7 consecutive days voting will finish and assets will be activated shortly after.

To update:

LFG Testnet Information

P2P Port: 10230
Data Directory: Raptoreumcore/rip01-testnet (Windows) | .raptoreumcore/rip01-testnet (Mac, Linux)
Addnodes: lbtn.raptoreum.com

[Testnet] LFG Round 2

05 Apr 02:09
Compare
Choose a tag to compare
[Testnet] LFG Round 2 Pre-release
Pre-release

THIS IS A TESTNET ONLY RELEASE

Mandatory Testnet Release

This release adjusts quorum sizes to match mainnet. It is a hard fork and will happen at block height 24280.

Make sure to have your wallet / daemons updated before block 24280!

To update:

[Testnet] LFG

23 Mar 00:38
Compare
Choose a tag to compare
[Testnet] LFG Pre-release
Pre-release

THIS IS A TESTNET ONLY RELEASE

This phase of testnet required starting a new testnet chain. This is in order to simulate as closely as possible activating assets on mainnet VIA our forking mechanism RIP-01.

Testnet will begin running version 1.3.17.05-testnet which mirrors our mainnet release 1.3.17.05, and will soon be followed by a release which includes RIP-01, assets, and all other additions and fixes from the Develop branch.

LFG Testnet Information

P2P Port: 10230
Data Directory: Raptoreumcore/rip01-testnet (Windows) | .raptoreumcore/rip01-testnet (Mac, Linux)
Addnodes: lbtn.raptoreum.com

More Assets On Testnet

06 Nov 19:45
91f6214
Compare
Choose a tag to compare
Pre-release

$\color{red}{\textsf{NOTE THIS IS NOT A MAINNET RELEASE}}$

Additional features, filters, and fixes for the ongoing asset development on Testnet. This release is for TESTNET not mainnet, and should be start with -testnet flag or testnet=1 in raptoreum.conf

What Has Changed From 1.4.17.99

  • added assets to address index

  • rpc command assetdetails change to getassetdetailsbyname

  • added getassetdetailsbyid and listassets rpc commands

  • the following rpc commands now have asset filter option:

getaddressutxos
getaddressdeltas
getaddressbalance
  • fixed future unique asset transaction

  • fixed protx register_submit

  • asset details popup text is now selectable

  • added mempool checks on create asset

  • added asset balance index

  • added listaddressesbyasset RPC call

  • added listassetbalancesbyaddress RPC call
    Note: the amount returned on the 2 rpc call above are in sats and can be longer than 64 bits (128 bits integer)

  • removed code that is no longer necessary related to the max money switch to 21b, making it permanently 21b.

Assets on Testnet

06 Sep 04:24
5d1186d
Compare
Choose a tag to compare
Assets on Testnet Pre-release
Pre-release

We are extremely pleased to present to you our double upgrade activating the first round of assets on testnet as well as an upgrade to a newer BTC codebase. This is a major update so expect protracted testing.

For assets this activates the following new rpc command with more to come with the addition of transaction decoupling coming later:

== Assets ==
getassetdetailsbyname 'asset_id or asset_name'
createasset asset_metadata
listassetsbalance
listunspentassets ( minconf maxconf  ["addresses",...] [include_unsafe] [query_options])
mintasset txid
sendasset "asset_id" "qty" "to_address" "change_address" "asset_change_address"
createrawtransaction

In addition to these updates please visit Bitcoin Core's documentation which can be found on Bitcoin.org at https://bitcoin.org/en/release/v0.18.0#build-system-changes as those changes are too extensive to cover here.

We have an extensive blog post coming up covering the rpc commands and their usage on https://blog.raptoreum.com/ (will update with a direct link here later).

AS WITH ANY TESTNET RELEASE PLEASE LAUNCH IT WITH THE -testnet FLAG!

SHOULD YOU FIND A BUG OR ISSUE, PLEASE OPEN AN ISSUE HERE ON GITHUB MAKING SURE TO INCLUDE THE FOLLOWING DETAILS:

  1. Operating systems and hardware details.
  2. Any and all logs from the error.
  3. Frequency of the error.
  4. Details we can use in reproducing the error.

Updated 2023-11-05

Binaries and checksums have been updated, you must redownload the binaries in order to take advantage of the below

added assets to address index
rpc command assetdetails change to getassetdetailsbyname
added getassetdetailsbyid and listassets rpc commands
the following rpc commands now have asset filter option
getaddressutxos
getaddressdeltas
getaddressbalance
fixed future unique asset transaction
fixed protx register_submit
asset details popup text is now selectable
added mempool checks on create asset
added asset balance index
added listaddressesbyasset RPC call
added listassetbalancesbyaddress RPC call
note: the amount returned on the 2 rpc call above are in sats and can be longer than 64 bits (128 bits integer)

removed code that is no longer necessary related to the max money switch to 21b, making it permanently 21b.

[Testnet] LFG (Round 4)

18 May 22:55
1de001d
Compare
Choose a tag to compare
Pre-release

❗THIS IS A TESTNET ONLY RELEASE ❗

This release brings in quorum adjustments to test an alternative structure for deploying quorums as well as running node voting testing from RIP-01, a few bug fixes, performance improvements, UI fixes notable the confusing tooltip on the asset creation screen, and a few additions. See more here: master...develop

Versioning is also changing with this release to 2.0.1.99

RIP-01 voting (nodes) has started:

  • Vote Specs: 85% miners, 85% Smartnodes to begin voting period of three days. Once vote successful 2 day grace period before vote is finished.
  • Root asset field note adjustment + forcing uppercase only for ROOT asset naming.

#LFG

Hotfix for pools and smartnodes

06 Jun 17:50
1de001d
Compare
Choose a tag to compare

This release is mainly for pools and smartnodes, however regular wallet users are encouraged to update to it as well.

This release fixes a critical issue where block producers potentially lock themselves and the signing nodes up, requiring a full chain resync from scratch.
At the time of this release the majority of pools and smartnodes are updated but please get updated asap so you do not end up with a locked up node.

Big shout out to nandofw who discovered this issue and brought it to the team's attention. This bug has been with us for quite some time and has luckily not been exploited!

Remember to use the checksums to validate your installs:
sha256: d6533b08583918c6f1a7d9d8bb12145b620ddbde raptoreum-macos-1.3.17.05.tar.gz
openssl-sha256: SHA256(raptoreum-macos-1.3.17.05.tar.gz)= b40130313489b997fcd0d2773218d03c6363a77b46b9e0fa7e6c88b313138ad6
sha256: 6d05dbf030cc945784f95c28d42cb221ebd9c4ab Raptoreum-Qt.dmg
openssl-sha256: SHA256(Raptoreum-Qt.dmg)= 1a6a6e4be73c5f58a5b036bff6d68d8dd03afd2bfd2d89e5f12d7f7351454334
sha256: 84d2d3a666e345cf852c7c2163b93756bf4f86b4 raptoreumcore-1.3.17-win64-setup.exe
openssl-sha25: 4f89c305a2c900efa0b18917763fb82194acec2c570cc0968cfa7b486b5728cb raptoreumcore-1.3.17-win64-setup.exe
sha256: 8e49d5df05818f60e0e16ad9c7f3e04ba40d0da2 raptoreum-win-1.3.17.05.zip
openssl-sha256: 547cf742dfadca905e41827249ec1c16a6677574270dd43560ee3343003105dd raptoreum-win-1.3.17.05.zip
sha256: 85fd384eec28ff6c4d969f9abf498c02c1c3ac03 raptoreum-arm64-1.3.17.05.tar.gz
openssl-sha256: fd399f23747e45a18abcaaf48cd7a431370b8a3ab9b39b408eb8eb478db99420 raptoreum-arm64-1.3.17.05.tar.gz
sha256: 3a89534606f35eb8586629326bd011099d7baa64 raptoreum-ubuntu20-1.3.17.05.tar.gz
openssl-sha256: 138591a82feb6b87ee32008172cc3ab962fb927e122f8b1a4bd3f16a03892305 raptoreum-ubuntu20-1.3.17.05.tar.gz
sha256: 6093e751838863a770abf5d7aa8559b3f1327e27 raptoreum-ubuntu22-1.3.17.05.tar.gz
openssl-sha256: 57903e094650773524064956d12a14c44f820f97f456bd9a9a98107b6219aa11 raptoreum-ubuntu22-1.3.17.05.tar.gz

Service Release and Rabies VAXX!

12 May 17:31
87a504a
Compare
Choose a tag to compare

What is new in this release:

  1. Vaccination against the Rabies exploits!
  2. Fixing Vout shuffling on fund tx.
  3. Community contribution from Sully sullying the git clone.
  4. Balance notification improvements for MANY TX wallets.
  5. Improved input selection for wallets with many futures transactions.

### NOTE:
If you are upgradeing from wallets 1.3.17.00 or older you will need to resync the chain. If you have not removed the old chain files on update the wallet will crash see release notes for 1.3.17.02 for details.

### Please do make sure to use the checksums to verify downloads:
sha256: 444add3f31736c6d7844983b678c664a61b5e936 raptoreum-ubuntu22-1.3.17.04.tar.gz
openssl-sha256: d7a22be72223a6f7df8b3ded0479c17471991eb51143b0ea083f23379f911621 raptoreum-ubuntu22-1.3.17.04.tar.gz
sha256: e38b037371b31b385b0773151101ebb67fe2fece raptoreum-arm64-1.3.17.04.tar.gz
openssl-sha256: 404451221d26c4ff3793b5939001c171d9c4f5021e1ab0ac7eeb88ec95ae84e1 raptoreum-arm64-1.3.17.04.tar.gz
sha256: 73ebe61133c75c41c968e60184d76ac71ced1e20 raptoreum-ubuntu20-1.3.17.04.tar.gz
openssl-sha256: 70cc56ac0e35300c35c3be4b4857075e0a09588438bb3646ec03800086616c28 raptoreum-ubuntu20-1.3.17.04.tar.gz
sha256: e3353509394a96b35c7ac0fce5bdf0aeca30067f raptoreum-win-1.3.17.04.zip
openssl-sha256: ac28a041290ca090f590f49467a8edaa8f38fb4e8b14bc63e0b9f3bc7268684f raptoreum-win-1.3.17.04.zip
sha256: 0dbbbd1b3891fa7dbd20777c241bdf7eeaab3c05 raptoreumcore-1.3.17-win64-setup.exe
openssl-sha256: 26971ae884c44a8476b24cacce57fb8e1c7779ea676f108cfb883c2c002e214a raptoreumcore-1.3.17-win64-setup.exe
sha256: f91fc6389a8591db3b17f912490cb3e226af82d5 Raptoreum-Qt.dmg
openssl-sha256: SHA256(Raptoreum-Qt.dm
sha256: 05b27ffc694b6f4ccc6eb5977501e288f0d6f0e9 raptoreum-macos-1.3.17.04.tar.gz
openssl-sha256: SHA256(raptoreum-macos-1.3.17.04.tar.gz)= 7cc5af38e64a2a4e4b87f71946230a915c5cf2b61a9fa1f7b7fbb99d7c97a639