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

fix: typos in documentation files #3092

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ method execute*(step: NewPayloads, ctx: CancunTestContext): bool =
onNewPayloadBroadcast: proc(): bool =
if step.newPayloadCustomizer != nil:
step.newPayloadCustomizer.setEngineAPIVersionResolver(env.engine.com)
# Send a test NewPayload directive with either a modified payload or modifed versioned hashes
# Send a test NewPayload directive with either a modified payload or modified versioned hashes
var
payload = env.clMock.latestExecutableData
expectedError = step.newPayloadCustomizer.getExpectedError()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ method execute(cs: InvalidPayloadAttributesTest, env: TestEnv): bool =
# 4) Start payload build process and respond with VALID
let timeVer = env.clMock.latestPayloadBuilt.timestamp
if cs.syncing:
# If we are SYNCING, the outcome should be SYNCING regardless of the validity of the payload atttributes
# If we are SYNCING, the outcome should be SYNCING regardless of the validity of the payload attributes
let r = env.engine.forkchoiceUpdated(timeVer, fcu, attr)
r.expectPayloadStatus(PayloadExecutionStatus.syncing)
r.expectPayloadID(Opt.none(Bytes8))
Expand Down
10 changes: 5 additions & 5 deletions newGeneralStateTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -2533,8 +2533,8 @@ OK: 13/13 Fail: 0/13 Skip: 0/13
+ callValue.json OK
+ callcodeTo0.json OK
+ callcodeToNameRegistrator0.json OK
+ callcodeToNameRegistratorAddresTooBigLeft.json OK
+ callcodeToNameRegistratorAddresTooBigRight.json OK
+ callcodeToNameRegistratorAddressTooBigLeft.json OK
+ callcodeToNameRegistratorAddressTooBigRight.json OK
+ callcodeToNameRegistratorZeroMemExpanion.json OK
+ callcodeToReturn1.json OK
+ callerAccountBalance.json OK
Expand All @@ -2558,8 +2558,8 @@ OK: 13/13 Fail: 0/13 Skip: 0/13
+ return2.json OK
+ suicideAddress.json OK
+ suicideCaller.json OK
+ suicideCallerAddresTooBigLeft.json OK
+ suicideCallerAddresTooBigRight.json OK
+ suicideCallerAddressTooBigLeft.json OK
+ suicideCallerAddressTooBigRight.json OK
+ suicideNotExistingAccount.json OK
+ suicideOrigin.json OK
+ suicideSendEtherPostDeath.json OK
Expand Down Expand Up @@ -2612,7 +2612,7 @@ OK: 24/26 Fail: 0/26 Skip: 2/26
+ InternalCallHittingGasLimit2.json OK
+ InternalCallHittingGasLimitSuccess.json OK
+ InternlCallStoreClearsOOG.json OK
+ InternlCallStoreClearsSucces.json OK
+ InternlCallStoreClearsSuccess.json OK
+ NoSrcAccount.json OK
+ NoSrcAccount1559.json OK
+ NoSrcAccountCreate.json OK
Expand Down