go-ethereum/rollup
georgehao 678a9fcb69
feat: add more state_transition, worker, and tracing metrics (#700)
* 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 <102356659+colinlyguo@users.noreply.github.com>

* feat: update

* feat: address comments

* chore: auto version bump [bot]

* feat: bump version

* add tests

* Revert "add tests"

This reverts commit 175d544a68fc964dcc062b46c1a010ed821a0996.

---------

Co-authored-by: Ömer Faruk Irmak <omerfirmak@gmail.com>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: georgehao <georgehao@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@scroll.io>
2024-04-16 16:05:21 +08:00
..
circuitcapacitychecker chore(libzkp): upgrade to v0.9.13, support next hard fork transition (#693) 2024-04-08 11:09:15 +08:00
fees feat: re-enable EIP-1559 in Banach hard fork (#634) 2024-03-11 13:57:52 +00:00
rcfg refactor(config): moved fee vault addr to rollup config (#341) 2023-05-22 22:37:27 +08:00
rollup_sync_service fix(rollup-verifier): hardcode genesis codec version as codecv0 and sync codecv1 implementation (#699) 2024-04-16 14:22:05 +08:00
sync_service fix(sync-service): only add queue index when message index is not zero (#682) 2024-03-27 08:53:02 +00:00
tracing feat: add more state_transition, worker, and tracing metrics (#700) 2024-04-16 16:05:21 +08:00
types/encoding fix(rollup-verifier): hardcode genesis codec version as codecv0 and sync codecv1 implementation (#699) 2024-04-16 14:22:05 +08:00
withdrawtrie feat(trace): add withdraw trie root (#217) 2023-02-16 10:18:47 +08:00