go-ethereum/core/rawdb
colin 9de4980851
feat(rollup-verifier): codecv4 (#991)
* feat(rollup-verifier): codecv4

* fix golint

* enhancements

* rename

* rename

* feat: add darwinv2 in genesis config

* bump version

* fix typo

* Update params/config.go

Co-authored-by: georgehao <haohongfan@gmail.com>

* add DarwinV2

* address comments

* move a comment to other places

* small refactors

* chore: auto version bump [bot]

* update da-codec commit

* fix a bug

---------

Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
2024-08-23 14:50:08 +08:00
..
testdata core/rawdb: avoid unnecessary receipt processing for log filtering (#23147) 2021-09-28 12:54:49 +02:00
accessors_chain.go feat(api): add L1 fee to eth_getTransactionReceipt (#244) 2023-03-28 09:08:57 +08:00
accessors_chain_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
accessors_indexes.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
accessors_indexes_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
accessors_l1_message.go fix: ensure L1 messages are stored in db consistently (#679) 2024-03-26 14:02:03 +00:00
accessors_l1_message_test.go fix(worker): short-circuit l1 message iteration (#525) 2023-09-29 21:16:37 +02:00
accessors_metadata.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
accessors_rollup_event.go feat(rollup-verifier): codecv4 (#991) 2024-08-23 14:50:08 +08:00
accessors_rollup_event_test.go feat(rollup-verifier): codecv4 (#991) 2024-08-23 14:50:08 +08:00
accessors_row_consumption.go feat(rollup): add circuits capacity checker (#321) 2023-08-01 13:52:31 +08:00
accessors_row_consumption_test.go feat(rollup): add circuits capacity checker (#321) 2023-08-01 13:52:31 +08:00
accessors_skipped_txs.go feat: add metrics in L1 message iterator (#527) 2023-10-01 14:48:59 +02:00
accessors_skipped_txs_test.go feat(api/rawdb): allow storing traces for skipped txs (#500) 2023-09-05 11:03:15 +08:00
accessors_snapshot.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
accessors_state.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
chain_iterator.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
chain_iterator_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
database.go fix: use non-overlapping DB prefix for L1 messages (#532) 2023-10-04 19:28:26 +02:00
database_test.go eth/protocols/snap: generate storage trie from full dirty snap data (#22668) 2021-04-27 17:19:59 +03:00
freezer.go style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
freezer_batch.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
freezer_table.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
freezer_table_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
freezer_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
schema.go feat(rollup-verifier): codecv4 (#991) 2024-08-23 14:50:08 +08:00
table.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
table_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00