aptos-core
aptos-core copied to clipboard
[RFE] Improve Aptos Glossary
I am filing this issue to track additions and other improvements to the Aptos Glossary.
At a minimum, we should define:
-
FQTN - Fully Qualified Type Name or access path in the context of storage, for example, the struct tag:
<account_address>::<module>::<struct_name>
-
Table - A major Aptos storage feature we don’t seem to define anywhere beyond the reference, which we should link to: https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/framework/aptos-stdlib/doc/table.md#0x1_table
I am copying my peers for other terms and help with definitions.
More table fodder: https://aptos.dev/guides/move-guides/guide-move-transactional-testing/#view-tables
This issue is stale because it has been open 45 days with no activity. Remove the stale
label or comment - otherwise this will be closed in 15 days.
I am noting these are the most commonly searched-for terms: cli token indexer address table testnet rpc balance nonce sdk
Only address is currently defined, with table (hopefully) coming in PR #5897. We should define these terms and also spell out all acronyms upon first use as items such as RPC could be confusing to newer devs.
This issue is stale because it has been open 45 days with no activity. Remove the stale
label or comment - otherwise this will be closed in 15 days.
Thank to @Love01 we have progress! https://github.com/aptos-labs/aptos-core/issues/5434