Go to file
mergify[bot] b073f35f82
fix: remove hardcoded pubkey from tx simulation (backport #11282) (#11288)
* fix: remove hardcoded pubkey from tx simulation (#11282)

## Description

Closes: #11283

---

### 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 (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules)
- [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing)
- [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
- [ ] 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 state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)

(cherry picked from commit e657190604)

# Conflicts:
#	client/tx/factory.go
#	client/tx/tx_test.go

* fix conflicts

* fix

* fix build

* fix tests

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
2022-03-10 10:01:56 +01:00
.github build: fix build environment for the liveness test (backport #10551) (#10552) 2021-11-15 23:45:29 +01:00
baseapp feat!: Add hooks to allow app modules to add things to state-sync (backport #10961) (#11267) 2022-03-02 12:18:23 +01:00
client fix: remove hardcoded pubkey from tx simulation (backport #11282) (#11288) 2022-03-10 10:01:56 +01:00
codec
contrib build: fix build environment for the liveness test (backport #10551) (#10552) 2021-11-15 23:45:29 +01:00
cosmovisor build(deps): Use self-maintained btcutil (#10082) (backport #10201) (#10623) 2021-11-29 17:08:32 +01:00
crypto chore: move server.GenerateCoinKey and server.GenerateSaveCoinKey to testutil (#10956) 2022-01-18 15:37:05 +01:00
docs feat: include transactions in QueryBlockByHeight (backport #10880) (#11248) 2022-02-24 10:23:49 +01:00
internal/conv
proto/cosmos feat!: Add hooks to allow app modules to add things to state-sync (backport #10961) (#11267) 2022-03-02 12:18:23 +01:00
scripts disable url parameter in swagger-ui page (backport #11202) (#11207) 2022-02-21 11:53:38 +01:00
server Implement rollback command (#11179) (#11314) 2022-03-07 11:46:00 +01:00
simapp chore: move server.GenerateCoinKey and server.GenerateSaveCoinKey to testutil (#10956) 2022-01-18 15:37:05 +01:00
snapshots feat!: Add hooks to allow app modules to add things to state-sync (backport #10961) (#11267) 2022-03-02 12:18:23 +01:00
std fix: register evidence regression (backport #10595) (#10775) 2022-01-03 15:23:51 +01:00
store Implement rollback command (#11179) (#11314) 2022-03-07 11:46:00 +01:00
telemetry
tests
testutil chore: move server.GenerateCoinKey and server.GenerateSaveCoinKey to testutil (#10956) 2022-01-18 15:37:05 +01:00
third_party/proto
types fix(types): use correct bit length constant for sdk.Dec (backport #11332) (#11335) 2022-03-09 13:26:35 +01:00
version
x fix: x/authz allow insufficient funds error (backport #11252) (#11299) 2022-03-02 11:50:43 +01:00
.build.sh
.clang-format
.codecov.yml
.deepsource.toml
.dockerignore
.gitattributes
.gitignore
.golangci.yml
.goreleaser.yml
.markdownlint.json
.markdownlintignore
.mergify.yml
CHANGELOG.md fix: remove hardcoded pubkey from tx simulation (backport #11282) (#11288) 2022-03-10 10:01:56 +01:00
CODE_OF_CONDUCT.md
CODING_GUIDELINES.md
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile build: fix build environment for the liveness test (backport #10551) (#10552) 2021-11-15 23:45:29 +01:00
README.md
RELEASE_NOTES.md chore: 0.45.1 Release Notes (#11109) 2022-02-03 16:51:52 +01:00
RELEASE_PROCESS.md chore: update 0.45 migration and support notes (backport #10973) (#10979) 2022-01-26 17:21:46 +01:00
SECURITY.md
buf.yaml
docker-compose.yml build: fix build environment for the liveness test (backport #10551) (#10552) 2021-11-15 23:45:29 +01:00
go.mod Implement rollback command (#11179) (#11314) 2022-03-07 11:46:00 +01:00
go.sum Implement rollback command (#11179) (#11314) 2022-03-07 11:46:00 +01:00

README.md

Cosmos SDK

banner

The Cosmos-SDK is a framework for building blockchain applications in Golang. It is being used to build Gaia, the first implementation of the Cosmos Hub.

WARNING: The SDK has mostly stabilized, but we are still making some breaking changes.

Note: Requires Go 1.15+

Quick Start

To learn how the SDK works from a high-level perspective, go to the SDK Intro.

If you want to get started quickly and learn how to build on top of the SDK, please follow the SDK Application Tutorial. You can also fork the tutorial's repository to get started building your own Cosmos SDK application.

For more, please go to the Cosmos SDK Docs.

Cosmos Hub Mainnet

The Cosmos Hub application, gaia, has moved to its own repository. Go there to join the Cosmos Hub mainnet and more.

Interblockchain Communication (IBC)

The IBC module for the SDK has moved to its own repository. Go there to build and integrate with the IBC module.

Starport

If you are starting a new app or a new module you can use Starport to help you get started and speed up development. If you have any questions or find a bug, feel free to open an issue in the repo.

Disambiguation

This Cosmos-SDK project is not related to the React-Cosmos project (yet). Many thanks to Evan Coury and Ovidiu (@skidding) for this Github organization name. As per our agreement, this disambiguation notice will stay here.