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

contribs/gnokeykc has only tm2 features (missing thinkgs like maketx addpkg) #2373

Open grepsuzette opened 1 week ago

grepsuzette commented 1 week ago

Description

contribs/gnokeykc is an extension of gnokey made by Manfred, that uses the OS keychain to avoid inputing passwords all the time. However it is currently broken in that gnokeykc maketx only provides send.

gnokeykc maketx:

USAGE
  <subcommand> [flags] [<arg>...]

composes a tx document to sign.

SUBCOMMANDS
  send    sends native currency

Expected

We would expect gnokeykc maketx to instead provide the same results as gnokey maketx:

USAGE
  <subcommand> [flags] [<arg>...]

composes a tx document to sign.

SUBCOMMANDS
  send    sends native currency
  addpkg  uploads a new package
  call    executes a realm function call
  run     runs Gno code by invoking main() in a package