-
Notifications
You must be signed in to change notification settings - Fork 882
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
(build): added build-reproducible to makefile #143
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* release(evmos): Update CHANGELOG * Update CHANGELOG.md Co-authored-by: Federico Kunze Küllmer <[email protected]>
8d321da
to
9d4728c
Compare
fedekunze
approved these changes
Dec 3, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
jolube
added a commit
that referenced
this pull request
Dec 8, 2021
* docs(evmos): update latest version to v0.4.0 (#139) * docs: change `ethermintd` -> `evmosd` (#142) * docs: migrate cosmovisor and genesis validator instructions (#141) * docs(evmos): Add upgrade node with cosmovisor instructions * docs(evmos): Add Incorporate changes from Cosmos Hub Vega Upgrade * Apply suggestions from code review * go mod tidy Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> * build: added build-reproducible to Makefile (#143) * release: v0.4.0 changelog (#138) * release(evmos): Update CHANGELOG * Update CHANGELOG.md Co-authored-by: Federico Kunze Küllmer <[email protected]> * (build): added build-reproducible to makefile Co-authored-by: Daniel Burckhardt <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> * docs: Add link to consensus problems if you don't upgrade your node (#146) Co-authored-by: Federico Kunze Küllmer <[email protected]> * deps: bump SDK version (#147) * deps: bump SDK version * norace * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (#150) Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: mergify changes (#152) * Fix `evmosd version` (#151) * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (#150) Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build fix evmosd command * Update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <[email protected]> * app: fix typo in calculation of failed transactions in TPS value (#149) Noticed while I was auditing through evmosd code that inside the code that records TPS, that we have a typo in the calculation of nFailed, that instead used latestNSuccessful, of which if enough time is spent and the successful transactions have grown, while the number of failed transactions stays still, this can cause wrong TPS values to be reported. Co-authored-by: Federico Kunze Küllmer <[email protected]> * Update .goreleaser.yml (#156) Co-authored-by: Daniel Burckhardt <[email protected]> Co-authored-by: Rohit Durvasula <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Prajjwol Gautam <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emmanuel T Odeke <[email protected]>
faddat
referenced
this pull request
in notional-labs/evmos
Dec 9, 2021
fixes #118 don't sign unit test tx since that's the same case as real tx comment EthValidateBasicDecorator
jolube
added a commit
that referenced
this pull request
Dec 11, 2021
* docs(evmos): update latest version to v0.4.0 (#139) * docs: change `ethermintd` -> `evmosd` (#142) * docs: migrate cosmovisor and genesis validator instructions (#141) * docs(evmos): Add upgrade node with cosmovisor instructions * docs(evmos): Add Incorporate changes from Cosmos Hub Vega Upgrade * Apply suggestions from code review * go mod tidy Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> * build: added build-reproducible to Makefile (#143) * release: v0.4.0 changelog (#138) * release(evmos): Update CHANGELOG * Update CHANGELOG.md Co-authored-by: Federico Kunze Küllmer <[email protected]> * (build): added build-reproducible to makefile Co-authored-by: Daniel Burckhardt <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> * docs: Add link to consensus problems if you don't upgrade your node (#146) Co-authored-by: Federico Kunze Küllmer <[email protected]> * deps: bump SDK version (#147) * deps: bump SDK version * norace * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (#150) Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: mergify changes (#152) * Fix `evmosd version` (#151) * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (#150) Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build fix evmosd command * Update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <[email protected]> * app: fix typo in calculation of failed transactions in TPS value (#149) Noticed while I was auditing through evmosd code that inside the code that records TPS, that we have a typo in the calculation of nFailed, that instead used latestNSuccessful, of which if enough time is spent and the successful transactions have grown, while the number of failed transactions stays still, this can cause wrong TPS values to be reported. Co-authored-by: Federico Kunze Küllmer <[email protected]> * Update .goreleaser.yml (#156) * docs: block explorer (#158) * docs: quick facts table (#159) * docs: quick facts table * Update docs/basics/chain_id.md * changelog Co-authored-by: Daniel Burckhardt <[email protected]> Co-authored-by: Rohit Durvasula <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Prajjwol Gautam <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emmanuel T Odeke <[email protected]>
fedekunze
added a commit
that referenced
this pull request
Dec 12, 2021
* release: v0.4.0 changelog (#138) * release(evmos): Update CHANGELOG * Update CHANGELOG.md Co-authored-by: Federico Kunze Küllmer <[email protected]> * Fix `evmosd version` (backport #151) (#154) * Fix `evmosd version` (#151) * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (#150) Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build fix evmosd command * Update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <[email protected]> (cherry picked from commit 5061449) # Conflicts: # CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Prajjwol Gautam <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> * app: fix typo in calculation of failed transactions in TPS value (#149) (#155) Noticed while I was auditing through evmosd code that inside the code that records TPS, that we have a typo in the calculation of nFailed, that instead used latestNSuccessful, of which if enough time is spent and the successful transactions have grown, while the number of failed transactions stays still, this can cause wrong TPS values to be reported. Co-authored-by: Federico Kunze Küllmer <[email protected]> (cherry picked from commit 7603acd) Co-authored-by: Emmanuel T Odeke <[email protected]> * Release CHANGELOG v0.4.1 (#157) * docs(evmos): update latest version to v0.4.0 (#139) * docs: change `ethermintd` -> `evmosd` (#142) * docs: migrate cosmovisor and genesis validator instructions (#141) * docs(evmos): Add upgrade node with cosmovisor instructions * docs(evmos): Add Incorporate changes from Cosmos Hub Vega Upgrade * Apply suggestions from code review * go mod tidy Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> * build: added build-reproducible to Makefile (#143) * release: v0.4.0 changelog (#138) * release(evmos): Update CHANGELOG * Update CHANGELOG.md Co-authored-by: Federico Kunze Küllmer <[email protected]> * (build): added build-reproducible to makefile Co-authored-by: Daniel Burckhardt <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> * docs: Add link to consensus problems if you don't upgrade your node (#146) Co-authored-by: Federico Kunze Küllmer <[email protected]> * deps: bump SDK version (#147) * deps: bump SDK version * norace * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (#150) Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: mergify changes (#152) * Fix `evmosd version` (#151) * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (#150) Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build fix evmosd command * Update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <[email protected]> * app: fix typo in calculation of failed transactions in TPS value (#149) Noticed while I was auditing through evmosd code that inside the code that records TPS, that we have a typo in the calculation of nFailed, that instead used latestNSuccessful, of which if enough time is spent and the successful transactions have grown, while the number of failed transactions stays still, this can cause wrong TPS values to be reported. Co-authored-by: Federico Kunze Küllmer <[email protected]> * Update .goreleaser.yml (#156) Co-authored-by: Daniel Burckhardt <[email protected]> Co-authored-by: Rohit Durvasula <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Prajjwol Gautam <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emmanuel T Odeke <[email protected]> * fix: upgrade handler for v0.4.1 (#166) * release: handler fix changelog (#167) * docs(evmos): update latest version to v0.4.0 (#139) * docs: change `ethermintd` -> `evmosd` (#142) * docs: migrate cosmovisor and genesis validator instructions (#141) * docs(evmos): Add upgrade node with cosmovisor instructions * docs(evmos): Add Incorporate changes from Cosmos Hub Vega Upgrade * Apply suggestions from code review * go mod tidy Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> * build: added build-reproducible to Makefile (#143) * release: v0.4.0 changelog (#138) * release(evmos): Update CHANGELOG * Update CHANGELOG.md Co-authored-by: Federico Kunze Küllmer <[email protected]> * (build): added build-reproducible to makefile Co-authored-by: Daniel Burckhardt <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> * docs: Add link to consensus problems if you don't upgrade your node (#146) Co-authored-by: Federico Kunze Küllmer <[email protected]> * deps: bump SDK version (#147) * deps: bump SDK version * norace * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (#150) Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: mergify changes (#152) * Fix `evmosd version` (#151) * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (#150) Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build fix evmosd command * Update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <[email protected]> * app: fix typo in calculation of failed transactions in TPS value (#149) Noticed while I was auditing through evmosd code that inside the code that records TPS, that we have a typo in the calculation of nFailed, that instead used latestNSuccessful, of which if enough time is spent and the successful transactions have grown, while the number of failed transactions stays still, this can cause wrong TPS values to be reported. Co-authored-by: Federico Kunze Küllmer <[email protected]> * Update .goreleaser.yml (#156) * docs: block explorer (#158) * docs: quick facts table (#159) * docs: quick facts table * Update docs/basics/chain_id.md * changelog Co-authored-by: Daniel Burckhardt <[email protected]> Co-authored-by: Rohit Durvasula <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> Co-authored-by: Prajjwol Gautam <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emmanuel T Odeke <[email protected]> * fix: intrarelayer testnet fixes * fix tests * lint * comments Co-authored-by: Daniel Burckhardt <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Prajjwol Gautam <[email protected]> Co-authored-by: Emmanuel T Odeke <[email protected]> Co-authored-by: Joe Schmoe <[email protected]> Co-authored-by: Rohit Durvasula <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giancarlos Salas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: #ENG-324
Description
Makefile
to includebuild-reproducible
build-reproducible
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)