An implementation of Group for grouping by script.
We cannot use ffi::compress_script directly here, as the tests can't link against that, so instead it is a field in ScriptGroup.
We also remove the chronik-bridge dependency as we don't need it.
Differential D13544
[Chronik] Add `ScriptGroup` to group txs by script tobias_ruck on Apr 3 2023, 17:09. Authored by Tags None Subscribers None
Details
An implementation of Group for grouping by script. We cannot use ffi::compress_script directly here, as the tests can't link against that, so instead it is a field in ScriptGroup. We also remove the chronik-bridge dependency as we don't need it. ninja check-crates
Diff Detail
|