ryan christoffersen
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...
## 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`. -...
## 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...
## 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....
## 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),...
## 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...
## 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 - [ ]...
## 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...
## 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...
## 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...