ryan christoffersen

Results 86 issues of ryan christoffersen

## Summary The Regen Registry interface has a page that lists all events emitted by the ecocredit module and the implementation requires adding each event type. It's possible to query...

DevOps

## Summary In the current implementation, when credits are bridged from another chain using `MsgBridgeReceive`, we check the contract provided in `OriginTx` and the reference id provided in `Project`. -...

Type: Feature
Status: Proposed
Scope: x/ecocredit

## Summary We currently have some values that are specifically passed to events and not stored in state (e.g. retirement jurisdiction, cancel reason, bridge note, etc.). It would be nice...

Type: Tests

## Summary We are currently using the integration test suite for gRPC endpoints and CLI commands. This is redundant if we are also writing integration tests for the server implementation....

Type: Tests
Status: Backlog

## Summary In the current implementation, there is no fee for creating projects and only credit class issuers can create projects. When we add support for permissionless project creation (#882),...

Type: Feature
Status: Proposed
Scope: x/ecocredit

## Summary When implementing basket and marketplace functionality, we went with a submodule architecture. There are a lot of open questions remaining on how this architecture should look. Opening this...

Status: Proposed
Scope: x/ecocredit
Type: Refactor

## Summary Rename `master` branch to `main` and update all references to the `master` branch. For more information: - https://github.com/github/renaming - https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main ____ #### For Admin Use - [ ]...

Type: Chore

## Summary Related Issues: #711, #893, #894, #895, #896 We decided to use gherkin/gocuke for basic message validation and message server methods and we intend to use them in a...

Type: Docs
Status: Backlog

## Summary Our CI workflows perform more jobs than necessary for pull requests that do not change any source code (e.g. documentation changes). Some jobs could be nightly rather than...

Type: CI

## Summary This issue has been happening for some time and after adding "projects" to code coverage it looks like it occurs in `app` and `types` and this is happening...

Type: CI
Type: Tests