Commit Graph

4430 Commits

Author SHA1 Message Date
e42fb32c7f ci/test: speed up tests (#6987) 2024-03-06 13:30:18 +00:00
d1dc906d96 chore: use IntoIterator more (#6998) 2024-03-06 13:29:38 +00:00
23a72d3fce remove clique related tests (#6996)
Signed-off-by: int88 <golden-miner@qq.com>
2024-03-06 12:31:46 +00:00
9226488b3a Node tests crate (#6972) 2024-03-06 12:05:15 +00:00
yjh
f5be92573c chore: use cache to determine hardfork (#6989)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-06 11:54:20 +00:00
00f97f34ad fix(staged-sync): correctly calculate total entries in bodies checkpoint (#6992) 2024-03-06 11:38:36 +00:00
yjh
2d6ad17b85 fix: Canyon timestamp overflow (#6990) 2024-03-06 11:36:19 +00:00
0633fa569e test(storage): fix flaky read transaction safety (#6995) 2024-03-06 11:35:35 +00:00
588c2f2e6a test(storage): make read transaction safety tests faster (#6994) 2024-03-06 10:58:11 +00:00
56376b9bdc chore(node-core): add stage id to eta overflow log (#6991) 2024-03-06 09:34:13 +00:00
da0c7e535a feat(grafana): override Jemalloc chart axis (#6984) 2024-03-06 01:44:46 +00:00
e41b184d88 chore: update cargo deny to handle deprecated config entries (#6980)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-06 01:34:02 +00:00
ff91824c17 chore: rm more optimism features (#6981) 2024-03-05 23:32:04 +00:00
6725d43f05 feat: add trace opcode gas (#6977) 2024-03-05 21:57:43 +00:00
f2da01fd88 feat: support any Inspector for block + tx tracing (#6978)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-03-05 20:52:40 +00:00
da51dd3892 chore: rm coverage badge (#6976) 2024-03-05 20:33:54 +00:00
04f24d457d feat: add engine API metrics graphs (#6963) 2024-03-05 19:54:32 +00:00
176ce4f963 Fix smallvec dependency conflict (#6956) 2024-03-05 19:25:29 +00:00
173c4927fa feat(node-core): stage progress decimal places (#6974) 2024-03-05 19:20:47 +00:00
c8df172063 fix(stages): calculate checkpoints from static files (#6973) 2024-03-05 19:20:44 +00:00
33d01d3206 chore(node-core): log errors in debug when ETA fails to calculate (#6971) 2024-03-05 19:20:37 +00:00
405f9ab07e feat: add OP specific txpool (#6902) 2024-03-05 18:34:03 +00:00
96fcdfbac8 feat(api,rpc): improve engine API abstraction (#6871)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-05 16:05:17 +00:00
b24f9de141 feat(bin): delete static files from highest to lowest in drop stage (#6970) 2024-03-05 14:49:10 +00:00
024c217564 fix(stages, etl): clear ETL collectors in Headers stage when done (#6964) 2024-03-05 14:49:06 +00:00
ec401aa781 rm deposit from pooledtx (#6941)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-05 10:48:50 +00:00
c09de8012e chore(deps): bump actions/setup-go from 3 to 5 (#6968)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 23:26:54 +00:00
b8e6c05191 chore(deps): bump actions/deploy-pages from 2 to 4 (#6967)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 23:26:52 +00:00
b857bf0f31 chore(deps): bump actions/download-artifact from 3 to 4 (#6966)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 23:26:50 +00:00
1214f2df01 txpool: track failed delete blobs in cleanup (#6952)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-04 18:30:05 +00:00
ebe72f7ae8 Tx fetcher metrics (#6951) 2024-03-04 17:39:54 +00:00
0d3b77f3c1 restrict max concurrent outbound dials (#6860) 2024-03-04 17:34:28 +00:00
a792f160db Comment TransactionsManager (#6651) 2024-03-04 17:17:58 +00:00
53e67c2b99 feat(trie): metrics (#6943) 2024-03-04 14:34:48 +00:00
796d818ef2 chore(ci): run clippy with --locked (#6955) 2024-03-04 13:50:49 +00:00
a7b5f4de47 cargo: missing once_cell (#6953)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-04 11:03:20 +00:00
cf277bd255 chore(deps): bump docker/build-push-action from 4 to 5 (#6950)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 01:27:26 +00:00
b63b3cabe9 chore(deps): bump docker/setup-buildx-action from 2 to 3 (#6949)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 01:27:24 +00:00
0891a4766a chore(deps): bump actions/upload-artifact from 3 to 4 (#6948)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 01:27:22 +00:00
6ce048f482 chore(deps): bump peter-evans/create-pull-request from 5 to 6 (#6947)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 01:27:19 +00:00
f0bc937141 chore(deps): bump actions/stale from 8 to 9 (#6946)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 01:27:16 +00:00
404909361b feat: dependabot to keep github actions workflows up to date (#6942) 2024-03-03 22:27:21 +00:00
a79f1951c5 feat(storage): log debug commit message only on commit (#6918) 2024-03-03 20:46:04 +00:00
3e54d9415e feat(storage): use mdbx_txn_reset to time out transactions (#6924)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-03-03 19:59:00 +00:00
b75862010a fix(tx-fetcher): only remove peer from active_peers when inflight_count <= 0 (#6928)
Signed-off-by: int88 <golden-miner@qq.com>
2024-03-03 18:29:55 +00:00
d6bd0a67e3 Small tx response verification optimisation (#6911) 2024-03-03 17:35:00 +00:00
ba1061a043 Return fetch error on response that fails verification or validation (#6864) 2024-03-03 14:31:28 +00:00
7fa7726074 Add panel for observing network manager future (#6892) 2024-03-03 13:48:23 +00:00
7c2c4a836c feat: creating issues when hive fails (#6938) 2024-03-03 13:37:08 +00:00
4161f5a9b9 chore(deps): weekly cargo update (#6939)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-03-03 12:18:10 +00:00