Skip to content

v0.2.0

Compare
Choose a tag to compare
@bobbinth bobbinth released this 15 Apr 05:52
· 267 commits to main since this release
c5ec96c
  • Added an init command to the CLI.
  • Added support for on-chain accounts.
  • Added support for public notes.
  • Added NoteScreener struct capable of detecting notes consumable by a client (via heuristics), for storing only relevant notes.
  • Added TransactionRequest for defining transactions with arbitrary scripts, inputs and outputs and changed the client API to use this definition.
  • Added ClientRng trait for randomness component within Client.
  • Refactored integration tests to be ran as regular rust tests.
  • Normalized note script fields for input note and output note tables in SQLite implementation.
  • Added support for P2IDR (pay-to-id with recall) transactions on both the CLI and the lib.
  • Removed the mock-data command from the CLI.