Skip to content
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

1664 Implement tracing #1734

Merged
merged 217 commits into from
Dec 11, 2023

#1664 fixing compatibiliti with geth default trace

311763a
Select commit
Loading
Failed to load commit list.
Merged

1664 Implement tracing #1734

#1664 fixing compatibiliti with geth default trace
311763a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 11, 2023 in 1s

6.94% of diff hit (target 50.00%)

View this Pull Request on Codecov

6.94% of diff hit (target 50.00%)

Annotations

Check warning on line 208 in libdevcore/CommonData.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

libdevcore/CommonData.h#L207-L208

Added lines #L207 - L208 were not covered by tests

Check warning on line 212 in libdevcore/CommonData.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

libdevcore/CommonData.h#L211-L212

Added lines #L211 - L212 were not covered by tests

Check warning on line 796 in libethereum/Block.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Block.cpp#L796

Added line #L796 was not covered by tests

Check warning on line 801 in libethereum/Block.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Block.cpp#L800-L801

Added lines #L800 - L801 were not covered by tests

Check warning on line 813 in libethereum/Block.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Block.cpp#L813

Added line #L813 was not covered by tests

Check warning on line 815 in libethereum/Block.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Block.cpp#L815

Added line #L815 was not covered by tests

Check warning on line 823 in libethereum/Block.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Block.cpp#L817-L823

Added lines #L817 - L823 were not covered by tests

Check warning on line 827 in libethereum/Block.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Block.cpp#L825-L827

Added lines #L825 - L827 were not covered by tests

Check warning on line 1260 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1260

Added line #L1260 was not covered by tests

Check warning on line 1297 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1297

Added line #L1297 was not covered by tests

Check warning on line 1299 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1299

Added line #L1299 was not covered by tests

Check warning on line 1309 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1301-L1309

Added lines #L1301 - L1309 were not covered by tests

Check warning on line 1315 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1313-L1315

Added lines #L1313 - L1315 were not covered by tests

Check warning on line 1317 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1317

Added line #L1317 was not covered by tests

Check warning on line 1320 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1319-L1320

Added lines #L1319 - L1320 were not covered by tests

Check warning on line 1322 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1322

Added line #L1322 was not covered by tests

Check warning on line 1325 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1325

Added line #L1325 was not covered by tests

Check warning on line 1329 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1327-L1329

Added lines #L1327 - L1329 were not covered by tests

Check warning on line 1338 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1332-L1338

Added lines #L1332 - L1338 were not covered by tests

Check warning on line 1343 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1340-L1343

Added lines #L1340 - L1343 were not covered by tests

Check warning on line 1347 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1346-L1347

Added lines #L1346 - L1347 were not covered by tests

Check warning on line 1349 in libethereum/Client.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libethereum/Client.cpp#L1349

Added line #L1349 was not covered by tests

Check warning on line 283 in libevm/LegacyVM.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libevm/LegacyVM.cpp#L283

Added line #L283 was not covered by tests

Check warning on line 302 in libevm/LegacyVM.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libevm/LegacyVM.cpp#L302

Added line #L302 was not covered by tests

Check warning on line 379 in libevm/LegacyVM.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

libevm/LegacyVM.cpp#L379

Added line #L379 was not covered by tests