Cory Levinson
Cory Levinson
Enable eco credits to be held in a reserve account (special account holding accounts and burn them when something goes wrong off-chain). NEED SPEC
We need to make it possible to collateralize credit classes, as part of including project developers & registry participants into tokenomics. Different stakeholders of credits should be able to put...
## Description ref: #904 This PR demonstrates a proposed API for supporting "pending batch issuances". - [x] tx.proto updates - [ ] query.proto updates - [ ] state.proto updates An...
We should add project initiation / start date as a field that users set when creating a new project. This will likely be used later down the line in marketplace...
## Summary The `x/nft` module is being implemented in cosmos-sdk and will be released as a standalone module. When the module is ready, we should consider wiring up the module...
One of the requirements that came out of a recent Credit Module spec review with @rsteinhe was support for versioning features of credit classes. In the initial design, this could...
For indexing ORM Modules in Cosmos SDK to postgres. Maybe get architectural review from Ethan.
## Summary ## Problem Definition For the Toucan TCO2 bridge, we currently are planning to have the credit class be only for NCT eligible TCO2 tokens. Long term, it would...
## Summary GRPC Gateway has renamed the `protoc-gen-swagger` package to `protoc-gen-openapiv2` (see [here](https://github.com/grpc-ecosystem/grpc-gateway/commit/2ee1c8c31112562852b88ece31fa9b0b8d074ca5#diff-66cbdfa72b31c2891b092d690049d61a844af99efca89b01ae8ce64a4cc9c1fe)). We need to update the `go get` references in `./contrib/devtools/proto-tools-installer.sh` [here](https://github.com/cosmos/cosmos-sdk/blob/master/contrib/devtools/proto-tools-installer.sh#L116). There are possibly other places where...