Skip to content

Releases: dogecoinfoundation/gigawallet

Gigawallet 1.0

26 Mar 04:31
f8056b0
Compare
Choose a tag to compare

GigaWallet 1.0

Much work by @raffecat on edge cases brings us to a working and resilient system for managing Dogecoin payments.

What's Changed

  • Fix bug: balance update #95 by @raffecat in #114
  • Multiple pay-to addresses by @raffecat in #119
  • WebAPI Tests, testing for pay-to multiple addresses by @raffecat in #120
  • Implemented "deduct fee" logic for payments, with unit test. by @raffecat in #122
  • Fix: tx hash must be reversed (little-endian encoding) by @raffecat in #124
  • Store the fee paid in payment records, improve error messages by @raffecat in #125
  • Fix: parse error "C" in ListPayments when using Postgres by @raffecat in #126
  • Use Core estimatesmartfee as a basis for fees (if available) by @raffecat in #127
  • Fix issue #128 by @H7-25 in #129
  • Added deprecated invoice API for backwards compatibility, fix test. by @raffecat in #131
  • Decode getblock hex from Core (faster block decoding) by @raffecat in #132
  • Fix: round inputs and fee calcs to nearest Koinu (8 digits) by @raffecat in #135
  • Fix: shut down cleanly, remove unused service stubs by @raffecat in #133

New Contributors

Full Changelog: v0.1.0-beta2...v1.0.0

v0.1.0-beta2

01 Sep 15:48
ef637ca
Compare
Choose a tag to compare

Beta 2 contains many bugfixes and API improvements!

v0.1.0-beta1

17 Aug 12:14
adf100e
Compare
Choose a tag to compare

We're happy to announce the first release of GigaWallet which we feel is ready for 'trying out', hence the beta tag. Currently you can create accounts, create invoices, pay those invoices and get events out via http callbacks or MQTT. Check out the documentation (WIP!) at https://gigawallet.dogecoin.org