Skip to content

feat: remove btcd dependency #31996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

yiweichi
Copy link
Contributor

@yiweichi yiweichi commented Jun 9, 2025

No description provided.

Thegaram and others added 30 commits March 11, 2024 13:57
* feat: re-enable EIP-1559 in Banach hard fork

* enable BASEFEE opcode

* do not double gas limit on Banach fork block

* do not burn base fee

* update base fee calculation logic

* fix gas price oracle

* fix ethapi backend

* typo

* reorder worker code

* update genesis base fee

* add MaximumL2BaseFee

* add base fee metrics

* handle nil base fee

* revert state-transition change

* bump version

* remove TODO

* update test

* fix typo

* fix typo

* update traces

* fix test

* update london to banach

* handle error

* bump version

* bump version
* feat: support blob transaction

* sync tx encoding/decoding

* more fixes

* add uint236 support in rlp encoding decoding

* revert a format change

* trigger ci
might have artifacts already built on the host machine
…#676)

* chore(libzkp): upgrade to v0.9.10, optimize ccc for follower&chunking

* bump version

---------

Co-authored-by: Péter Garamvölgyi <[email protected]>
* fix: ensure L1 messages are stored in db consistently

* check db iterator errors
* feat: update upcoming fork names

* bump version

* Apply suggestions from code review

Co-authored-by: Nazarii Denha <[email protected]>

* bump version

---------

Co-authored-by: Nazarii Denha <[email protected]>
* feat(zktrie): fix `NewZktrieDatabase`

* bump version
#682)

* fix(sync-service): increase queue index only when L1 message index is not zero

* bump version

---------

Co-authored-by: Péter Garamvölgyi <[email protected]>
…bles (#627)

* Check L1DataFee in txpool promoteExecutables

* bump version

* implement L1 data fee in demoteUnexecutables as well

* Update core/tx_list.go

Co-authored-by: colin <[email protected]>

* Update core/tx_pool.go

Co-authored-by: Péter Garamvölgyi <[email protected]>

* feat: consider l1 data fee in txpool costcap (#681)

* feat(txpool): consider l1 data fee in costcap

* fix CI

* simplify logic

* remove one db read op

* bump version

---------

Co-authored-by: colin <[email protected]>
Co-authored-by: Péter Garamvölgyi <[email protected]>
Co-authored-by: georgehao <[email protected]>
* feat: add metrics to block validation

* more metrics

* bump version
* fix: disable storage for block_traces

* bump version
* fix `iterativeDump.OnAccount`

* chore: auto version bump [bot]

* chore: auto version bump [bot]

---------

Co-authored-by: HAOYUatHZ <[email protected]>
* feat: add transactions len metrics of block processer

* feat: rollback false optimize

* feat: update

* feat: bump version
…693)

* chore(libzkp): upgrade to v0.9.13, support next hard fork

* bump version

* chore: auto version bump [bot]

* undo bump version

---------

Co-authored-by: Péter Garamvölgyi <[email protected]>
Co-authored-by: HAOYUatHZ <[email protected]>
* feat(sepolia): enable Bernoulli hard fork

* update fork block
…ync codecv1 implementation (#699)

* fix(rollup-verifier): update codecv1

* fix genesis batch codec check

* bump version
* feat: add transactions len metrics of block processer

* feat: (worker): add metrics

* feat: add commitTransaction loops

* feat: add metrics to rollup tracing

* feat: add metrics to getTxResult

* feat: bump version

* add state revert metric timer

* feat: add commitNewWrok metrics

* feat: fix comments

* feat: remove the consume part metrics

* feat: update

* Apply suggestions from code review

Co-authored-by: colin <[email protected]>

* feat: update

* feat: address comments

* chore: auto version bump [bot]

* feat: bump version

* add tests

* Revert "add tests"

This reverts commit 175d544.

---------

Co-authored-by: Ömer Faruk Irmak <[email protected]>
Co-authored-by: colin <[email protected]>
Co-authored-by: georgehao <[email protected]>
Co-authored-by: colinlyguo <[email protected]>
CI: build image which support arm64 platform
* CI: build image which support arm64 platform

* add qemu on docker workflow
* fix(ci): fix version bot

* test

* improve

* Revert "test"

This reverts commit 397b4b2.
* feat(worker): add a commit tx failed metric

* bump version

* add number of L1 messages metric
* feat(worker): seal block early if we're over target block time

* use current.header.Time

* typo

* break instead of return
* feat: add block time metric

* chore: auto version bump [bot]

* trigger ci

---------

Co-authored-by: Thegaram <[email protected]>
* feat: enable Bernoulli upgrade on Scroll mainnet

* Update config.go
* crypto/kz4844: pass blobs by ref (ethereum#29050)

This change makes use of the following underlying changes to the kzg-libraries in order to avoid passing large things on the stack:

- c-kzg: ethereum/c-kzg-4844#393 and
- go-kzg: https://github.com/crate-crypto/go-kzg-4844/pull/63

* update version patch

* run go mod tidy

* use blob reference

---------

Co-authored-by: Martin HS <[email protected]>
Co-authored-by: Mason Liang <[email protected]>
* feat(zktrie): upgrade to v0.8.2

* chore: auto version bump [bot]

* chore: auto version bump [bot]

---------

Co-authored-by: omerfirmak <[email protected]>
Co-authored-by: HAOYUatHZ <[email protected]>
Co-authored-by: HAOYUatHZ <[email protected]>
remove arm64 from supported platform
colinlyguo and others added 19 commits April 9, 2025 20:43
* feat(txpool): increase level of txn tracing logs

* simplify

* tweak logs

* chore: auto version bump [bot]
* fix(txpool): tx journey executed status tracing

* fix

* bump version

* tweak
* feat: update L2 base fee formula

* chore: auto version bump [bot]

* fix: lint

* fix: upgrade ci runner

* update multiplier
…GetFinalizedStateRootByBatchIndex (#1160)

* change FinalizedL1MessageQueueIndex to NextUnfinalizedL1MessageQueueIndex

* feat(L1Reader): add GetFinalizedStateRootByBatchIndex (#1165)

* feat(L1Reader): add GetFinalizedStateRootByBatchIndex

* fix: FinalizedL1MessageQueueIndex return type

* fix: get state root batchIndex type

---------

Co-authored-by: Morty <[email protected]>
* fix: system config to check sign in any case

* chore: auto version bump [bot]
* internal/ethapi: exclude 7702 authorities from result in eth_createAccessList

* txpool changes

* bump version

* migrate a comment change
* feat: update base fee via cli

* fix

* improve comments
…1187)

* fix: provide parent header during EuclidV2 transition verification

* add test
…#1188)

* fix nil pointer due to CommittedBatchMeta not being found in the DB and add rewind of L1 sync height to recover from missing CommittedBatchMeta

* chore: auto version bump [bot]

* formatting

* increase rewindL1height to 100

* make sure no underflow
* feat: configure default timeout for blob clients

* fix typo
* Revert "feat: update base fee via cli (#1183)"

This reverts commit 0b6f8f1.

* feat: update l2 base fee via system contract

* nit

* bump version

* fix tests

* update contract abi

* init coefficients on startup

* nil check

* update test

* update txpool gas price

* init with default value

* update scroll sepolia and mainnet contract addresses

* nit

* update txpool min price during startup

* print stack trace for worker panic

* fix event parsing

* fix log

* improve txpool update logic

* move initializeL2BaseFeeCoefficients to misc package

* bump version

* add API to query L2 base fee coefficients via console

* fix code review suggestion
…1195)

* fix nil pointer with unexpected blob client response

* chore: auto version bump [bot]
@fjl fjl closed this Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.