Gigawallet 1.0
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