Skip to content

v0.19.0

Compare
Choose a tag to compare
@NicolasMahe NicolasMahe released this 02 Mar 11:09
· 495 commits to master since this release
7e25ea1

Added

  • (#1654) Add e2e lcd tests for ownerships.
  • (#1663) Add e2e tests using the light client daemon of Cosmos.
  • (#1670) Introduce execution payment.
  • (#1680) Add block height to execution data.
  • (#1689) Add pagination system to http endpoint executions/list.
  • (#1691) Add min price for execution.

Changed

  • (#1640) Update to cosmos v0.38 and tendermint v0.33.
  • (#1645) Add trusted config to LCD server and index all events.
  • (#1650) Refactor cosmos modules.
  • (#1651) Refactor ownership module to cosmos style.
  • (#1653) Refactor instance module to cosmos style.
  • (#1657) Refactor runner module to cosmos style.
  • (#1658) Refactor process module to cosmos style.
  • (#1661) Refactor service module to cosmos style.
  • (#1662) Refactor execution module to cosmos style.
  • (#1669) Use disable-all instead of enable-all in golangci config.

Fixed

  • (#1682) Fix Tendermint graceful stop.
  • (#1683) Call end block function in each cosmos modules.

Dependencies

  • (#1646) Bump google.golang.org/grpc from 1.27.0 to 1.27.1.
  • (#1648) Bump github.com/prometheus/client_golang from 1.4.0 to 1.4.1.
  • (#1656) Bump github.com/cosmos/cosmos-sdk from 0.38.0 to 0.38.1.