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 spelling issues #977

Open
wants to merge 2 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
2 changes: 1 addition & 1 deletion lists/signature-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Reserved or Tentative.

| Prefix byte | Specs or Purpose |
|-------------|------------------|
| 0x00 | Reserved: indicates legacy (untyped) trancactions |
| 0x00 | Reserved: indicates legacy (untyped) transactions |
| 0x01 | Reserved: [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930) *(available in Berlin)* |
| 0x02 | Reserved: [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) *(available in London)* |
| 0x03 | Reserved: [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844) *(available in Cancun)* |
Expand Down
4 changes: 2 additions & 2 deletions network-upgrades/mainnet-upgrades/muir-glacier.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Ethereum achieves a consistent block time due to its' difficulty retargeting alg

The primary problem with the Ice Age is that it is included in the complex mechanism that targets block times, which is an entirely separate in purpose. What is worse is due to being intwined with that algorithm, it is very difficult to simulate or predict its effect on the network. To predict the impact of the ice age, you must both make assumptions about the difficulty of main-net in the future, and predict the effect of changes in difficulty to the impact on the ice age and thus block-times.

This fork will push back the Iceage as far as far as is reasonable and will give us time to update the Iceage to no longer have these design problems. There are two solutions to consider within that time frame.
This fork will push back the Iceage as far as is reasonable and will give us time to update the Iceage to no longer have these design problems. There are two solutions to consider within that time frame.

- Update the mechanism so that behavior is predictable.
- Remove the Iceage entirely
Expand Down Expand Up @@ -73,4 +73,4 @@ Previous Hardforks to address the Ice Age have also included reductions in the b

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).