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
899 stars 377 forks source link

feat: simplify `boards2` implementation #3115

Closed jeronimoalbi closed 1 week ago

jeronimoalbi commented 1 week ago

Refactors the code copied from gno.land/r/demo/boards to simplify it and to have it ready before introducing the new features.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 63.39%. Comparing base (1510a6f) to head (8c02d71). Report is 1 commits behind head on devx/feature/boardsv2.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## devx/feature/boardsv2 #3115 +/- ## ====================================================== Coverage 63.39% 63.39% ====================================================== Files 548 548 Lines 81329 81329 ====================================================== + Hits 51555 51561 +6 + Misses 26320 26316 -4 + Partials 3454 3452 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.