You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove useless code and fix a test (#3159)
- Commit
4b6219c
move `ValidateBlock` method from `blockExec` to `state` since
`blockExec.db` was an unused parameter. (simplify + remove misleading
comment)
- Commit
4f02bcd
just removes useless `Sprintf` found in this package
- Commit
c34bfd5
improves `ValidateBasic` method (adding one more validation test that
was marked with a `TODO` comment)
- Commit
df75b32
removes useless case testing the size of a fixed-sized array, see:
https://github.com/gnolang/gno/blob/b3800b7dfb864396ac74dc20390e728bc0b2d88e/tm2/pkg/crypto/crypto.go#L24-L30
<details><summary>Contributors' checklist...</summary>
- [x] Added new tests, or not needed, or not feasible
- [x] 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
</details>
0 commit comments