diff --git a/packages/dpns-contract/schema/v1/dpns-contract-documents.json b/packages/dpns-contract/schema/v1/dpns-contract-documents.json index aa6380b5867..ecb3be1ae40 100644 --- a/packages/dpns-contract/schema/v1/dpns-contract-documents.json +++ b/packages/dpns-contract/schema/v1/dpns-contract-documents.json @@ -21,11 +21,11 @@ "fieldMatches": [ { "field": "normalizedLabel", - "regexPattern": "^[a-zA-Z01]{3,19}$" + "regexPattern": "^[a-zA-Z01-]{3,19}$" } ], "resolution": 0, - "description": "If the normalized label part of this index is less than 20 characters (all alphabet a-z and 0 and 1) then this index is non unique while contest resolution takes place." + "description": "If the normalized label part of this index is less than 20 characters (all alphabet a-z, A-Z, 0, 1, and -) then a masternode vote contest takes place to give out the name" } }, { diff --git a/packages/rs-drive-abci/src/execution/platform_events/initialization/create_genesis_state/v0/mod.rs b/packages/rs-drive-abci/src/execution/platform_events/initialization/create_genesis_state/v0/mod.rs index 412ef546372..7f9f31758e6 100644 --- a/packages/rs-drive-abci/src/execution/platform_events/initialization/create_genesis_state/v0/mod.rs +++ b/packages/rs-drive-abci/src/execution/platform_events/initialization/create_genesis_state/v0/mod.rs @@ -295,8 +295,8 @@ mod tests { assert_eq!( root_hash, [ - 37, 162, 178, 238, 218, 180, 162, 24, 34, 199, 191, 38, 43, 39, 197, 101, 133, - 229, 130, 128, 20, 135, 168, 126, 219, 15, 235, 112, 139, 89, 187, 115 + 122, 78, 218, 93, 76, 126, 219, 4, 222, 149, 39, 191, 51, 199, 229, 9, 180, + 151, 132, 38, 91, 7, 107, 20, 46, 4, 39, 59, 203, 2, 86, 79 ] ) } diff --git a/packages/rs-drive-abci/tests/strategy_tests/main.rs b/packages/rs-drive-abci/tests/strategy_tests/main.rs index 321c7eac208..1c1ee9867c3 100644 --- a/packages/rs-drive-abci/tests/strategy_tests/main.rs +++ b/packages/rs-drive-abci/tests/strategy_tests/main.rs @@ -1194,7 +1194,7 @@ mod tests { .unwrap() .unwrap() ), - "11f2f5b4a38234430b5257634470fc4edd7abfedff309139ca95c5e371890bc7".to_string() + "57818d17af37f038e4a1cf89608e872ab7fef928822e7820c660eb26141fb733".to_string() ) } @@ -1915,7 +1915,7 @@ mod tests { .unwrap() .unwrap() ), - "cae9c984e5fe548cc7a3edd720ab0f58a2d25e5a16071402605a9ff8cfe870c7".to_string() + "462125a9dbf2165b27fc301c1336dad343de526a4b1904604c8a7d78ad1bcede".to_string() ) } @@ -2050,7 +2050,7 @@ mod tests { .unwrap() .unwrap() ), - "6cbe10061aac832a35ec0eb9b22826aebfcbe697cec76fe899afa1b1803dd2c7".to_string() + "e3c946107bfe02895a832339616153131bb09550a6378b680d18aca088ac266a".to_string() ) }