Skip to content

Commit

Permalink
Fix Typos in Documentation (#1404)
Browse files Browse the repository at this point in the history
* typos README.md

Signed-off-by: Dmytrol <46675332+Dimitrolito@users.noreply.github.com>

* typos README.md

Signed-off-by: Dmytrol <46675332+Dimitrolito@users.noreply.github.com>

---------

Signed-off-by: Dmytrol <46675332+Dimitrolito@users.noreply.github.com>
Co-authored-by: Ceyhun Onur <ceyhun.onur@avalabs.org>
  • Loading branch information
Dimitrolito and ceyonur authored Dec 12, 2024
1 parent ea8a881 commit 72cacc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consensus/dummy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The dynamic fee algorithm aims to adjust the base fee to handle network congesti

- EIP-1559 is intended for Ethereum where a block is produced roughly every 10s
- The dynamic fee algorithm needs to handle the case that the network quiesces and there are no blocks for a long period of time
- Since Subnet-EVM produces blocks at a different cadence, it adapts EIP-1559 to sum the amount of gas consumed within a 10 second interval instead of using only the amount of gas consumed in the parent block
- Since Subnet-EVM produces blocks at a different cadence, it adapts EIP-1559 to sum the amount of gas consumed within a 10-second interval instead of using only the amount of gas consumed in the parent block

## Consensus Engine Callbacks

Expand Down
2 changes: 1 addition & 1 deletion precompile/contracts/warp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To use this function, the transaction must include the signed Avalanche Warp Mes
This leads to the following advantages:

1. The EVM execution does not need to verify the Warp Message at runtime (no signature verification or external calls to the P-Chain)
2. The EVM can deterministically re-execute and re-verify blocks assuming the predicate was verified by the network (eg., in bootstrapping)
2. The EVM can deterministically re-execute and re-verify blocks assuming the predicate was verified by the network (e.g., in bootstrapping)

This pre-verification is performed using the ProposerVM Block header during [block verification](../../../plugin/evm/block.go#L220) and [block building](../../../miner/worker.go#L200).

Expand Down

0 comments on commit 72cacc3

Please sign in to comment.