Skip to content

Update ERC-7796: Update erc-7796.md #1032

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drortirosh
Copy link
Contributor

No description provided.

@eip-review-bot
Copy link
Collaborator

eip-review-bot commented May 7, 2025

✅ All reviewers have approved.

@eip-review-bot eip-review-bot changed the title Update erc-7796.md Update ERC-7796: Update erc-7796.md May 7, 2025
@@ -65,13 +65,16 @@ it is CPU-intensive to find an optimal ordering of transactions.
* **timestampMax**: maximum block timestamp for inclusion.
* **paysCoinbase**: the caller declares the minimum amount paid to the `coinbase` by this transaction,
including gas fees and direct payment.
* All numeric values should use hex string notation.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* All numeric values should use hex string notation.
* All numeric values MUST use hex string notation.

@@ -50,7 +50,7 @@ it is CPU-intensive to find an optimal ordering of transactions.
* The `options` parameter may include any of the following optional members:
* **knownAccounts**: a mapping of accounts with their expected storage slots' values.
* The key of the mapping is account address.
* A special key `balance` defines the expected balance of the account.
* A special key `balance` defines the expected balance of the account. The balance is expected to be at least this value.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* A special key `balance` defines the expected balance of the account. The balance is expected to be at least this value.
* A special key `balance` defines the expected balance of the account. The balance MUST be at least this value.

@@ -105,10 +108,11 @@ the caller MUST NOT assume that a transaction will be included in a block and sh
{
"blockNumberMax": 12345,
"knownAccounts": {
"0xadd1": "0xfedc....",
"0xadd1": "0xfedc....", //
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"0xadd1": "0xfedc....", //
"0xadd1": "0xfedc....",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants