Skip to content

Testnet (Rincewind)

Pre-release
Pre-release
Compare
Choose a tag to compare
@CjS77 CjS77 released this 25 Apr 17:54
· 1798 commits to master since this release
e2fbe96

Deprecated

Do not use this release. Use 0.2.0 instead

Major Changes from 0.0.9

Store and forward

Peers will hold onto message for recipients that are not online and deliver the messages to them when they appear again.

OsX package installer

Many documentation improvements

Ephemeral keys for private messages

This is a big change that preserves privacy on the network but dramatically reduces the amount of traffic peers have to deal with.

Emoji Ids

Other changes

  • The target difficulty for a specified PoW algorithm is included in the block header. This allows the target difficulty
    of any block height to be calculated by only processing the last set of target difficulty samples up to that height.
  • Don't mark peers as offline if there are no existing connections (#1763)
  • Add UTXO selection strategy for large txs
  • Base node: Dynamically determine build version (#1760)
  • Include random peers for liveness ping (#1753)
  • RandomX - Version Update (#1754)
  • Add generic debug log function to FFI (#1752)
  • Lots of logging improvements
  • Added list-transactions and cancel-transaction commands (#1746)
  • ASCII table output for list-peers and list-connections (#1709)
  • Improve Difficulty adjustment manager
  • Modular configuration via ConfigLoader and ConfigPath traits
  • Fix chain monitoring bug in Transaction Service (#1739)
  • Empty Emoji String Bug Fix (#1736)
  • Coin-split base node cli command
  • Complete the basic OSX pkg build
  • Perform reorgs only on stronger tip accumulated difficulties
  • Use filesystem storage for dht.db on libwallet (#1735)
  • Fix duplicate message propagation (#1730)
  • Introduced accumulated difficulty validators to allow different rules for testing and running running a base node. -
  • Changes to peer offline handling (#1716)
  • Update Transaction cancellation to work for Inbound and Outbound Txs
  • Added oneshot reply to outbound messaging (#1703)
  • Add transaction stress test command to CLI
  • Implemented basic make-it-rain command
  • Fix MmrCache rewind issue
  • Use ephemeral key for private messages (e.g Discovery) (#1686)
  • Limit orphan pool size
  • Added a function to list UTXOs in the console (#1678)
  • Prevent adding yourself as a peer (#1665)
  • Update transaction weights (#1661)
  • Fix block period calculation
  • Validators will now check the weight of a block when doing validation (#1648)
  • Cleaned up duplicate code from the Blockchain db
  • The ban peer log will now supply n reason why the peer was banned (#1638)