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
844 stars 344 forks source link

Help page is broken #648

Closed jaekwon closed 1 year ago

jaekwon commented 1 year ago

The commands as per https://test3.gno.land/r/demo/boards?help no longer work since the refactor to ff-cli.

tbruyelle commented 1 year ago

Yes it's because ffcli requires to have the flags before the arguments (ff stands for flag first). The help page has been fixed but unfortunately not test3.

thehowl commented 1 year ago

@jaekwon are you happy to close this (and maybe use staging for testing things out in a workshop :P) or do you think we should "backport" this to the test3 website?

tbruyelle commented 1 year ago

@thehowl the fix concerns only the website binary, so maybe we can just release it to test3.

moul commented 1 year ago

Let me check if I can just cherry-pick the commit updating the HTML page on test3.

Else, let's plan the next testnet release.

moul commented 1 year ago

Fixed on test3.

I released a new version here -> https://github.com/gnolang/gno/releases/tag/chain%2Ftest3.2

Which cherry-picks 66d5dcc7ffee65240f7aa111a08870034518ccc6 and 5582a76f583e6ccc617eb365218bdd5f5786d4bf .

CleanShot 2023-03-28 at 16 34 24