Skip to content

Releases: omgnetwork/elixir-omg

v1.0.6-pre.0

21 Jan 12:55
fbed2fc
Compare
Choose a tag to compare
v1.0.6-pre.0 Pre-release
Pre-release
remove lint version (#1809)

VERSION file is not used

v1.0.6

25 Jan 13:53
fbed2fc
Compare
Choose a tag to compare
v1.0.6 Pre-release
Pre-release
remove lint version (#1809)

VERSION file is not used

1.0.6

25 Jan 13:49
fbed2fc
Compare
Choose a tag to compare
1.0.6 Pre-release
Pre-release
remove lint version (#1809)

VERSION file is not used

v1.0.6-pre

21 Jan 07:56
0e96ddd
Compare
Choose a tag to compare
v1.0.6-pre Pre-release
Pre-release
Watcher_Info events race cause spent output presented unspent (#1769)

* feat: add 'ensure_output' to EthEvent.insert_exits to explicitly allow
missing outputs

* test: demonstrate missing output feature

* feat: unplug Std exit consumer of WatcherInfo

* feat: unplug IFE exit started consumer of WatcherInfo

* feat: unplug IFE output piggybacked consumer of WatcherInfo

* feat: unplug IFE output withdrawn consumer of WatcherInfo

* feat: unplug deposits handling out of the Bus

* feat: unplug block application handling out of the Bus

* chore: delete unused modules, linter fixes

* fix: improve TxOutput schema queries and show that by tests

* fix: fix wrongly marked outout existance

* chore: [after review] align to comments

* test: use syncronous test when talking to postgres

* refactor: [after review] Insert full block data synchronously instead of pending block

* chore: delete unused code regarding pending blocks machinery

* test: fix tests - change nonexisting pending block

* test: fix test

* refactor: be explicit about which event expect the output existence

* chore: align to comment

Co-authored-by: Ino Murko <[email protected]>
Co-authored-by: Pawel Nowosielski <[email protected]>

v1.0.5

29 Oct 19:05
54305bb
Compare
Choose a tag to compare

Enhancements

Bug fixes

  • fix: handle metrics for in flight exit deleted processor #1742 (pgebal)
  • revert: reverts ife deletion commits #1725 (pgebal)
  • fix: set :last_ife_exit_deleted_eth_height on deplyment if it's not set yet #1720 (pgebal)
  • fix: fix in-flight exit deleted bug and add tests #1714 (pgebal)
  • fix: block submission stall monitor should ignore block_submitting that are already mined #1703 ([unnawut](https://github.com/ unnawut))
  • fix: recheck PR label on synchronize and reopen #1748 (unnawut)

Chores

v1.0.5-pre.0

27 Oct 00:42
Compare
Choose a tag to compare
v1.0.5-pre.0 Pre-release
Pre-release
v1.0.5-pre.0

v1.0.4

09 Sep 09:40
5f599c2
Compare
Choose a tag to compare

API changes

Enhancements

  • feat: handle in-flight exits deletions #1701 (pgebal)
  • Block Validation: New Checks #1693 (okalouti)
  • feat: configurable DB pool size, queue target and queue interval #1689 (unnawut)
  • feat: block queue metrics and stalled submission alarm #1649 (unnawut)

Bug fixes

  • fix: block submission stall monitor should ignore block_submitting that are already mined #1703 (unnawut)
  • corrrectly serialize PIDs in alarms.get #1678 (ayrat555)
  • account.get_exitable_utxos is unaware of in-flight exited inputs #1676 (pnowosie)
  • Fix fee adapter to accept decimal value in fee rules #1662 (jarindr)
  • Add missing clause on witness validation check #1656 (mederic-p)
  • fix: unexpected http method #1651 (ripzery)

Chores

Documentation updates

  • docs: extend description of running cabbage tests #1658 (pnowosie)

v1.0.4-pre.2

03 Sep 06:52
5f599c2
Compare
Choose a tag to compare
v1.0.4-pre.2 Pre-release
Pre-release

v1.0.4-pre.2 cherrypick

v1.0.4-pre.1

02 Sep 10:19
536059c
Compare
Choose a tag to compare
v1.0.4-pre.1 Pre-release
Pre-release

v1.0.4-pre.1

v1.0.4-pre.0

01 Sep 10:43
f62dc06
Compare
Choose a tag to compare
v1.0.4-pre.0 Pre-release
Pre-release
move omg_performance json rpc tests to perf project (#1691)