overtrue
cd72dcd2dd
fix: use BTreeMap for deterministic encryption context serialization
...
SealScope::encryption_context() returned a HashMap whose key order is
non-deterministic. The FakeSealer test round-trips the context through
JSON serialization, and HashMap's random iteration order caused the
prefix comparison to intermittently fail with 'encryption context mismatch'.
Switch to BTreeMap which guarantees stable key ordering.
2026-09-05 00:03:17 +08:00
..
2026-08-27 14:45:50 +08:00
2026-08-27 10:08:09 +08:00
2026-08-26 22:49:55 +08:00
2026-08-28 06:52:50 +08:00
2026-09-03 03:58:59 +00:00
2026-07-31 05:42:19 +00:00
2026-08-19 10:59:54 +08:00
2026-08-24 14:29:09 +08:00
2026-09-04 18:23:13 +08:00
2026-09-05 00:03:17 +08:00
2026-07-31 05:42:19 +00:00
2026-09-04 09:02:03 +00:00
2026-09-03 07:03:01 +08:00
2026-09-01 17:21:43 +00:00
2026-08-30 23:32:07 +08:00
2026-08-29 04:51:37 +00:00
2026-08-29 04:51:37 +00:00
2026-08-17 11:34:47 +08:00
2026-08-29 16:21:22 +08:00
2026-09-01 19:31:35 +08:00
2026-09-04 08:14:47 +08:00
2026-08-29 04:51:37 +00:00
2026-08-31 15:20:09 +08:00
2026-09-04 09:08:35 +08:00
2026-08-27 11:28:16 +08:00
2026-08-31 14:43:59 +08:00
2026-08-29 04:51:37 +00:00
2026-09-04 09:40:03 +08:00
2026-09-03 01:58:49 +08:00
2026-09-02 14:16:15 +00:00
2026-09-04 18:23:13 +08:00
2026-09-03 20:26:44 +08:00
2026-09-02 21:59:46 +08:00
2026-08-31 13:09:51 +00:00
2026-09-04 12:24:02 +00:00
2026-08-03 09:03:34 +08:00
2026-08-26 09:35:29 +08:00
2026-09-01 20:17:14 +08:00
2026-09-01 20:17:14 +08:00
2026-09-04 18:23:13 +08:00
2026-09-04 09:40:03 +08:00
2026-08-02 03:46:11 +08:00
2026-08-26 17:00:00 +08:00
2026-09-04 18:25:10 +08:00
2026-08-29 04:51:37 +00:00
2026-08-24 19:34:02 +08:00
2026-07-31 05:42:19 +00:00
2026-08-28 00:34:51 +00:00
2026-09-03 20:03:51 +08:00
2026-08-31 13:09:51 +00:00
2026-08-22 08:19:53 +08:00