From 8fd2fd528eb77a06e9cbe0cfe713329b236d6632 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Wed, 14 Sep 2022 12:37:39 +0100 Subject: [PATCH] fix(release): Sync testnet changes to mainnet image (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create .dockerignore * Update Dockerfile * Create env-vars.sh * Update config.yaml * Update Dockerfile * Update Dockerfile * Fix dispatch * Update .dockerignore * Update .dockerignore * Update config.yaml * Update env-vars.sh * Update .dockerignore * Fix file permissions * Update .dockerignore * Delete ensure_set_euox_pipefail.sh * Update lint.yml * Activate golang cache * Update build to include Docker * Fix incorrect chmod statement * Revert "Delete ensure_set_euox_pipefail.sh" This reverts commit a7336092ab563f34a565477cfda43e19ac3c43d3. * Revert "Update lint.yml" This reverts commit 90ee3012c2e6a3841a43e3ce4245ca7952a0a933. * Add bash to BDJuno image * Update env-vars.sh * Remove ACTIONS_BASE_URL from BDJuno * Update env-vars.sh * Squashed commit of the following: commit 927e888a946087a09df041778f9bbd0df47c50cb Author: Ankur Banerjee Date: Thu Aug 18 23:48:34 2022 +0100 Update env-vars.sh * Update Hasura config variables * Update env-vars.sh * Squashed commit of the following: commit c70d5a751f93602978dddf4af24c526f17208b24 Author: Ankur Banerjee Date: Thu Aug 18 23:54:42 2022 +0100 Update env-vars.sh commit 927e888a946087a09df041778f9bbd0df47c50cb Author: Ankur Banerjee Date: Thu Aug 18 23:48:34 2022 +0100 Update env-vars.sh * Update Dockerfile.hasura * Update env-vars.sh * fix: New BDJuno path in env-vars * ci: Remove binary build * fix: Variable path * fix: Update internal port * ci: Added Hasura CLI build to workflow * fix: Explicitly set variable namespace * ci: Disable SC2154 * fix: Vars again * refactor: Set some variables directly * Update env-vars.sh * Update env-vars.sh * Create entrypoint file * Update entrypoint.sh * Entrypoint * Update Dockerfile * Update entrypoint.sh * All entrypoint values fixed * Remove RPC connections * Set database port to integer value * Update entrypoint.sh * fix: Add CA Certs package * Remove history from BDJuno * Set variables in Hasura CLI image * Update entrypoint.sh * chore(dev-deps): Bump semantic-release from 19.0.3 to 19.0.5 (#18) * Bump semantic-release from 19.0.3 to 19.0.5 Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.3 to 19.0.5. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v19.0.3...v19.0.5) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update package-lock.json Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee * chore(deps): Bump github.com/go-co-op/gocron from 1.16.1 to 1.16.3 (#19) * Bump github.com/go-co-op/gocron from 1.16.1 to 1.16.3 Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.16.1 to 1.16.3. - [Release notes](https://github.com/go-co-op/gocron/releases) - [Commits](https://github.com/go-co-op/gocron/compare/v1.16.1...v1.16.3) --- updated-dependencies: - dependency-name: github.com/go-co-op/gocron dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump github.com/go-co-op/gocron from 1.16.1 to 1.16.3 Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.16.1 to 1.16.3. - [Release notes](https://github.com/go-co-op/gocron/releases) - [Commits](https://github.com/go-co-op/gocron/compare/v1.16.1...v1.16.3) --- updated-dependencies: - dependency-name: github.com/go-co-op/gocron dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update dispatch.yml Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee * chore(deps): Bump github.com/cosmos/gaia/v7 from 7.0.2 to 7.0.3 (#13) build(deps): bump github.com/cosmos/gaia/v7 from 7.0.2 to 7.0.3 Bumps [github.com/cosmos/gaia/v7](https://github.com/cosmos/gaia) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/cosmos/gaia/releases) - [Changelog](https://github.com/cosmos/gaia/blob/main/CHANGELOG.md) - [Commits](https://github.com/cosmos/gaia/compare/v7.0.2...v7.0.3) --- updated-dependencies: - dependency-name: github.com/cosmos/gaia/v7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 (#12) build(deps): bump github.com/prometheus/client_golang Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.12.2...v1.13.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump github.com/forbole/juno/v3 from 3.3.0 to 3.4.0 (#22) Bumps [github.com/forbole/juno/v3](https://github.com/forbole/juno) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/forbole/juno/releases) - [Changelog](https://github.com/forbole/juno/blob/cosmos/v0.44.x/CHANGELOG.md) - [Commits](https://github.com/forbole/juno/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: github.com/forbole/juno/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump github.com/go-co-op/gocron from 1.16.3 to 1.17.0 (#21) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.16.3 to 1.17.0. - [Release notes](https://github.com/go-co-op/gocron/releases) - [Commits](https://github.com/go-co-op/gocron/compare/v1.16.3...v1.17.0) --- updated-dependencies: - dependency-name: github.com/go-co-op/gocron dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump github.com/rs/zerolog from 1.27.0 to 1.28.0 (#20) Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](https://github.com/rs/zerolog/compare/v1.27.0...v1.28.0) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: Redeploy bdjuno on DO Apps (#24) * fix: Redeploy bdjuno on DO Apps * Fix Ubuntu version to Jammy * fix SC2086 violation Signed-off-by: Filip Djokic Co-authored-by: Ankur Banerjee * feat: Sync upstream changes on BDJuno v0.3.4 [DEV-1715] (#25) * chore: release v3.2.0 * build(deps): bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 (#447) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0.
Release notes

Sourced from github.com/prometheus/client_golang's releases.

## 1.13.0 / 2022-08-06

  • [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against the new 1.19 version).
  • [ENHANCEMENT] Added prometheus.TransactionalGatherer interface for promhttp.Handler use which allows using low allocation update techniques for custom collectors. #989
  • [ENHANCEMENT] Added exemplar support to prometheus.NewConstHistogram. See ExampleNewConstHistogram_WithExemplar example on how to use it. #986
  • [ENHANCEMENT] prometheus/push.Pusher now has context-aware methods that pass context to HTTP requests. #1028
  • [ENHANCEMENT] prometheus/push.Pusher has now Error method that retrieve last error. #1075
  • [ENHANCEMENT] testutil.GatherAndCompare provides now readable diff on failed comparisons. #998
  • [ENHANCEMENT] Query API now supports timeouts. #1014
  • [ENHANCEMENT] New MetricVec method DeletePartialMatch(labels Labels) for deleting all metrics that match provided labels. #1013
  • [ENHANCEMENT] api.Config now accepts passing custom *http.Client. #1025
  • [BUGFIX] Raise exemplar labels limit from 64 to 128 bytes as specified in OpenMetrics spec. #1091
  • [BUGFIX] Allow adding exemplar to +Inf bucket to const histograms. #1094
  • [ENHANCEMENT] Most promhttp.Instrument* middlewares now support adding exemplars to metrics. This allows hooking those to your tracing middleware that retrieves trace ID and puts it in exemplar if present. #1055
  • [ENHANCEMENT] Added testutil.ScrapeAndCompare method. #1043
  • [BUGFIX] Fixed GopherJS build support. #897
  • [ENHANCEMENT] :warning: Added way to specify what runtime/metrics collectors.NewGoCollector should use. See ExampleGoCollector_WithAdvancedGoMetrics. #1102

New Contributors ❤️

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.13.0 / 2022-08-05

  • [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against new 1.19 version).
  • [ENHANCEMENT] Added prometheus.TransactionalGatherer interface for promhttp.Handler use which allows using low allocation update techniques for custom collectors. #989
  • [ENHANCEMENT] Added exemplar support to prometheus.NewConstHistogram. See ExampleNewConstHistogram_WithExemplar example on how to use it. #986
  • [ENHANCEMENT] prometheus/push.Pusher has now context aware methods that pass context to HTTP request. #1028
  • [ENHANCEMENT] prometheus/push.Pusher has now Error method that retrieve last error. #1075
  • [ENHANCEMENT] testutil.GatherAndCompare provides now readable diff on failed comparisons. #998
  • [ENHANCEMENT] Query API now supports timeouts. #1014
  • [ENHANCEMENT] New MetricVec method DeletePartialMatch(labels Labels) for deleting all metrics that match provided labels. #1013
  • [ENHANCEMENT] api.Config now accepts passing custom *http.Client. #1025
  • [BUGFIX] Raise exemplar labels limit from 64 to 128 bytes as specified in OpenMetrics spec. #1091
  • [BUGFIX] Allow adding exemplar to +Inf bucket to const histograms. #1094
  • [ENHANCEMENT] Most promhttp.Instrument* middlewares now supports adding exemplars to metrics. This allows hooking those to your tracing middleware that retrieves trace ID and put it in exemplar if present. #1055
  • [ENHANCEMENT] Added testutil.ScrapeAndCompare method. #1043
  • [BUGFIX] Fixed GopherJS build support. #897
  • [ENHANCEMENT] :warning: Added way to specify what runtime/metrics collectors.NewGoCollector should use. See ExampleGoCollector_WithAdvancedGoMetrics. #1102
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/client_golang&package-manager=go_modules&previous-version=1.12.2&new-version=1.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
* fix: remove tombstone from `validator_status` (already exists in `validator_singing_info`) (#443) ## Description Closes: #XXXX Removing `tombstone status` from `validator_status` because: - it makes the code cleaner as `tombstone status` is already stored in `validator_singing_info` - it saves grpc calls for each validator at each block - the front-end `graphQL` does not query it from `validator_status` table anyways c.f. #411 --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the type prefix if API or client breaking change - [ ] targeted the correct branch - [ ] provided a link to the relevant issue or specification - [ ] added a changelog entry to `CHANGELOG.md` - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc) - [ ] updated the relevant documentation or specification - [ ] reviewed "Files changed" and left comments if necessary - [ ] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] confirmed `!` in the type prefix if API or client breaking change - [ ] confirmed all author checklist items have been addressed - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable) * build: go v1.18 (#452) Closes: #XXXX --- *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the type prefix if API or client breaking change - [ ] targeted the correct branch - [ ] provided a link to the relevant issue or specification - [ ] added a changelog entry to `CHANGELOG.md` - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc) - [ ] updated the relevant documentation or specification - [ ] reviewed "Files changed" and left comments if necessary - [ ] confirmed all CI checks have passed *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] confirmed `!` in the type prefix if API or client breaking change - [ ] confirmed all author checklist items have been addressed - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable) * build(deps): bump github.com/go-co-op/gocron from 1.16.2 to 1.16.3 (#456) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.16.2 to 1.16.3.
Release notes

Sourced from github.com/go-co-op/gocron's releases.

v1.16.3

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.16.2...v1.16.3

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.16.2&new-version=1.16.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
* feat: updated staking pool values (#455) ## Description Closes: [BDU-484](https://forbole.atlassian.net/browse/BDU-484) --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the type prefix if API or client breaking change - [x] targeted the correct branch - [x] provided a link to the relevant issue or specification - [x] added a changelog entry to `CHANGELOG.md` - [x] included comments for [documenting Go code](https://blog.golang.org/godoc) - [x] updated the relevant documentation or specification - [x] reviewed "Files changed" and left comments if necessary - [x] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] confirmed `!` in the type prefix if API or client breaking change - [ ] confirmed all author checklist items have been addressed - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable) * build(deps): bump github.com/go-co-op/gocron from 1.16.3 to 1.17.0 (#459) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.16.3 to 1.17.0.
Release notes

Sourced from github.com/go-co-op/gocron's releases.

v1.17.0

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v1.16.3...v1.17.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.16.3&new-version=1.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
* feat: add daily refetch module (#454) ## Description Closes: BDU-479 --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the type prefix if API or client breaking change - [x] targeted the correct branch - [x] provided a link to the relevant issue or specification - [x] added a changelog entry to `CHANGELOG.md` - [x] included comments for [documenting Go code](https://blog.golang.org/godoc) - [x] updated the relevant documentation or specification - [x] reviewed "Files changed" and left comments if necessary - [x] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] confirmed `!` in the type prefix if API or client breaking change - [ ] confirmed all author checklist items have been addressed - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable) * build(deps): bump github.com/rs/zerolog from 1.27.0 to 1.28.0 (#460) Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.27.0 to 1.28.0.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/rs/zerolog&package-manager=go_modules&previous-version=1.27.0&new-version=1.28.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
* fix: parse gov genesis with `doc.InitialHeight` instead of height 1 (#461) ## Description Closes: #XXXX jira: https://forbole.atlassian.net/browse/BDU-544 --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the type prefix if API or client breaking change - [x] targeted the correct branch - [ ] provided a link to the relevant issue or specification - [x] added a changelog entry to `CHANGELOG.md` - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc) - [ ] updated the relevant documentation or specification - [x] reviewed "Files changed" and left comments if necessary - [x] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] confirmed `!` in the type prefix if API or client breaking change - [ ] confirmed all author checklist items have been addressed - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable) * build(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 (#463) Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.6 to 1.10.7.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/lib/pq&package-manager=go_modules&previous-version=1.10.6&new-version=1.10.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
* Update go.mod * Fix go.mod Co-authored-by: Riccardo Montagnin Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron <76254323+huichiaotsou@users.noreply.github.com> Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com> * build: Automated semantic release with Goreleaser [DEV-1718] (#26) * Create .releaserc.json * Move golang CI linter config * Update .goreleaser.yml * Versioned Docker image numbers * Fix Golang CI version * Disable Markdown linting * Temporarily disable YAML linter * Fix indentation * feat: Semantic release config (#30) * Update README.md * Update .releaserc.json * Update package-lock.json * Update .releaserc.json * Fixed tag version * Update .releaserc.json * build: Disable LD Flags * chore: Update go.sum * build: Fix network-specific Docker image tagging (#31) * Set Docker tags for BDJuno image * Added similar version-based tagging for Hasura CLI * Update lint.yml * Disable YAML linter again * fix: Docker Image tags * fix: Docker image suffix * fix: Docker image tag suffixes (#32) * Try another docker fix * Fix image tags * chore(deps): Bump github.com/lib/pq from 1.10.6 to 1.10.7 (#29) Bump github.com/lib/pq from 1.10.6 to 1.10.7 Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.6 to 1.10.7. - [Release notes](https://github.com/lib/pq/releases) - [Commits](https://github.com/lib/pq/compare/v1.10.6...v1.10.7) --- updated-dependencies: - dependency-name: github.com/lib/pq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: Prerelease mode [skip ci] * ci: Activate YAML linter (#35) Activate YAML linter * chore(release): Bump NPM packages (#36) * Update genesis file to mainnet * Update dispatch.yml Signed-off-by: dependabot[bot] Signed-off-by: Filip Djokic Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: filipdjokic <87134019+filipdjokic@users.noreply.github.com> Co-authored-by: Riccardo Montagnin Co-authored-by: Aaron <76254323+huichiaotsou@users.noreply.github.com> Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com> --- .github/workflows/dispatch.yml | 2 +- deploy/genesis.json | 876 ++++++++++++++++----------------- package-lock.json | 116 ++--- 3 files changed, 497 insertions(+), 497 deletions(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 38b745018..c83704e50 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -25,7 +25,7 @@ jobs: call-codeql: name: "CodeQL" - needs: call-release + needs: call-build if: ${{ github.ref_protected == true }} uses: ./.github/workflows/codeql.yml secrets: inherit diff --git a/deploy/genesis.json b/deploy/genesis.json index 3422ce5e9..63c4bca95 100644 --- a/deploy/genesis.json +++ b/deploy/genesis.json @@ -1,468 +1,468 @@ { - "genesis_time": "2021-11-11T14:47:05.733203Z", - "chain_id": "cheqd-mainnet-1", - "initial_height": "1", - "consensus_params": { - "block": { - "max_bytes": "200000", - "max_gas": "2000000", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_num_blocks": "121000", - "max_age_duration": "1209600000000000", - "max_bytes": "50000" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "version": {} + "genesis_time": "2021-11-11T14:47:05.733203Z", + "chain_id": "cheqd-mainnet-1", + "initial_height": "1", + "consensus_params": { + "block": { + "max_bytes": "200000", + "max_gas": "2000000", + "time_iota_ms": "1000" }, - "app_hash": "", - "app_state": { - "auth": { - "params": { - "max_memo_characters": "512", - "tx_sig_limit": "7", - "tx_size_cost_per_byte": "10", - "sig_verify_cost_ed25519": "590", - "sig_verify_cost_secp256k1": "1000" - }, - "accounts": [ - { - "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", - "base_vesting_account": { - "base_account": { - "address": "cheqd1qs0nhyk868c246defezhz5eymlt0dmajna2csg", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - "original_vesting": [ - { - "denom": "ncheq", - "amount": "216317630884243000" - } - ], - "delegated_free": [], - "delegated_vesting": [], - "end_time": "1794700800" - }, - "start_time": "1637020800" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd1uvjqw3wadfjycznpe0z8u36aqnecndtzlwgf7s", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd12lvv4cqdznu4q4gnwm3x4tjfqa4de49v49quq2", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd1wwwncrnde9myewpn8j00xeyt4hfs3sqmkyasqm", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd1p02e0x204a49utmkgwjdk9kpy8gqtcm7mpu87l", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd1xs7kvk7n7m6ca6yw7ysxxfulwauc2s46z2w283", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd1fqfwhraax5ngk0upwknej0jlpxc3ev7me7ht7s", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd12ht2skvkw4nnhq6fc48vlkugl0myryymaxmhhh", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd128fra0sj9fgz9pmupc7dnrupgr38nm86wq3r34", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd1hzslf2k0a7k722vzvamyrt7tfq3447xk5ggfvg", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd1pdu0r224x6tvfkhswnqrq9z5w4d73jns4u3k2m", - "pub_key": null, - "account_number": "0", - "sequence": "0" - }, - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "cheqd1lg0vwuu888hu4arnt9egtqrm2662kcrtkqz49j", - "pub_key": null, - "account_number": "0", - "sequence": "0" - } - ] - }, - "authz": { - "authorization": [] + "evidence": { + "max_age_num_blocks": "121000", + "max_age_duration": "1209600000000000", + "max_bytes": "50000" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "version": {} + }, + "app_hash": "", + "app_state": { + "auth": { + "params": { + "max_memo_characters": "512", + "tx_sig_limit": "7", + "tx_size_cost_per_byte": "10", + "sig_verify_cost_ed25519": "590", + "sig_verify_cost_secp256k1": "1000" }, - "bank": { - "params": { - "send_enabled": [], - "default_send_enabled": true - }, - "balances": [ - { - "address": "cheqd1qs0nhyk868c246defezhz5eymlt0dmajna2csg", - "coins": [ + "accounts": [ + { + "@type": "/cosmos.vesting.v1beta1.ContinuousVestingAccount", + "base_vesting_account": { + "base_account": { + "address": "cheqd1qs0nhyk868c246defezhz5eymlt0dmajna2csg", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + "original_vesting": [ { "denom": "ncheq", "amount": "216317630884243000" } - ] - }, - { - "address": "cheqd1pdu0r224x6tvfkhswnqrq9z5w4d73jns4u3k2m", - "coins": [ - { - "denom": "ncheq", - "amount": "91596212762723500" - } - ] - }, - { - "address": "cheqd1p02e0x204a49utmkgwjdk9kpy8gqtcm7mpu87l", - "coins": [ - { - "denom": "ncheq", - "amount": "19200000000000000" - } - ] - }, - { - "address": "cheqd1xs7kvk7n7m6ca6yw7ysxxfulwauc2s46z2w283", - "coins": [ - { - "denom": "ncheq", - "amount": "95509973601214800" - } - ] - }, - { - "address": "cheqd1fqfwhraax5ngk0upwknej0jlpxc3ev7me7ht7s", - "coins": [ - { - "denom": "ncheq", - "amount": "85418829225557800" - } - ] - }, - { - "address": "cheqd128fra0sj9fgz9pmupc7dnrupgr38nm86wq3r34", - "coins": [ - { - "denom": "ncheq", - "amount": "51196053264805500" - } - ] + ], + "delegated_free": [], + "delegated_vesting": [], + "end_time": "1794700800" }, - { - "address": "cheqd12ht2skvkw4nnhq6fc48vlkugl0myryymaxmhhh", - "coins": [ - { - "denom": "ncheq", - "amount": "81789510571195000" - } - ] - }, - { - "address": "cheqd12lvv4cqdznu4q4gnwm3x4tjfqa4de49v49quq2", - "coins": [ - { - "denom": "ncheq", - "amount": "90000000000000000" - } - ] - }, - { - "address": "cheqd1wwwncrnde9myewpn8j00xeyt4hfs3sqmkyasqm", - "coins": [ - { - "denom": "ncheq", - "amount": "102000000000000000" - } - ] - }, - { - "address": "cheqd1hzslf2k0a7k722vzvamyrt7tfq3447xk5ggfvg", - "coins": [ - { - "denom": "ncheq", - "amount": "93171789690260900" - } - ] - }, - { - "address": "cheqd1uvjqw3wadfjycznpe0z8u36aqnecndtzlwgf7s", - "coins": [ - { - "denom": "ncheq", - "amount": "73800000000000000" - } - ] - }, - { - "address": "cheqd1lg0vwuu888hu4arnt9egtqrm2662kcrtkqz49j", - "coins": [ - { - "denom": "ncheq", - "amount": "1000000000" - } - ] - } - ], - "supply": [], - "denom_metadata": [] - }, - "capability": { - "index": "1", - "owners": [] - }, - "cheqd": { - "didList": [], - "did_namespace": "mainnet" - }, - "crisis": { - "constant_fee": { - "denom": "ncheq", - "amount": "10000000000000" + "start_time": "1637020800" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd1uvjqw3wadfjycznpe0z8u36aqnecndtzlwgf7s", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd12lvv4cqdznu4q4gnwm3x4tjfqa4de49v49quq2", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd1wwwncrnde9myewpn8j00xeyt4hfs3sqmkyasqm", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd1p02e0x204a49utmkgwjdk9kpy8gqtcm7mpu87l", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd1xs7kvk7n7m6ca6yw7ysxxfulwauc2s46z2w283", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd1fqfwhraax5ngk0upwknej0jlpxc3ev7me7ht7s", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd12ht2skvkw4nnhq6fc48vlkugl0myryymaxmhhh", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd128fra0sj9fgz9pmupc7dnrupgr38nm86wq3r34", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd1hzslf2k0a7k722vzvamyrt7tfq3447xk5ggfvg", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd1pdu0r224x6tvfkhswnqrq9z5w4d73jns4u3k2m", + "pub_key": null, + "account_number": "0", + "sequence": "0" + }, + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "cheqd1lg0vwuu888hu4arnt9egtqrm2662kcrtkqz49j", + "pub_key": null, + "account_number": "0", + "sequence": "0" } + ] + }, + "authz": { + "authorization": [] + }, + "bank": { + "params": { + "send_enabled": [], + "default_send_enabled": true }, - "distribution": { - "params": { - "community_tax": "0.020000000000000000", - "base_proposer_reward": "0.010000000000000000", - "bonus_proposer_reward": "0.040000000000000000", - "withdraw_addr_enabled": true + "balances": [ + { + "address": "cheqd1qs0nhyk868c246defezhz5eymlt0dmajna2csg", + "coins": [ + { + "denom": "ncheq", + "amount": "216317630884243000" + } + ] }, - "fee_pool": { - "community_pool": [] + { + "address": "cheqd1pdu0r224x6tvfkhswnqrq9z5w4d73jns4u3k2m", + "coins": [ + { + "denom": "ncheq", + "amount": "91596212762723500" + } + ] }, - "delegator_withdraw_infos": [], - "previous_proposer": "", - "outstanding_rewards": [], - "validator_accumulated_commissions": [], - "validator_historical_rewards": [], - "validator_current_rewards": [], - "delegator_starting_infos": [], - "validator_slash_events": [] - }, - "evidence": { - "evidence": [] - }, - "feegrant": { - "allowances": [] - }, - "genutil": { - "gen_txs": [ - { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "validator1-eu-mainnet-cheqd", - "identity": "", - "website": "https://www.cheqd.io", - "security_contact": "security@cheqd.io", - "details": "" - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "cheqd1lg0vwuu888hu4arnt9egtqrm2662kcrtkqz49j", - "validator_address": "cheqdvaloper1lg0vwuu888hu4arnt9egtqrm2662kcrtf2unrs", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "6kB/RiysbVavzqGR4ICLgMDDcESYWO3UcEiizsrsMeo=" - }, - "value": { - "denom": "ncheq", - "amount": "500000000" - } - } - ], - "memo": "9138a6043502e4dd0e8f0f8f6e904559e0930cc9@49.12.229.54:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "A+qUosijDyFJVg3kutkoZIpDBnibhBaHqJRDfHTcCUnW" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "200000", - "payer": "", - "granter": "" - } - }, - "signatures": [ - "D/prCmWyiqJZH2QOZlCoYpWBOa0uDzWC3+YTBRjpmKxUTl9+UMKZzpWsL9PxeHcFg+cNynXT8G/vuwVWS91Wfg==" - ] - } - ] - }, - "gov": { - "starting_proposal_id": "1", - "deposits": [], - "votes": [], - "proposals": [], - "deposit_params": { - "min_deposit": [ + { + "address": "cheqd1p02e0x204a49utmkgwjdk9kpy8gqtcm7mpu87l", + "coins": [ { "denom": "ncheq", - "amount": "8000000000000" + "amount": "19200000000000000" } - ], - "max_deposit_period": "604800s" + ] }, - "voting_params": { - "voting_period": "604800s" + { + "address": "cheqd1xs7kvk7n7m6ca6yw7ysxxfulwauc2s46z2w283", + "coins": [ + { + "denom": "ncheq", + "amount": "95509973601214800" + } + ] }, - "tally_params": { - "quorum": "0.334000000000000000", - "threshold": "0.500000000000000000", - "veto_threshold": "0.334000000000000000" - } - }, - "ibc": { - "client_genesis": { - "clients": [], - "clients_consensus": [], - "clients_metadata": [], - "params": { - "allowed_clients": [ - "06-solomachine", - "07-tendermint" - ] - }, - "create_localhost": false, - "next_client_sequence": "0" + { + "address": "cheqd1fqfwhraax5ngk0upwknej0jlpxc3ev7me7ht7s", + "coins": [ + { + "denom": "ncheq", + "amount": "85418829225557800" + } + ] }, - "connection_genesis": { - "connections": [], - "client_connection_paths": [], - "next_connection_sequence": "0", - "params": { - "max_expected_time_per_block": "30000000000" - } + { + "address": "cheqd128fra0sj9fgz9pmupc7dnrupgr38nm86wq3r34", + "coins": [ + { + "denom": "ncheq", + "amount": "51196053264805500" + } + ] + }, + { + "address": "cheqd12ht2skvkw4nnhq6fc48vlkugl0myryymaxmhhh", + "coins": [ + { + "denom": "ncheq", + "amount": "81789510571195000" + } + ] + }, + { + "address": "cheqd12lvv4cqdznu4q4gnwm3x4tjfqa4de49v49quq2", + "coins": [ + { + "denom": "ncheq", + "amount": "90000000000000000" + } + ] }, - "channel_genesis": { - "channels": [], - "acknowledgements": [], - "commitments": [], - "receipts": [], - "send_sequences": [], - "recv_sequences": [], - "ack_sequences": [], - "next_channel_sequence": "0" + { + "address": "cheqd1wwwncrnde9myewpn8j00xeyt4hfs3sqmkyasqm", + "coins": [ + { + "denom": "ncheq", + "amount": "102000000000000000" + } + ] + }, + { + "address": "cheqd1hzslf2k0a7k722vzvamyrt7tfq3447xk5ggfvg", + "coins": [ + { + "denom": "ncheq", + "amount": "93171789690260900" + } + ] + }, + { + "address": "cheqd1uvjqw3wadfjycznpe0z8u36aqnecndtzlwgf7s", + "coins": [ + { + "denom": "ncheq", + "amount": "73800000000000000" + } + ] + }, + { + "address": "cheqd1lg0vwuu888hu4arnt9egtqrm2662kcrtkqz49j", + "coins": [ + { + "denom": "ncheq", + "amount": "1000000000" + } + ] } + ], + "supply": [], + "denom_metadata": [] + }, + "capability": { + "index": "1", + "owners": [] + }, + "cheqd": { + "didList": [], + "did_namespace": "mainnet" + }, + "crisis": { + "constant_fee": { + "denom": "ncheq", + "amount": "10000000000000" + } + }, + "distribution": { + "params": { + "community_tax": "0.020000000000000000", + "base_proposer_reward": "0.010000000000000000", + "bonus_proposer_reward": "0.040000000000000000", + "withdraw_addr_enabled": true }, - "mint": { - "minter": { - "inflation": "0.010000000000000000", - "annual_provisions": "0.000000000000000000" - }, - "params": { - "mint_denom": "ncheq", - "inflation_rate_change": "0.045000000000000000", - "inflation_max": "0.040000000000000000", - "inflation_min": "0.010000000000000000", - "goal_bonded": "0.600000000000000000", - "blocks_per_year": "3155760" + "fee_pool": { + "community_pool": [] + }, + "delegator_withdraw_infos": [], + "previous_proposer": "", + "outstanding_rewards": [], + "validator_accumulated_commissions": [], + "validator_historical_rewards": [], + "validator_current_rewards": [], + "delegator_starting_infos": [], + "validator_slash_events": [] + }, + "evidence": { + "evidence": [] + }, + "feegrant": { + "allowances": [] + }, + "genutil": { + "gen_txs": [ + { + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "validator1-eu-mainnet-cheqd", + "identity": "", + "website": "https://www.cheqd.io", + "security_contact": "security@cheqd.io", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "cheqd1lg0vwuu888hu4arnt9egtqrm2662kcrtkqz49j", + "validator_address": "cheqdvaloper1lg0vwuu888hu4arnt9egtqrm2662kcrtf2unrs", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "6kB/RiysbVavzqGR4ICLgMDDcESYWO3UcEiizsrsMeo=" + }, + "value": { + "denom": "ncheq", + "amount": "500000000" + } + } + ], + "memo": "9138a6043502e4dd0e8f0f8f6e904559e0930cc9@49.12.229.54:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A+qUosijDyFJVg3kutkoZIpDBnibhBaHqJRDfHTcCUnW" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "D/prCmWyiqJZH2QOZlCoYpWBOa0uDzWC3+YTBRjpmKxUTl9+UMKZzpWsL9PxeHcFg+cNynXT8G/vuwVWS91Wfg==" + ] } + ] + }, + "gov": { + "starting_proposal_id": "1", + "deposits": [], + "votes": [], + "proposals": [], + "deposit_params": { + "min_deposit": [ + { + "denom": "ncheq", + "amount": "8000000000000" + } + ], + "max_deposit_period": "604800s" }, - "params": null, - "slashing": { - "params": { - "signed_blocks_window": "25920", - "min_signed_per_window": "0.500000000000000000", - "downtime_jail_duration": "600s", - "slash_fraction_double_sign": "0.050000000000000000", - "slash_fraction_downtime": "0.010000000000000000" - }, - "signing_infos": [], - "missed_blocks": [] + "voting_params": { + "voting_period": "604800s" }, - "staking": { + "tally_params": { + "quorum": "0.334000000000000000", + "threshold": "0.500000000000000000", + "veto_threshold": "0.334000000000000000" + } + }, + "ibc": { + "client_genesis": { + "clients": [], + "clients_consensus": [], + "clients_metadata": [], "params": { - "unbonding_time": "1210000s", - "max_validators": 125, - "max_entries": 7, - "historical_entries": 10000, - "bond_denom": "ncheq" + "allowed_clients": [ + "06-solomachine", + "07-tendermint" + ] }, - "last_total_power": "0", - "last_validator_powers": [], - "validators": [], - "delegations": [], - "unbonding_delegations": [], - "redelegations": [], - "exported": false + "create_localhost": false, + "next_client_sequence": "0" }, - "transfer": { - "port_id": "transfer", - "denom_traces": [], + "connection_genesis": { + "connections": [], + "client_connection_paths": [], + "next_connection_sequence": "0", "params": { - "send_enabled": true, - "receive_enabled": true + "max_expected_time_per_block": "30000000000" } }, - "upgrade": {}, - "vesting": {} - } -} \ No newline at end of file + "channel_genesis": { + "channels": [], + "acknowledgements": [], + "commitments": [], + "receipts": [], + "send_sequences": [], + "recv_sequences": [], + "ack_sequences": [], + "next_channel_sequence": "0" + } + }, + "mint": { + "minter": { + "inflation": "0.010000000000000000", + "annual_provisions": "0.000000000000000000" + }, + "params": { + "mint_denom": "ncheq", + "inflation_rate_change": "0.045000000000000000", + "inflation_max": "0.040000000000000000", + "inflation_min": "0.010000000000000000", + "goal_bonded": "0.600000000000000000", + "blocks_per_year": "3155760" + } + }, + "params": null, + "slashing": { + "params": { + "signed_blocks_window": "25920", + "min_signed_per_window": "0.500000000000000000", + "downtime_jail_duration": "600s", + "slash_fraction_double_sign": "0.050000000000000000", + "slash_fraction_downtime": "0.010000000000000000" + }, + "signing_infos": [], + "missed_blocks": [] + }, + "staking": { + "params": { + "unbonding_time": "1210000s", + "max_validators": 125, + "max_entries": 7, + "historical_entries": 10000, + "bond_denom": "ncheq" + }, + "last_total_power": "0", + "last_validator_powers": [], + "validators": [], + "delegations": [], + "unbonding_delegations": [], + "redelegations": [], + "exported": false + }, + "transfer": { + "port_id": "transfer", + "denom_traces": [], + "params": { + "send_enabled": true, + "receive_enabled": true + } + }, + "upgrade": {}, + "vesting": {} + } +} diff --git a/package-lock.json b/package-lock.json index 225349d4a..e926e7058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -154,18 +154,18 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "13.9.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.9.0.tgz", - "integrity": "sha512-MOYjRyLIM0zzNb9RfEwVK6HLIc2nIF2OMVtMqiNOGbX0SHrQvQbI6X1K16ktmaHr8WUBv+eeul8cD9mz4rNiWQ==", + "version": "13.10.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.10.0.tgz", + "integrity": "sha512-wPQDpTyy35D6VS/lekXDaKcxy6LI2hzcbmXBnP180Pdgz3dXRzoHdav0w09yZzzWX8HHLGuqwAeyMqEPtWY2XA==", "dev": true }, "node_modules/@octokit/plugin-paginate-rest": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.2.2.tgz", - "integrity": "sha512-oslJFmdcWeB3Q8dzn2WNFBzEAvqCH+cvrjBUhS7uwQxAt5yH91w1eo2flWiR0Rqxh+EijQS5ImoB0iQ3hz7P2Q==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.3.0.tgz", + "integrity": "sha512-4V8hWMoXuxb03xPs3s3RjUb5Bzx4HmVRhG+gvbO08PB48ag6G8mk6/HDFKlAXz9XEorDIkc0pXcXnaOz8spHgg==", "dev": true, "dependencies": { - "@octokit/types": "^7.3.0" + "@octokit/types": "^7.4.0" }, "engines": { "node": ">= 14" @@ -184,12 +184,12 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.5.0.tgz", - "integrity": "sha512-+r/tWwc7hI3vYDb+d0hAqbr04Kle6pL+MmGxMDTUn7wIwry5qFXnUA8RCa5CO8EcuHbZLywnqIVRLdM08qV8Ew==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.6.0.tgz", + "integrity": "sha512-IAuT/e1gIUVszNmV+vfXNxa6xXI9dlghhBDqLGEmjz3so9sHqOlXN4R5gWcCRJkt4mum4NCaNjUk17yTrK76Rw==", "dev": true, "dependencies": { - "@octokit/types": "^7.3.0", + "@octokit/types": "^7.4.0", "deprecation": "^2.3.1" }, "engines": { @@ -246,12 +246,12 @@ } }, "node_modules/@octokit/types": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.3.0.tgz", - "integrity": "sha512-7Ar22AVxsJBYZuPkGQwFQybGt2YjuP6j6Z36bPntIYy3R9qSowB55mXOsb16hc0UqtJkYBrRMVXKlaX1OHsh1g==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.4.0.tgz", + "integrity": "sha512-ln1GW0p72+P8qeRjHGj0wyR5ePy6slqvczveOqonMk1w1UWua6UgrkwFzv6S0vKWjSqt/ijYXF1ehNVRRRSvLA==", "dev": true, "dependencies": { - "@octokit/openapi-types": "^13.9.0" + "@octokit/openapi-types": "^13.10.0" } }, "node_modules/@semantic-release/commit-analyzer": { @@ -1060,9 +1060,9 @@ } }, "node_modules/fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -2096,9 +2096,9 @@ } }, "node_modules/npm": { - "version": "8.19.1", - "resolved": "https://registry.npmjs.org/npm/-/npm-8.19.1.tgz", - "integrity": "sha512-FtWzipzng+NmtTQDXSCvA9D7H4d7vkA7ciahmY89fGK/Eo95pbnKn0hatEUfomj1jUDEXvAEi/tKiQ2nrAc7Jg==", + "version": "8.19.2", + "resolved": "https://registry.npmjs.org/npm/-/npm-8.19.2.tgz", + "integrity": "sha512-MWkISVv5f7iZbfNkry5/5YBqSYJEDAKSJdL+uzSQuyLg+hgLQUyZynu3SH6bOZlvR9ZvJYk2EiJO6B1r+ynwHg==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -2178,7 +2178,7 @@ "dev": true, "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^5.6.1", + "@npmcli/arborist": "^5.6.2", "@npmcli/ci-detect": "^2.0.0", "@npmcli/config": "^4.2.1", "@npmcli/fs": "^2.1.0", @@ -2205,8 +2205,8 @@ "json-parse-even-better-errors": "^2.3.1", "libnpmaccess": "^6.0.4", "libnpmdiff": "^4.0.5", - "libnpmexec": "^4.0.12", - "libnpmfund": "^3.0.3", + "libnpmexec": "^4.0.13", + "libnpmfund": "^3.0.4", "libnpmhook": "^8.0.4", "libnpmorg": "^4.0.4", "libnpmpack": "^4.1.3", @@ -2295,7 +2295,7 @@ "license": "ISC" }, "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "5.6.1", + "version": "5.6.2", "dev": true, "inBundle": true, "license": "ISC", @@ -3400,12 +3400,12 @@ } }, "node_modules/npm/node_modules/libnpmexec": { - "version": "4.0.12", + "version": "4.0.13", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^5.6.1", + "@npmcli/arborist": "^5.6.2", "@npmcli/ci-detect": "^2.0.0", "@npmcli/fs": "^2.1.1", "@npmcli/run-script": "^4.2.0", @@ -3425,12 +3425,12 @@ } }, "node_modules/npm/node_modules/libnpmfund": { - "version": "3.0.3", + "version": "3.0.4", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^5.6.1" + "@npmcli/arborist": "^5.6.2" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" @@ -6077,18 +6077,18 @@ } }, "@octokit/openapi-types": { - "version": "13.9.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.9.0.tgz", - "integrity": "sha512-MOYjRyLIM0zzNb9RfEwVK6HLIc2nIF2OMVtMqiNOGbX0SHrQvQbI6X1K16ktmaHr8WUBv+eeul8cD9mz4rNiWQ==", + "version": "13.10.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.10.0.tgz", + "integrity": "sha512-wPQDpTyy35D6VS/lekXDaKcxy6LI2hzcbmXBnP180Pdgz3dXRzoHdav0w09yZzzWX8HHLGuqwAeyMqEPtWY2XA==", "dev": true }, "@octokit/plugin-paginate-rest": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.2.2.tgz", - "integrity": "sha512-oslJFmdcWeB3Q8dzn2WNFBzEAvqCH+cvrjBUhS7uwQxAt5yH91w1eo2flWiR0Rqxh+EijQS5ImoB0iQ3hz7P2Q==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.3.0.tgz", + "integrity": "sha512-4V8hWMoXuxb03xPs3s3RjUb5Bzx4HmVRhG+gvbO08PB48ag6G8mk6/HDFKlAXz9XEorDIkc0pXcXnaOz8spHgg==", "dev": true, "requires": { - "@octokit/types": "^7.3.0" + "@octokit/types": "^7.4.0" } }, "@octokit/plugin-request-log": { @@ -6099,12 +6099,12 @@ "requires": {} }, "@octokit/plugin-rest-endpoint-methods": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.5.0.tgz", - "integrity": "sha512-+r/tWwc7hI3vYDb+d0hAqbr04Kle6pL+MmGxMDTUn7wIwry5qFXnUA8RCa5CO8EcuHbZLywnqIVRLdM08qV8Ew==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.6.0.tgz", + "integrity": "sha512-IAuT/e1gIUVszNmV+vfXNxa6xXI9dlghhBDqLGEmjz3so9sHqOlXN4R5gWcCRJkt4mum4NCaNjUk17yTrK76Rw==", "dev": true, "requires": { - "@octokit/types": "^7.3.0", + "@octokit/types": "^7.4.0", "deprecation": "^2.3.1" } }, @@ -6146,12 +6146,12 @@ } }, "@octokit/types": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.3.0.tgz", - "integrity": "sha512-7Ar22AVxsJBYZuPkGQwFQybGt2YjuP6j6Z36bPntIYy3R9qSowB55mXOsb16hc0UqtJkYBrRMVXKlaX1OHsh1g==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.4.0.tgz", + "integrity": "sha512-ln1GW0p72+P8qeRjHGj0wyR5ePy6slqvczveOqonMk1w1UWua6UgrkwFzv6S0vKWjSqt/ijYXF1ehNVRRRSvLA==", "dev": true, "requires": { - "@octokit/openapi-types": "^13.9.0" + "@octokit/openapi-types": "^13.10.0" } }, "@semantic-release/commit-analyzer": { @@ -6777,9 +6777,9 @@ } }, "fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", @@ -7552,13 +7552,13 @@ "dev": true }, "npm": { - "version": "8.19.1", - "resolved": "https://registry.npmjs.org/npm/-/npm-8.19.1.tgz", - "integrity": "sha512-FtWzipzng+NmtTQDXSCvA9D7H4d7vkA7ciahmY89fGK/Eo95pbnKn0hatEUfomj1jUDEXvAEi/tKiQ2nrAc7Jg==", + "version": "8.19.2", + "resolved": "https://registry.npmjs.org/npm/-/npm-8.19.2.tgz", + "integrity": "sha512-MWkISVv5f7iZbfNkry5/5YBqSYJEDAKSJdL+uzSQuyLg+hgLQUyZynu3SH6bOZlvR9ZvJYk2EiJO6B1r+ynwHg==", "dev": true, "requires": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^5.6.1", + "@npmcli/arborist": "^5.6.2", "@npmcli/ci-detect": "^2.0.0", "@npmcli/config": "^4.2.1", "@npmcli/fs": "^2.1.0", @@ -7585,8 +7585,8 @@ "json-parse-even-better-errors": "^2.3.1", "libnpmaccess": "^6.0.4", "libnpmdiff": "^4.0.5", - "libnpmexec": "^4.0.12", - "libnpmfund": "^3.0.3", + "libnpmexec": "^4.0.13", + "libnpmfund": "^3.0.4", "libnpmhook": "^8.0.4", "libnpmorg": "^4.0.4", "libnpmpack": "^4.1.3", @@ -7650,7 +7650,7 @@ "dev": true }, "@npmcli/arborist": { - "version": "5.6.1", + "version": "5.6.2", "bundled": true, "dev": true, "requires": { @@ -8440,11 +8440,11 @@ } }, "libnpmexec": { - "version": "4.0.12", + "version": "4.0.13", "bundled": true, "dev": true, "requires": { - "@npmcli/arborist": "^5.6.1", + "@npmcli/arborist": "^5.6.2", "@npmcli/ci-detect": "^2.0.0", "@npmcli/fs": "^2.1.1", "@npmcli/run-script": "^4.2.0", @@ -8461,11 +8461,11 @@ } }, "libnpmfund": { - "version": "3.0.3", + "version": "3.0.4", "bundled": true, "dev": true, "requires": { - "@npmcli/arborist": "^5.6.1" + "@npmcli/arborist": "^5.6.2" } }, "libnpmhook": {