fix: Update 8021 docs to include dataSuffix capability - #796
Conversation
✅ Heimdall Review Status
|
youssefea
left a comment
There was a problem hiding this comment.
Thanks for this contribution ! Would it be possible to make dataSuffix page follow the example of other pages such as flowControl, paymasterService etc?
The only exception there now is dataCallback and that's because it has some additional API examples. I'll be transitioning some of that content soon to match the rest.
|
Review Error for youssefea @ 2026-01-12 12:31:46 UTC |
|
|
||
| The primary use case for `dataSuffix` is [Builder Codes](/base-chain/quickstart/builder-codes) attribution. Builder Codes are unique identifiers that allow apps to receive attribution for onchain activity they generate. | ||
|
|
||
| ```typescript |
There was a problem hiding this comment.
Please add a title here if you can
youssefea
left a comment
There was a problem hiding this comment.
Small nit: adding the title to the code snippet
|
Review Error for youssefea @ 2026-01-13 14:51:36 UTC |
What changed? Why?
Added a new documentation page for the dataSuffix capability in the Base Account reference section. This capability (defined in ERC-8021) allows apps to append arbitrary hex-encoded bytes to transaction calldata for attribution tracking, enabling platforms to identify which app originated a transaction.
Notes to reviewers
How has it been tested?
Local verification with mintlify dev