ryan christoffersen

Results 86 issues of ryan christoffersen

## Summary Issuing credit batches is currently permissioned, i.e. only approved issuers of a credit class can issue credits from that credit class. In other issuance designs, a user can...

Epic
Scope: x/ecocredit

## Summary Currently `MsgBuy` implements a buy order `selection` with the option to create a direct buy order using `sell_order_id`. Once we have filters defined for baskets, we can enable...

Status: Proposed
Scope: x/ecocredit

## Summary We are currently storing allowed denoms in the `AllowedDenom` table and markets in the `Market` table. We are also currently creating a new market when creating a sell...

Status: Proposed
Scope: x/ecocredit

## Summary In #1101, we introduced a validation check for `target` in `MsgBridge` currently restricted to `"polygon"`. In the future, allowed chains should be managed by governance, same as we...

Scope: x/ecocredit
Status: Backlog

## Summary The Registry Interface will eventually have a page that lists all credit holders with the ability to sort the credit holders by tradable, retired, and escrowed amounts. There...

Scope: x/ecocredit
Status: Backlog

## Summary Implement curation functionality as a submodule of the ecocredit module (same as basket and marketplace). ### Basic requirements: - credit classes and individual credit batches can be "tagged"...

Epic
Scope: x/ecocredit

## Summary In the current implementation of the ecocredit module, each project is associated with one credit class. In the future, we may want to support multiple credit classes per...

Type: Feature
Status: Proposed
Scope: x/ecocredit

## Summary In the current implementation of the ecocredit module, a project can only be created by an issuer of a credit class. In the future, we may want to...

Type: Feature
Status: Proposed
Scope: x/ecocredit

## Summary We are currently storing addresses as `bytes` in state proto messages for storage efficiency. We are also using the same messages in query responses and therefore returning addresses...

Type: Feature
Status: Backlog

## Description This pull request adds data query acceptance tests. --- ### Author Checklist *All items are required. Please add a note to the item if the item is not...