Skip to content

0.1 RC 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dr-orlovsky dr-orlovsky released this 12 Oct 02:58
· 566 commits to master since this release
96832d9

Breaking changes:

  • Changed embedded procedure names for RGB VM
  • Removed requirement for PSBT to contain fee key in RGB anchor creation (it needs to be a properly constructed PSBT with witness_utxo/non_witness_utxo data)

Other changes:

  • Schema serde serialization (YAML, JSON, ....)
  • More embedded procedures for RGB VM
  • Serde serialization for all RGB structures
  • Strict encoding and decoding of Curve25519 public keys and Ed25519 signatures
  • Implementation of Curve25519 public keys and Ed25519 signatures as RGB state and metadata
  • Bech32 types for Pedersen commitments, Bulletproofs, Curve25519 data
  • Tweaking factor is added into PSBT information during anchor creation
  • Added bitcoin protocol resolvers API