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
841 stars 342 forks source link

chore(docs): TODO removal #2320

Closed grepsuzette closed 2 weeks ago

grepsuzette commented 2 weeks ago

On april 2023, the following line was added to gno.land/pkg/sdk/vm/keeper{,_test}.go:

https://github.com/gnolang/gno/blob/3f5a6ad90600fef16a04675d79e4ef8f0e19bf4d/gno.land/pkg/sdk/vm/keeper.go#L3

Since the files now sit in ROOT/gno.land/pkg/sdk/vm/ the message appears odd.

When this was added (3/4/2023, part of the large refactoring), the files were being moved to tm2:

--- a/pkgs/sdk/vm/keeper_test.go
+++ b/tm2/pkg/sdk/vm/keeper_test.go

Can we remove this line? If not, we may want to update the message.