Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR removes the 1-block grace period (i.e., getting rewards even if you miss the deadline by one block). This doesn't seem it makes any significant difference now. To see this, you can check the following Dune query ``` select count(*) from "query_4351957(blockchain='ethereum')" where block_number > block_deadline and block_number > 21509183 ``` to see mainnet stats for the past month. Or you can drop the `block_number > 21509183` constraint and also check other chains.
- Loading branch information