Skip to content

Releases: hexresearch/ergvein

Release v23-rc7

10 Feb 15:27
c41c1ca
Compare
Choose a tag to compare
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

05 Feb 15:25
3c05b06
Compare
Choose a tag to compare
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

02 Feb 15:34
b726e58
Compare
Choose a tag to compare
Fix #833. Check compatible versions. (#834)

* Fix #833. Check compatible versions.

* Relax version check

Release v23-rc4

02 Feb 13:50
b711e0b
Compare
Choose a tag to compare
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

25 Jan 10:05
c04691f
Compare
Choose a tag to compare
Announce unconfirmed txs periodically (#826)

* Remove trace

* Implement #626. Constantly announce our unconfirmed txs.

Release v23-rc2

06 Jan 21:10
1abf7dc
Compare
Choose a tag to compare
Merge pull request #809 from hexresearch/add-ifdef-testnet-usages

Add ifdef testnet usages.

Release v23-rc1

23 Dec 18:18
a42e75c
Compare
Choose a tag to compare
Fix missing peerList (#794)

Release v22

15 Dec 13:02
156f756
Compare
Choose a tag to compare
  • Restore more stable now #786
  • Autocomplete for restore #785
  • Migrations for wallet file #781

Release v22-rc1

10 Dec 15:00
9b60e0b
Compare
Choose a tag to compare
More fixes for warnings (#778)

Release v21

03 Dec 18:01
ea3d3a6
Compare
Choose a tag to compare
  • 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