Skip to content

Radiant Node version 1.3.0 (Energy)

Latest
Compare
Choose a tag to compare
@RadiantBlockchain RadiantBlockchain released this 30 Apr 17:05

Release Notes for Radiant Node Version 1.3.0 (Energy)

Release Name: Energy

Radiant Node version 1.3.0 (Energy) is now available.

Overview

Note: Consensus updates at block height 214,555 which is estimated to be May 1, 2024 or a few days before.

See detailed description of the OP codes below and their capabilities in the Release notes.

List of new OP Codes:

  • <value> OP_PUSH_TX_STATE
    0: Current transaction id
    1: Total input photons spent
    2: Total output photons

Additional bug fixes and improvements:

  • Correctly validate the OP_DISALLOWPUSHINPUTREF is treated correctly
  • Fix build error on Arch linux
  • Fix build error for GCC 13

Usage recommendations

The release of Radiant Node 1.3.0 is available for everyone.
Recommended to update as soon as possible (well before block height 214,555 ~ May 1, 2024)

Quick Start Build

git clone https://github.com/RadiantBlockchain/radiant-node.git

mkdir build
cd build

# Build in Release mode and disable QT wallet:
cmake -GNinja .. -DBUILD_RADIANT_QT=OFF -DCLIENT_VERSION_IS_RELEASE=ON

# OR Build in Debug mode and disable QT wallet:
cmake -GNinja .. -DBUILD_RADIANT_QT=OFF

# Now build
ninja

# Install into system directories
sudo ninja install