-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename
utxo_by_outpoint
to utxo_by_out_loc
in finalized state
- Loading branch information
Showing
10 changed files
with
86 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...rvice/finalized_state/disk_format/tests/snapshots/utxo_by_out_loc_raw_data@mainnet_1.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
source: zebra-state/src/service/finalized_state/disk_format/tests/snapshot.rs | ||
assertion_line: 144 | ||
expression: cf_data | ||
--- | ||
[ | ||
KV( | ||
k: "0000010000000000", | ||
v: "50c30000000000002321027a46eb513588b01b37ea24303f4b628afd12cc20df789fede0921e43cad3e875ac", | ||
), | ||
KV( | ||
k: "0000010000000001", | ||
v: "d43000000000000017a9147d46a730d31f97b1930d3368a967c309bd4d136a87", | ||
), | ||
] |
23 changes: 23 additions & 0 deletions
23
...rvice/finalized_state/disk_format/tests/snapshots/utxo_by_out_loc_raw_data@mainnet_2.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
source: zebra-state/src/service/finalized_state/disk_format/tests/snapshot.rs | ||
assertion_line: 144 | ||
expression: cf_data | ||
--- | ||
[ | ||
KV( | ||
k: "0000010000000000", | ||
v: "50c30000000000002321027a46eb513588b01b37ea24303f4b628afd12cc20df789fede0921e43cad3e875ac", | ||
), | ||
KV( | ||
k: "0000010000000001", | ||
v: "d43000000000000017a9147d46a730d31f97b1930d3368a967c309bd4d136a87", | ||
), | ||
KV( | ||
k: "0000020000000000", | ||
v: "a0860100000000002321027a46eb513588b01b37ea24303f4b628afd12cc20df789fede0921e43cad3e875ac", | ||
), | ||
KV( | ||
k: "0000020000000001", | ||
v: "a86100000000000017a9147d46a730d31f97b1930d3368a967c309bd4d136a87", | ||
), | ||
] |
15 changes: 15 additions & 0 deletions
15
...rvice/finalized_state/disk_format/tests/snapshots/utxo_by_out_loc_raw_data@testnet_1.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
source: zebra-state/src/service/finalized_state/disk_format/tests/snapshot.rs | ||
assertion_line: 144 | ||
expression: cf_data | ||
--- | ||
[ | ||
KV( | ||
k: "0000010000000000", | ||
v: "50c30000000000002321025229e1240a21004cf8338db05679fa34753706e84f6aebba086ba04317fd8f99ac", | ||
), | ||
KV( | ||
k: "0000010000000001", | ||
v: "d43000000000000017a914ef775f1f997f122a062fff1a2d7443abd1f9c64287", | ||
), | ||
] |
23 changes: 23 additions & 0 deletions
23
...rvice/finalized_state/disk_format/tests/snapshots/utxo_by_out_loc_raw_data@testnet_2.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
source: zebra-state/src/service/finalized_state/disk_format/tests/snapshot.rs | ||
assertion_line: 144 | ||
expression: cf_data | ||
--- | ||
[ | ||
KV( | ||
k: "0000010000000000", | ||
v: "50c30000000000002321025229e1240a21004cf8338db05679fa34753706e84f6aebba086ba04317fd8f99ac", | ||
), | ||
KV( | ||
k: "0000010000000001", | ||
v: "d43000000000000017a914ef775f1f997f122a062fff1a2d7443abd1f9c64287", | ||
), | ||
KV( | ||
k: "0000020000000000", | ||
v: "a086010000000000232102acce9f6c16986c525fd34759d851ef5b4b85b5019a57bd59747be0ef1ba62523ac", | ||
), | ||
KV( | ||
k: "0000020000000001", | ||
v: "a86100000000000017a914ef775f1f997f122a062fff1a2d7443abd1f9c64287", | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters