[Version-unspecific] queryMimirV2IDs: jsonify the map for a deterministic sorted order
Compare changes
@@ -17,7 +17,6 @@ asserts:
@@ -58,7 +57,6 @@ asserts:
@@ -83,7 +81,6 @@ asserts:
@@ -93,25 +90,23 @@ type: create-blocks
@@ -141,7 +136,6 @@ asserts:
I think it's clearer to just look these up by key.
Here I'd like to hear from @pluto-9r who originally chose the number format in case having a significant preference for it
( https://gitlab.com/thorchain/thornode/-/blame/80a23f9f/test/regression/suites/mimir/mimir_v2.yaml#L95-106 )
; the
[0]
/[1]
format is significant for this MR in reflecting the deterministic order,but if you were to both acknowledge
{the MR's implemented deterministic order} and {that not needing (future) regtest reflection of this}
I would be happy to add another commit to switch to the
."1-GLOBAL".id
format instead.