ryan christoffersen
ryan christoffersen
## Summary of Bug Attempting to install cosmovisor using `go install` produces the following error: ``` $ go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected] go install: github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected] (in github.com/cosmos/cosmos-sdk/[email protected]): The go.mod file for the...
## Description This pull request updates the RFC template and fixes formatting in the existing RFC documents. This pull request also adds the RFC documents to the static site: https://deploy-preview-1319--regen-ledger-docs.netlify.app/specs/...
## Summary An epic for tracking issues for the v5.0 Titicaca Upgrade. ### App Wiring - [x] #667 - [x] #933 - [x] #1328 - [x] #1440 ### Proto Improvements...
## Summary Reference: https://github.com/regen-network/regen-ledger/pull/1170#issuecomment-1150085490 We intend to provide a governance proposal to remove an allowed denom after we update to sdk v0.46 and we fully migrate to ORM tables for...
## Summary of Bug The `add-genesis-account` command is defined within each application. If keying backend is set using `regen config`, it should be possible to run the `add-genesis-account` command without...
## Summary `EventMint` and `EventTransfer` use the zero-value for `tradable_amount` and `retired_amount` if not not set. We should be returning `0` rather than an empty string. We should also double...
## Summary Update `regen/chain.json` in [cosmos chain registry](https://github.com/cosmos/chain-registry). ____ #### For Admin Use - [ ] Not duplicate issue - [ ] Appropriate labels applied - [ ] Appropriate contributors...
## Summary Add a simple CLI tutorial for creating a credit class, creating a project, and creating a credit batch. Also include steps for anchoring data and anchor a piece...
## Summary The next version of ibc-go that supports cosmos-sdk v0.46 will be ibc-go v5.0. There is a [tracking issue](https://github.com/cosmos/ibc-go/issues/1800) and [milestone](https://github.com/cosmos/ibc-go/milestone/33) for v5.0. We will be migrating from ibc-go...
## Summary @glandua requested that we look into a fee for issuing credits. The fee would be burned in the same way that the credit class and basket creation fee...