Skip to content

Releases: GaloyMoney/bria

v0.1.4 Release

17 May 19:58
Compare
Choose a tag to compare

Refactor

  • Use better batching for bdk persistance (#188)

v0.1.3 Release

17 May 14:16
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Pass progress tracker to bdk sync
  • Set max_retry_delay to 60s for sync_wallet
  • Dedup payout_queue scheduling
  • Bump reqwest from 0.11.17 to 0.11.18 (#187)

v0.1.2 Release

17 May 12:34
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Output has_more in span

v0.1.1 Release

17 May 09:24
Compare
Choose a tag to compare

Bug Fixes

  • Change bitcoin to mainnet for BlockchainConfig (#185)
  • Better encumbered fees estimation

Miscellaneous Tasks

  • Sync 100 txs at a time

v0.1.0 Release

16 May 10:51
Compare
Choose a tag to compare

Bug Fixes

  • Cleanup to the encrypt signer config pr (#184)
  • No default for PG_CON

Features

  • [breaking] Use meaningful id's for accounts (#181)
  • Encrypt and persist signer config (#177)

Miscellaneous Tasks

  • Bump uuid from 1.3.2 to 1.3.3 (#183)
  • Handle max_retry_backof and extend signing job
  • Remove comment (#179)

Refactor

  • Pass JobsConfig to jobs runner
  • UnbatchedPayout.commit_to_batch
  • UnbatchedPayouts container
  • Extract construct_psbt to PsbtBuilder
  • Group_name -> payout_queue

Testing

  • Remove redundant debug output
  • Attempt retries in bria_init
  • Fix bria.yml for e2e tests

v0.0.24 Release

11 May 21:14
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Improve tracing
  • Bump serde from 1.0.162 to 1.0.163 (#178)
  • Bump tokio from 1.28.0 to 1.28.1 (#176)

v0.0.23 Release

10 May 07:32
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Add batch_id to payout events
  • Remove redundant config options (#175)

v0.0.22 Release

10 May 06:01
Compare
Choose a tag to compare

Refactor

  • CommittedToBatch

v0.0.21 Release

10 May 05:28
Compare
Choose a tag to compare

Features

  • Add update-batch-group (#167)
  • Payout events (#168)

Miscellaneous Tasks

  • Add optional wallet creation in dev bootstrap (#173)
  • Missing payout events (#172)
  • Rename batch-group (#170)

Refactor

  • Rename payout-queued -> payout-submitted (#174)
  • Fix outstanding naming in job/mod.rs
  • Logical -> effective (#169)

v0.0.20 Release

08 May 14:07
Compare
Choose a tag to compare

Bug Fixes

  • Batch group description is optional

Miscellaneous Tasks

  • Add description in list-batch-groups (#165)
  • Add DbConfig (#164)
  • Add electrum fee estimator

Refactor

  • Multi change outputs (#166)