- 11 Nov, 2021 40 commits
-
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
This reverts commit e6dddb2cafdc1c4414194638b3f1dc98ee36eefb.
-
Maurelian authored
Rationale: tests are passing on my machine for the parent to this commit, but failing in github's CI
-
Maurelian authored
-
Maurelian authored
The function was mostly useful for tracking how much gas had been saved during the dev process, but is no longer needed in the test suite
-
Maurelian authored
-
Maurelian authored
This commit removes _hashTransactionChainElement which was no longer used, and _getQueueElement, which is now replaced with a lookup in the mapping. Other areas of the code are simplified, and a local variable is renamed to avoid shadowing
-
Maurelian authored
-
Maurelian authored
chore: add changeset
-
Mark Tyneway authored
Removes an imported function that was not being imported correctly in the docker setup. Inline builds the address and throws an error in the case where the logic is unsafe.
-
Mark Tyneway authored
Deletes dead contracts as well as re autogenerates the `README.md` so that the latest contracts are reflected in it.
-
Mark Tyneway authored
Also fixes some issues with the deployment scripts as well as the genesis block creation script. The deployment artifacts from the deployment are included in this PR.
-
Mark Tyneway authored
Adds a script that will create the goerli genesis file
-
Kelvin Fichter authored
-
Mark Tyneway authored
-
Maurelian authored
-
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
-