Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: genesis import/export for CSR module #51

Merged
merged 4 commits into from
Aug 24, 2023
Merged

fix: genesis import/export for CSR module #51

merged 4 commits into from
Aug 24, 2023

Conversation

poorphd
Copy link

@poorphd poorphd commented Aug 24, 2023

fix: fixing csr genesis

Description

export/import genesis for csr module did not work due to the missing states in:
GenesisState
InitGenesis
ExportGenesis

This PR is for patching above issue for Canto-Network#115.

Closes: #XXXX


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • included the necessary unit and integration tests
  • reviewed "Files changed" and left comments if necessary

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

@poorphd poorphd marked this pull request as ready for review August 24, 2023 15:10
@poorphd poorphd requested review from dongsam and zsystm August 24, 2023 15:10
* commit '3b237a154b404fdf5aa264fad2d81db8e2a72c61':
  fix: genesis import/export for govshuttle module (#50)
@dongsam
Copy link
Member

dongsam commented Aug 24, 2023

currently, when run -long simulation, there is an issue that the erc20 operation fails due to the disabled of send for default, and an issue that the fee distribution fails due to the high evm gas price, fee during the tx post processing, and I will continue to work on these issues

@dongsam dongsam merged commit 611d72f into simulation Aug 24, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants