o1-labs / zkapp-cli

CLI to create a zkApp (zero-knowledge app) for Mina Protocol
https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp
Apache License 2.0
114 stars 43 forks source link

Add memo field to the Mempool zkApp transactions form in the Lightweight Mina Explorer #626

Closed dfstio closed 4 months ago

dfstio commented 4 months ago

Describe the problem

It is very convenient to see the type of transaction using the memo. However, it is not fully clear now from the Mempool zkApp transactions form in the Lightweight Mina Explorer what transaction is being processed as only addresses are shown.

Screenshot 2024-04-23 at 17 20 26

Describe the proposed solution

Add the memo field. Examples of the other explorers: https://minascan.io/devnet/account/B62qqNQ9kMtc4L9p19eK8SfLRy8EamtMRWAVqcCaJSM1Q5AD3DjNAME/txs?type=zk-acc https://devnet.minaexplorer.com/wallet/B62qqNQ9kMtc4L9p19eK8SfLRy8EamtMRWAVqcCaJSM1Q5AD3DjNAME/zkapp-transactions

Alternatives considered

No response

Importance

nice to have

Additional Information

No response

shimkiv commented 4 months ago

@dfstio thanks for the feature request. It was done by https://github.com/o1-labs/mina-lightweight-explorer/commit/173bc16f9ccc26120cc0b9b159065fdbb1d7e916 You can now do zk lightnet explorer and it will fetch the latest (v0.2.0) version locally.

shimkiv commented 4 months ago
image
dfstio commented 4 months ago

¡Muchas gracias! It is working perfectly) Screenshot 2024-04-24 at 01 49 56

shimkiv commented 4 months ago

Oops, I'll release v0.2.1 soon-ish to also remove null/control chars from the resulting decoded string.

shimkiv commented 4 months ago

Done, v0.2.1 released so you can retry zk lightnet explorer to fetch it.