Skip to content

v1.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 09:21
· 408 commits to development since this release
502f8eb

1.0.0-alpha.0 (2024-03-11)

⚠ BREAKING CHANGES

  • change split to 50-50 (#6188)
  • implement inflating tail emission (#6160)
  • changes balance query (#6158)
  • change proof of work to be dependant on target difficulty (#6156)
  • fix horizon sync after smt upgrade (#6006)* add paging to utxo stream request (#5302)
  • add optional range proof types (#5372)
  • hash domain consistency (#5556) (64443c6f)
  • consistent output/kernel versions between sender and receiver (#5553) (74f9c35f)
  • New Gen block (#5633)
  • Validator mr included in mining hash (#5615)
  • Monero merkle proof change (#5602)
  • Merge mining hash has changed
  • remove timestamp from header in proto files (#5667)
  • comms/dht: limit number of peer claims and addresses for all sources (#5702)
  • comms: use noise XX handshake pattern for improved privacy (#5696)
  • update faucet for genesis block (#5633)
  • limit monero hashes and force coinbase to be tx 0 (#5602)
  • add validator mr to mining hash (#5615)
  • replace utxo MMR with SMT (#5854)
  • update key parsing (#5900)
  • proto: remove proto timestamp wrapper types (#5833)
  • proto: remove proto bytes for std bytes (#5835)
  • upgrade bitflags crate (#5831)
  • improve block add where many orphan chain tips existed (#5763)
  • lmdb flag set wrong on database (#5916)
  • add validator mmr size (#5873)
  • completed transaction use bytes for transaction protocol (not hex string) in wallet database (#5906)
  • new faucet for esmeralda (#6001)
  • dont store entire monero coinbase transaction (#5991)
  • ups the min difficulty (#5999)
  • network specific domain hashers (#5980)
  • add aux chain support for merge mining (#5976)
  • disable console wallet grpc (#5988)
  • add one-sided coinbase payments (#5967)
  • fix opcode signatures (#5966)
  • remove mutable mmr (#5954)
  • move kernel MMR position to u64 (#5956)
  • standardize gRPC authentication and mitigate DoS (#5936)
  • fix difficulty overflow (#5935)
  • update status (#6008)

Features

Bug Fixes