gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
898 stars 374 forks source link

ci: validate genesis.json #3170

Open r3v4s opened 1 day ago

r3v4s commented 1 day ago

Description

-- resolves #3108

This pr implements ci which will be run when certain pr changes genesis.json

Contributors' checklist... - [x] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [x] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests
codecov[bot] commented 1 day ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:loudspeaker: Thoughts on this report? Let us know!

r3v4s commented 12 hours ago

@zivkovicmilos Every thing is done except for bench. Because of default mempool size 5000, bench ins't working well.

I'll update it again when I found out how to bench thing in smooth way.