fix(server): added chain_id check and covered check_shared_constraints with unit tests

This commit is contained in:
hdbg
2026-04-06 12:05:55 +02:00
committed by Skipper
parent 38284d84b6
commit dcf42b0e4e
14 changed files with 335 additions and 49 deletions

View File

@@ -65,4 +65,5 @@ mutants.workspace = true
[dev-dependencies]
insta = "1.46.3"
rstest.workspace = true
test-log = { version = "0.2", default-features = false, features = ["trace"] }