Skip to content
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 docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
"specifications/b20/changelog"
]
},
"specifications/native-account-abstraction",
{
"group": "Transactions",
"pages": [
Expand Down Expand Up @@ -433,7 +434,6 @@
"group": "Denim",
"pages": [
"upgrades/denim/overview",
"specifications/native-account-abstraction",
"upgrades/denim/200ms-blocks",
"upgrades/denim/migrate-from-flashblocks"
]
Expand Down
8 changes: 0 additions & 8 deletions docs/upgrades/denim/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,5 @@ Denim adds onchain millisecond time through the BaseTime predeploy. A BaseTime m

Block, header, transaction, log, and receipt responses gain optional millisecond-resolution timestamp fields (`timestampMs`, `blockTimestampMs`), derived from authenticated BaseTime metadata. The existing seconds-based `timestamp` field is unchanged for backward compatibility.

</Accordion>

<Accordion title="Native Account Abstraction">

**Base** · EIP-8130

Denim introduces native account abstraction through EIP-8130. Accounts can register who can act for them and how signatures are checked, so smart accounts can send ordinary transactions without bundlers or relays. See [Native Account Abstraction](/specifications/native-account-abstraction).

</Accordion>
</AccordionGroup>
Loading