Skip to content

Latest commit

 

History

History
217 lines (158 loc) · 19 KB

CHANGELOG.md

File metadata and controls

217 lines (158 loc) · 19 KB

Changelog

v1.0.5 (2020-10-01)

Full Changelog

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)
  • fix: recheck PR label on synchronize and reopen #1748 (unnawut)

Chores

v1.0.4 (2020-09-03)

Full Changelog

API changes

Enhancements

  • 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

Chores

Documentation updates

v1.0.3 (2020-07-09)

Full Changelog

API changes

Enhancements

Bug fixes

  • remove trace decorator from OMG.WatcherInfo.DB.EthEvent.get/1 #1640 (ayrat555)
  • get call_data and rename it #1635 (InoMurko)
  • fix: handle "transaction underpriced" and other unknown server error responses #1617 (unnawut)

Chores

v1.0.2 (2020-06-30)

Full Changelog

Enhancements

Bug fixes

Chores

Documentation updates

v1.0.1 (2020-06-18)

Full Changelog

Chores

v1.0.0 (2020-06-12)

Full Changelog

API changes

  • Add deposit.all endpoint and fetch eth_height retroactively #1509 (okalouti)
  • Add timestamp and scheduled finalisation time to InvalidExit and UnchallengedExit events #1495 (okalouti)
  • Introduce spending_txhash in invalid exit events #1492 (mederic-p)
  • [2] Add root chain transaction hash to InvalidExit and UnchallengedExit events #1485 (okalouti)
  • Add root chain transaction hash to InvalidExit and UnchallengedExit events #1479 (okalouti)
  • Input validation enhancements for endpoints #1469 (okalouti)
  • account.get_utxo pagination #1436 (jarindr)
  • Filtering Input Parameters to Childchain/Watcher API depending on HTTP Method #1424 (okalouti)
  • Prevent split/merge creation in /transaction.create #1416 (T-Dnzt)

Enhancements

Bug fixes

  • prevent race condition for status cache #1558 (InoMurko)
  • fix: add Ink's log_encoding_error config #1512 (unnawut)
  • fix: exclude active exiting utxos from calls to /account.get_exitable_utxos #1505 (pgebal)
  • feat: update ink to v1.1 to fix Mix module not found #1504 (unnawut)
  • fix: MemoryMonitor breaking on OS that does not provide buffered and cached memory data #1486 (unnawut)

Chores

  • Changelog for v1.0.0 #1556 (T-Dnzt)
  • updating httpoison #1542 (InoMurko)
  • use backport ex_plasma #1537 (achiurizo)
  • chore: sync v0.4.8 into master #1531 (unnawut)
  • refactor: remove fixture-based start exit test #1514 (unnawut)
  • test: watcher's /status.get cabbage test #1508 (unnawut)
  • refactor: move exit info related functions to smaller responsibility module #1503 (boolafish)
  • fix: lint_version compatibility with bash #1502 (unnawut)
  • feat: merge latest v0.4 to master #1499 (unnawut)
  • Kevin/load test cleanup #1490 (kevsul)
  • Revert "Add root chain transaction hash to InvalidExit and UnchallengedExit events" #1483 (okalouti)
  • refactor: add prerequisites for makefile targets involving docker-compose #1476 (pgebal)
  • Move db storage out of docker containers #1473 (kevsul)
  • Inomurko/macos nightly build fix #1464 (InoMurko)
  • fix: circleci to return the original start-services result after logging the failure #1463 (unnawut)
  • Update alpine base image in Dockerfiles to v3.11 #1450 (arthurk)

Documentation updates

* This Changelog was automatically generated by github_changelog_generator