- 11 Nov, 2021 40 commits
-
-
Mark Tyneway authored
This allows scripts that depend on the git hash at build/runtime to access it.
-
Kelvin Fichter authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
The precompiles need to be in the genesis file with 1 wei.
-
Mark Tyneway authored
Adds the ability to publish the builder as well as the gas-oracle for the canary releases.
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
rajivpoc authored
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Maurelian authored
refactor(contracts): Only check nextQueueIndex <= queueLength once chore: add changeset
-
Maurelian authored
refactor(contracts): remove unused imports test(contracts): reduce target costs to account for gas saving
-
Karl Floersch authored
test(contracts): Add a test for block hash in logs
-
Maurelian authored
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Maurelian authored
-
Maurelian authored
I observed a very small savings from increasing the optimizer runs, and no noticable impact on compile time
-
Maurelian authored
Although we're quite happy when the CTC gets cheaper, we want to know about it and lock-in the savings.
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
Previously our gas specs have only printed the values they record, without ensuring that the cost doesn't drift up over time. Adding expectApprox will allow these costs to decrease, but not increase.
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
Maurelian authored
-
elenadimitrova authored
-
elenadimitrova authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Mark Tyneway authored
Previously the sequencer would call the `syncBatchesToTip` method as part of its `sequence()` loop. This commit removes that as the call to `syncBatchesToTip` does nothing for the sequencer currently. Syncing the batches would be useful for triggering reorgs, but that functionality does not currently exist. It would be better to remove this functionality for now as it could potentially interfere with the locking mechanism introduced in dfaa8fc20f586265f0a5c07ca76c6c793ba49157. This will also reduce the amount of time the `txLock` is held, meaning that less transactions sent via RPC will be blocked and held in memory while waiting to execute.
-
Maurelian authored
-
elenadimitrova authored
to message-relayer and integration-tests
-
elenadimitrova authored
-
elenadimitrova authored
-