Granola-Team / mina-block-explorer

Web application for the Mina blockchain
Apache License 2.0
6 stars 6 forks source link

Problem: memo field appears associated with account, suggesting that it is a username #765

Closed robinbb closed 3 months ago

robinbb commented 3 months ago

See, for example, the Accounts view for CkpZhvEYxb9YFZULWEw61khrHAqGZhTktZSiGQ1CKfe6n2TcnxdgD - the FROM column has the account (PK), and underneath of that, a memo "whisperit...". The latter seems to be a username - why else would it be grouped with the account?

n1tranquilla commented 3 months ago

We are going to move the memo under the txn hash field

n1tranquilla commented 3 months ago

We discussed having this as a separate column as well. Until this is queryable (indexed), I think we should place all memo fields under the txn hash. When indexed, we can make a separate column.