Skip to content

Commit

Permalink
[Morse->Shannon Migration] state export/import - collect accounts (#1039
Browse files Browse the repository at this point in the history
)

## Summary

Add `poktrolld migrate collect-morse-accounts` command to convert Morse
state export into a `MorseAccountState` for import into Shannon.

## Issue

- #1034

## Type of change

Select one or more from the following:

- [x] New feature, functionality or library
- [ ] Consensus breaking; add the `consensus-breaking` label if so. See
#791 for details
- [ ] Bug fix
- [ ] Code health or cleanup
- [ ] Documentation
- [ ] Other (specify)

## Testing

- [x] **Documentation**: `make docusaurus_start`; only needed if you
make doc changes
- [x] **Unit Tests**: `make go_develop_and_test`
- [ ] **LocalNet E2E Tests**: `make test_e2e`
- [ ] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR.

## Sanity Checklist

- [x] I have tested my changes using the available tooling
- [x] I have commented my code
- [x] I have performed a self-review of my own code; both comments &
source code
- [ ] I create and reference any new tickets, if applicable
- [x] I have left TODOs throughout the codebase, if applicable

---------

Co-authored-by: Daniel Olshansky <olshansky.daniel@gmail.com>
Co-authored-by: red-0ne <red-0ne@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 12, 2025
1 parent 2011ab6 commit 67dbfb6
Show file tree
Hide file tree
Showing 20 changed files with 11,683 additions and 7 deletions.
5 changes: 3 additions & 2 deletions api/poktroll/application/types.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 67dbfb6

Please sign in to comment.