Skip to content

Commit

Permalink
release: cherry pick v0.1.2 (#35)
Browse files Browse the repository at this point in the history
* deps: bump ethermint to `v0.7.1` (#34)

* release: v0.1.0 changelog (#29)

* backport fix version (#31)

* build: fix version (#30)

* release: v0.1.0 changelog (#29)

* build: version

* changelog

* backport #30

* bump ethermint

* gitignore

* fix changelog

* changelog

* ci: add bencher config (#33)

Add bencher config with global +-10% threshold for improvements and regressions

Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
  • Loading branch information
fedekunze and danburck committed Oct 8, 2021
1 parent e88a5c3 commit d7e6f44
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .bencher/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Configuration docs: https://bencher.orijtech.com/configuration/
suppress_failure_on_regression: false
global:
reg_min: 10
imp_min: -10
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ secret.yml

# Local docker volume mappings
localnet-setup
.testnets

# Testing
coverage.txt
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [v0.1.2] - 2021-10-08

### Improvements

* (deps) [\#34](https://github.com/tharsis/evmos/pull/34) Bump Ethermint version to `v0.7.1`

## [v0.1.1] - 2021-10-07

## Bug Fixes
Expand All @@ -46,4 +52,4 @@ Ref: https://keepachangelog.com/en/1.0.0/
## Improvements

* (cmd) [\#26](https://github.com/tharsis/evmos/pull/26) Use config on genesis accounts.
* (deps) [\#14](https://github.com/tharsis/evmos/pull/28) Bump Ethermint version to `v0.7.0`
* (deps) [\#28](https://github.com/tharsis/evmos/pull/28) Bump Ethermint version to `v0.7.0`
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.13
github.com/tendermint/tm-db v0.6.4
github.com/tharsis/ethermint v0.7.0
github.com/tharsis/ethermint v0.7.1
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,8 @@ github.com/tendermint/tm-db v0.6.4/go.mod h1:dptYhIpJ2M5kUuenLr+Yyf3zQOv1SgBZcl8
github.com/tetafro/godot v1.4.9/go.mod h1:LR3CJpxDVGlYOWn3ZZg1PgNZdTUvzsZWu8xaEohUpn8=
github.com/tharsis/ethermint v0.7.0 h1:MxnrTSaD5pdAx+IQ0bLP8wuteSPkkfKgOxxgB0YoECc=
github.com/tharsis/ethermint v0.7.0/go.mod h1:Ynkg+ZJPs3cO5+Wkz5dRQ8R2DScwgtwGOctIgCgMuFs=
github.com/tharsis/ethermint v0.7.1 h1:i3TGpGqhM5R4kbTp6ySCbChZD0bDJ/nHZtZNIL4W30g=
github.com/tharsis/ethermint v0.7.1/go.mod h1:Ynkg+ZJPs3cO5+Wkz5dRQ8R2DScwgtwGOctIgCgMuFs=
github.com/tidwall/gjson v1.6.7/go.mod h1:zeFuBCIqD4sN/gmqBzZ4j7Jd6UcA2Fc56x7QFsv+8fI=
github.com/tidwall/match v1.0.3/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
github.com/tidwall/pretty v1.0.2/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
Expand Down

0 comments on commit d7e6f44

Please sign in to comment.