Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.19.0 #1696

Merged
merged 126 commits into from
Mar 2, 2020
Merged

Release v0.19.0 #1696

merged 126 commits into from
Mar 2, 2020

Conversation

NicolasMahe
Copy link
Member

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.

Nicolas Mahé and others added 30 commits February 5, 2020 14:43
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.27.0...v1.27.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
…SequenceDecorator to allow multiple tx from same account in one block
# Conflicts:
#	go.mod
#	go.sum
…SequenceDecorator to allow multiple tx from same account in one block
…ithub.com/prometheus/client_golang-1.4.1

Bump github.com/prometheus/client_golang from 1.4.0 to 1.4.1
…oogle.golang.org/grpc-1.27.1

Bump google.golang.org/grpc from 1.27.0 to 1.27.1
…38-newApp

Create cosmos app and commands with scaffold tool
NicolasMahe and others added 29 commits February 26, 2020 17:21
…ation

Add pagination system on http handler of executions/list
Make sure to call end block for each modules
@NicolasMahe NicolasMahe merged commit 7e25ea1 into master Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants