go-ethereum/internal
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
..
blocktest internal/blocktest: add package for shared test code (#27270) 2023-07-11 14:57:02 +02:00
build feat(repo): geth/v1.14.11 upstream merge (#313) 2024-10-02 21:06:03 -07:00
cmdtest all: make vendored copy of reexec (#28382) 2023-10-28 00:14:43 +02:00
debug feat(repo): geth/v1.14.11 upstream merge (#313) 2024-10-02 21:06:03 -07:00
era feat(repo): geth/v1.14.11 upstream merge (#313) 2024-10-02 21:06:03 -07:00
ethapi feat(beacon): introduce soft blocks (#342) 2025-01-07 16:25:44 +08:00
flags feat(beacon): introduce soft blocks (#342) 2025-01-07 16:25:44 +08:00
guide feat(repo): geth/v1.14.11 upstream merge (#313) 2024-10-02 21:06:03 -07:00
jsre feat(repo): geth/v1.14.11 upstream merge (#313) 2024-10-02 21:06:03 -07:00
reexec all: make vendored copy of reexec (#28382) 2023-10-28 00:14:43 +02:00
shutdowncheck eth, les: update unclean shutdown markers regularly (#24077) 2021-12-17 15:18:51 +01:00
syncx core: improve shutdown synchronization in BlockChain (#22853) 2021-10-07 15:47:50 +02:00
testlog feat(repo): geth/v1.14.11 upstream merge (#313) 2024-10-02 21:06:03 -07:00
testrand core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement gentrie (#29313) 2024-04-17 07:22:00 +02:00
utesting feat(repo): geth/v1.14.11 upstream merge (#313) 2024-10-02 21:06:03 -07:00
version feat(repo): geth/v1.14.11 upstream merge (#313) 2024-10-02 21:06:03 -07:00
web3ext feat(repo): geth/v1.14.11 upstream merge (#313) 2024-10-02 21:06:03 -07:00