Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add references to ANS in Accounts concept and See what's new #5877

Merged
merged 3 commits into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developer-docs-site/docs/concepts/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ However, a resource can also be used to represent other on-chain capabilities, i

Each account on the Aptos blockchain is identified by a 32-byte account address. An account can store data, and the account stores
this data in resources. The initial resource is the account data itself (authentication key and sequence number).
Additional resources like currency or NFTs are added after creating the account.
Additional resources like currency or NFTs are added after creating the account. And you may employ the [Aptos Name Service](https://www.aptosnames.com/) to secure .apt domains key accounts and make them memorable.

Different from other blockchains where accounts and addresses are implicit, accounts on Aptos are explicit and need to be
created before they can hold resources and modules. The account can be created explicitly or implicitly by transferring Aptos tokens (APT) there.
Expand Down
7 changes: 6 additions & 1 deletion developer-docs-site/docs/whats-new-in-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ slug: "whats-new-in-docs"

This page shows the key updates to the developer documentation on this site.

## 14 December 2022

- Noted you may employ the [Aptos Name Service](https://www.aptosnames.com/) to secure .apt domains for key [accounts](concepts/accounts.md).

## 12 December 2022

- Released [Node Health Checker](nodes/node-health-checker/index.md) web interface for evaluating fullnodes at: https://nodetools.aptosfoundation.org/#/node_checker

## 11 December 2022

- [Renamed](https://github.com/aptos-labs/aptos-core/pull/5778) `AptosGovernance::create_proposal` to `aptos_governance::create_proposal` and added information on [Aptos Improvement Proposals (AIPs)](concepts/governance.md#aptos-improvement-proposals-aips) and the [Technical Implementation of Aptos Governance](concepts/governance.md#technical-implementation-of-aptos-governance).
Expand All @@ -24,7 +29,7 @@ This page shows the key updates to the developer documentation on this site.

Framework upgrade through governance voting:
- Testnet upgrade - Nov 30th
- Mainnet upgrade - Dec 12th - 19th (7 days voting period)
- Mainnet upgrade - Dec 12th - 19th (7 days voting period) required by fullnode operators
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: only validator operators can vote. Fullnode operators can't. Does that make sense?


New features and enhancements:
- Move
Expand Down