Releases: hexresearch/ergvein
Releases · hexresearch/ergvein
Release v23-rc7
Correctly close database on program shutdown (#819) * First version of wrapper for LevelDB's handle * Use new approach to wrapped levelDB handle * Just implement plain noninterleaving variant Fixes leak of iterators * Restore reopening database on not an sstable * Fix warnings * Correctly close database when program is closed * Another variant of locking. It just counts number of current transactions. * After-merge fixup At least code compiles * Warning * Fixup * Use bracket style everywhere
Release v23-rc6
Indexer hacks (#837) * new indexer schema + btc hack * Tx index builder * configurable tx indexer * less destructive consistency check + close DBs when exiting * Fix, enable and run tests * Add utxo path to nixos module Co-authored-by: Anton Gushcha <ncrashed@protonmail.com>
Release v23-rc5
Fix #833. Check compatible versions. (#834) * Fix #833. Check compatible versions. * Relax version check
Release v23-rc4
Tx fee calculation (#827) * Send RBF-enabled transactions * Added a checkbox to the send page, signaling the possibility of replacing a transaction using RBF. * Also added the ability to set the default checkbox value in the settings. * Fixes #814 * Fixes #813 * Display RBF status on confirmation page * Support fee rate in sat/vbyte * Fixed tx fee calculation * Unroll "bump fee" btn
Release v23-rc3
Announce unconfirmed txs periodically (#826) * Remove trace * Implement #626. Constantly announce our unconfirmed txs.
Release v23-rc2
Merge pull request #809 from hexresearch/add-ifdef-testnet-usages Add ifdef testnet usages.
Release v23-rc1
Fix missing peerList (#794)
Release v22
Release v22-rc1
More fixes for warnings (#778)
Release v21
- Break receive address to groups #751
- Wrong password message on sign tx #752
- Double spend indication fix #754
- RBF transaction indication (support for sending RBF is comming soon) #754
- Breaking change in hash format (overflow bug). Indexers should resync. #754
- New restore process that doesn't require storing filters on device #759
- Fixed bug with derivation path input #762
- You can specify starting block for restore #763
- No password wallets are handled correctly #701
- Height scanning improved #724
- Display un-synced indexers with an orange dot #723
- Add tor socs support #722
- Connection duplicates fixed #716
- Use only synced indexers in scan and restore #709
- Add GUI to setup DNS servers #706
- Alerts are now sticky to bottom of page #702
- Word break at seed restore #696