David
|
3b305232a5
|
feat(beacon): remove soft blocks implementation (#366)
* Revert "chore(cmd): add `--taiko` flag (#365)"
This reverts commit ca784a23df.
* Revert "chore(cmd): remove `--taiko.preconfirmationForwardingUrl` flag (#362)"
This reverts commit 283fedd05b.
* Revert "feat(beacon): introduce soft blocks (#342)"
This reverts commit a2cbf904ea.
|
2025-01-10 15:25:30 +08:00 |
|
jeff
|
283fedd05b
|
chore(cmd): remove --taiko.preconfirmationForwardingUrl flag (#362)
* remove forwading tx's, as will be fetched from mempool
* addtl config
|
2025-01-08 14:16:06 +08:00 |
|
David
|
a2cbf904ea
|
feat(beacon): introduce soft blocks (#342)
* feat(beacon): introduce soft blocks
* feat: update api.go
* chore(ci): update CI
* feat: update L1Origin
* feat: update `verifyHeader`
* test: update tests
* feat: update consensus
* feat: update consensus
* feat: update genesis
* feat: remove timestamp check in prepareWork
* feat: merge changes in #281
* Update eth/catalyst/api.go
Co-authored-by: maskpp <maskpp266@gmail.com>
* Update internal/ethapi/taiko_preconf.go
Co-authored-by: maskpp <maskpp266@gmail.com>
* fix consensus test
* revert commit f1df58
* fix consensus test (#349)
* Update eth/catalyst/api.go
Co-authored-by: maskpp <maskpp266@gmail.com>
* feat: add back timestamp check in worker
* add genesis
* temp fix for old l1origin
* nil value
* feat: rename to `L1OriginLegacy`
* feat: change `common.Big0` as the default value for legacy l1Origin, to make `IsSoftblock` return `false`
* feat(beacon): change the reorg log level (#350)
* use debug log level to avoid logging too many logs when frequently soft block reorg.
* use debug log level to avoid logging too many logs when frequently soft block reorg.
* feat: check --taiko flag
---------
Co-authored-by: David <david@taiko.xyz>
* add rlp optional flag (#353)
* fix lint
* fix test case
* feat(l1Origin): remove the reverted l1Origins (#355)
* remove the reverted l1Origins
* feat: add more comments
---------
Co-authored-by: David <david@taiko.xyz>
* only forward txs
* chore: update ci
---------
Co-authored-by: maskpp <maskpp266@gmail.com>
Co-authored-by: Jeffery Walsh <cyberhorsey@gmail.com>
|
2025-01-07 16:25:44 +08:00 |
|
David
|
7e1b8b65a3
|
feat(all): changes based on Taiko protocol
|
2024-05-04 15:20:40 +08:00 |
|