Tags: oracleNetworkProtocol/evmos
Tags
release: v1.0.0-beta1 changelog (evmos#273) * fix: spelling (evmos#254) * bug (erc20): Compile built-in contracts in the build process (evmos#246) * wip * use the raw value for json (evmos#253) * use the raw value for json * use the raw value for json * check if solc and jq is installed * feat(erc20): wip iterate over contracts * feat(erc20): iterate over contracts * feat(erc20): add ERC20Burnable contract * feat(erc20): lint Makefile * feat(erc20): move contracts dir Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Prajjwol Gautam <prajjwol@gmail.com> * build(deps): bump github.com/cosmos/ibc-go/v3 (evmos#257) * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (evmos#258) Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.0 to 0.45.1. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.1/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@v0.45.0...v0.45.1) --- updated-dependencies: - dependency-name: github.com/cosmos/cosmos-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(inflation): update `bondingIncentive` automatically (evmos#252) * feat(inflation): update bondedRatio automically and bTarget and maxVariance as params * feat(inflation): update comments * feat(inflation): rename b_target to bonding_target * feat(inflation): set maxVariance to zero at genesis * feat(inflation): fix test * feat(inflation): don"t store bondedRatio in store * feat(inflation): fix unit tests Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * `x/incentives`: integration tests (evmos#256) * wip * tests(incentives): add test setup * tests(inflation): wip * tests(inflation): wip * wip * integration(incentives): setup integration test suite * integration(incentives): wip debugging distribution * integration(incentives): fix integration tests distribution * integration(incentives): remove old integration test folder * integration(incentives): add check for incentiveProposal if contract exists at address * remove ethermint replace mod * ENG 477 Integration Tests - `x/inflation` (evmos#259) * wip * tests(incentives): add test setup * tests(inflation): wip * tests(inflation): wip * wip * wip * feat(inflation): add integration tests * feat(inflation): lint * feat(inflation): remove local ethermint dependency * test if github ci pipeline fails with failing integration tests * integration(inflation): Add community pool test * integration(inflation): fix import * integration(inflation): fix import * build(deps): bump github.com/onsi/gomega from 1.17.0 to 1.18.1 (evmos#261) Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ENG 470 inflation module spec (evmos#263) * spec(inflation): fixes from writing the spec * spec(inflation): import md * spec(inflation): refactor * spec(inflation): fix lint * spec(evmos): fix module list (evmos#264) * spec: claims module (evmos#255) * claims: spec * hooks and concepts * spec client * swagger * events * address comments from review * decay period update * fix * epoch: unit tests (evmos#265) * tests(epochs): add types tests * tests(epochs): refactor epoch hook interface * tests(epochs): tidy * tests(epochs): remove unused handler * tests(epochs): remove unused cli test * tests(epochs): delete simulation file * tests(epochs): add keeper grpc tests * tests(epochs): remove unused comment * docs: grpc gateway docs (evmos#266) * feat: ibc transfer claims middleware (evmos#199) * claims module * update * fixes * actions * hook * app setup * params * rm spec * claim fixes * gRPC fixes * fix lint * proto-lint * tests * feat: ibc transfer hook middleware * update version logic * fixes * cleanup ibc module * grpc and genesis * cli' * lint * middleware * app setup * grpc * minor change * test setup * swagger update * claim queries * claim records tests * genesis check * Apply suggestions from code review * remove dup calls * Update x/claim/keeper/ibc_callbacks.go Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> * fixes * fix object order on app.go file (evmos#210) * claims: tests (evmos#205) * WIP: finish up claims unit tests * WIP: if action is completed, no rewards * fix more tests * update claim type * WIP: finish up claims unit tests * WIP: if action is completed, no rewards * fix more tests * bookmark * rename default denom * fix moar tests * change the denom * bookmark * comment out the clawback * claim type permission change * PR feedback address * Update x/claim/types/claim_record_test.go Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com> Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * ibc callbacks tests (evmos#214) * wip ibc callbacks tests * test fixes * wip test, send and receive ibc * OnReceive callback tests * onAck tests * fixes to ibc testing * rm claim * deps: use IBC-go v3 newest commit * fixes (wip) * hook * merge claim records logic * ibc transfer claim * fix out of range * gitignore * comments * ibc fix * claims module ibctesting (evmos#262) * change ibc-go version, fix tests errors * fix claim tests * update tests * wip ack not working * port ibctesting * fix mergeclaim and test * port testutil * replace mint with inflation * delete unnecessary ibctesting files * delete more files * fix claim on ibc-ack * cleanup * lint * claims test * revert changes to ibctesting app * claims hooks tests * ibc callback unittests * validate params test * types params tests * lint Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com> * tests Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com> Co-authored-by: Prajjwol Gautam <prajjwol@gmail.com> Co-authored-by: Ramiro Carlucho <ramirocarlucho@gmail.com> * build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.1 to 2.1.2 (evmos#269) * bug(erc20): wip fix gas estimation (evmos#267) * bug(erc20): wip fix gas estimation * bug(erc20): fix gas estimation * bug(erc20): rename payload to data * bug(sigverify): fix multisig (evmos#270) Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * deps(ethermint): bump to v0.10.0-beta1 (evmos#272) * add changelog Co-authored-by: Rajiv Patel-O'Connor <rajiv.patel.oconnor@gmail.com> Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Prajjwol Gautam <prajjwol@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com> Co-authored-by: Ramiro Carlucho <ramirocarlucho@gmail.com> Co-authored-by: Prajjwol Gautam <not@acyb.org>
release: handler fix changelog (evmos#167) * docs(evmos): update latest version to v0.4.0 (evmos#139) * docs: change `ethermintd` -> `evmosd` (evmos#142) * docs: migrate cosmovisor and genesis validator instructions (evmos#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 <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com> * build: added build-reproducible to Makefile (evmos#143) * release: v0.4.0 changelog (evmos#138) * release(evmos): Update CHANGELOG * Update CHANGELOG.md Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * (build): added build-reproducible to makefile Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com> Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com> * docs: Add link to consensus problems if you don't upgrade your node (evmos#146) Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * deps: bump SDK version (evmos#147) * deps: bump SDK version * norace * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (evmos#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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: mergify changes (evmos#152) * Fix `evmosd version` (evmos#151) * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (evmos#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] <support@github.com> 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 <31522760+fedekunze@users.noreply.github.com> * app: fix typo in calculation of failed transactions in TPS value (evmos#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 <31522760+fedekunze@users.noreply.github.com> * Update .goreleaser.yml (evmos#156) * docs: block explorer (evmos#158) * docs: quick facts table (evmos#159) * docs: quick facts table * Update docs/basics/chain_id.md * changelog Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com> Co-authored-by: Rohit Durvasula <88731568+rohitbison@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com> Co-authored-by: Prajjwol Gautam <prajjwol@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
Release CHANGELOG v0.4.1 (evmos#157) * docs(evmos): update latest version to v0.4.0 (evmos#139) * docs: change `ethermintd` -> `evmosd` (evmos#142) * docs: migrate cosmovisor and genesis validator instructions (evmos#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 <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com> * build: added build-reproducible to Makefile (evmos#143) * release: v0.4.0 changelog (evmos#138) * release(evmos): Update CHANGELOG * Update CHANGELOG.md Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * (build): added build-reproducible to makefile Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com> Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com> * docs: Add link to consensus problems if you don't upgrade your node (evmos#146) Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> * deps: bump SDK version (evmos#147) * deps: bump SDK version * norace * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (evmos#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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: mergify changes (evmos#152) * Fix `evmosd version` (evmos#151) * build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.1 (evmos#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] <support@github.com> 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 <31522760+fedekunze@users.noreply.github.com> * app: fix typo in calculation of failed transactions in TPS value (evmos#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 <31522760+fedekunze@users.noreply.github.com> * Update .goreleaser.yml (evmos#156) Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com> Co-authored-by: Rohit Durvasula <88731568+rohitbison@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com> Co-authored-by: Prajjwol Gautam <prajjwol@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
release: v0.1.3 changes (evmos#64) * bump ethermint * cmd: fix debug command (evmos#41) * release: v0.1.0 changelog (evmos#29) * backport fix version (evmos#31) * build: fix version (evmos#30) * release: v0.1.0 changelog (evmos#29) * build: version * changelog * backport evmos#30 * release: cherry pick `v0.1.2` (evmos#35) * deps: bump ethermint to `v0.7.1` (evmos#34) * release: v0.1.0 changelog (evmos#29) * backport fix version (evmos#31) * build: fix version (evmos#30) * release: v0.1.0 changelog (evmos#29) * build: version * changelog * backport evmos#30 * bump ethermint * gitignore * fix changelog * changelog * ci: add bencher config (evmos#33) Add bencher config with global +-10% threshold for improvements and regressions Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com> * cmd: fix debug command * c++ * c++ Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com> * release: cross builder using go 1.17.1 and goreleaser.yml updated (evmos#39) * docker cross builder pointing to the correct version, goreleaser.yml updated for evmosd * release using the correct docker image * changelog * changelog * fix Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com> Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
release: cherry pick `v0.1.2` (evmos#35) * deps: bump ethermint to `v0.7.1` (evmos#34) * release: v0.1.0 changelog (evmos#29) * backport fix version (evmos#31) * build: fix version (evmos#30) * release: v0.1.0 changelog (evmos#29) * build: version * changelog * backport evmos#30 * bump ethermint * gitignore * fix changelog * changelog * ci: add bencher config (evmos#33) Add bencher config with global +-10% threshold for improvements and regressions Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
PreviousNext