Skip to content

Commit

Permalink
Add references to ANS in Accounts concept and See what's new (aptos-l…
Browse files Browse the repository at this point in the history
…abs#5877)

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

* Mainnet upgrade - Dec 12th - 19th (7 days voting period) required by fullnode operators

Co-authored-by: Clay Murphy <[email protected]>
  • Loading branch information
2 people authored and areshand committed Dec 17, 2022
1 parent e92dad8 commit e7841b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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

New features and enhancements:
- Move
Expand Down

0 comments on commit e7841b9

Please sign in to comment.