-
Notifications
You must be signed in to change notification settings - Fork 353
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
Problem: no genesis app hash integrity check #30
Comments
started |
in app.go)
this override basicapp's InitChain, return apphash of genesis block i'll check with stargate |
until, cosmos-sdk, tendermint is updated to latest, |
because master is updated, i'll merge this code |
done, will submir pr |
leejw51crypto
added a commit
that referenced
this issue
Sep 15, 2020
as discussed in the PR:
|
damoncro
pushed a commit
to damoncro/chain-main
that referenced
this issue
Oct 25, 2021
* Test gravity bridge in integration test Closes: crypto-org-chain#5 - use orchestrator that supports ethermint - setup gravity bridged network in integration test - test bidirectional transfer between ethereum and cronos native tokens * update orchestrator * fix environment setup * cache nix build * pure nix-shell have issue with ssl certificates * don't capture stdout * fixup! Test gravity bridge in integration test * increase timeout * orchestrator default hd-path is good * fixup! increase timeout * output geth logs * upload runing data as artifacts for debugging purpose * integration test * output full command * fix tar * move python config files to integration_tests * remove temporary scripts * update pystarport * cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently app hash is left empty in genesis; and it's unchecked whether the genesis state matches whatever it ends up with.
there are some related issues in Cosmos SDK e.g. cosmos/cosmos-sdk#7020
The text was updated successfully, but these errors were encountered: