Skip to content

Commit cbd7e89

Browse files
authored
Merge 4e4f9e8 into 5f3a1cd
2 parents 5f3a1cd + 4e4f9e8 commit cbd7e89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

EIPS/eip-7768.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In contrast, this proposal introduces and standardizes a solution to this proble
3434
4. The first, then the second, ... then the Nth transaction, which is not the last in her series of transactions; or
3535
5. All her transactions, in order.
3636
4. Alice sends this series of transactions to a service that communicates with block proposers.
37-
1. Currently mempools in baseline clients would not propogate such transactoins.
37+
1. Currently mempools in baseline clients would not propagate such transactoins.
3838

3939
For example, if consideration is sent to the free-for-all address, this would typically be the last in her series of transactions.
4040

@@ -85,7 +85,7 @@ This approach may use more gas than other approaches where the consensus client
8585

8686
### Alternatives considered
8787

88-
* Update [EIP-1559](./eip-1559) so that transactions with gasPrice = 0 are legal, but only if the comensurate amount of gas will be burnt by the block preparer in that same block.
88+
* Update [EIP-1559](./eip-1559) so that transactions with gasPrice = 0 are legal, but only if the commensurate amount of gas will be burnt by the block preparer in that same block.
8989
* Create a new transaction type that encapsulates another signed transaction.
9090
* Create a new opcode to get the coinbase of the next block.
9191

EIPS/eip-7830.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This is a backwards compatible change. Existing contracts are unaffected, and on
6666

6767
Given the analysis cost is paid as part of deployment, the size of contract should have no effect on the runtime.
6868

69-
A more thorough analysis may be needed to detemine whether the proposed limit poses any risk because of client storage architectures.
69+
A more thorough analysis may be needed to determine whether the proposed limit poses any risk because of client storage architectures.
7070

7171
## Copyright
7272

0 commit comments

Comments
 (0)