@dashevo/dpns-contract 0.22.0-dev.9 → 0.23.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dashevo/dpns-contract",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.0-dev.1",
|
|
4
4
|
"description": "A contract and helper scripts for DPNS DApp",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"lint": "eslint .",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
],
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@dashevo/dpp": "~0.
|
|
34
|
+
"@dashevo/dpp": "~0.23.0-dev.1",
|
|
35
35
|
"chai": "^4.3.4",
|
|
36
36
|
"dirty-chai": "^2.0.1",
|
|
37
37
|
"eslint": "^7.32.0",
|
|
@@ -348,7 +348,7 @@ describe('DPNS Contract', () => {
|
|
|
348
348
|
});
|
|
349
349
|
|
|
350
350
|
it('should follow pattern', async () => {
|
|
351
|
-
rawDomainDocument.normalizedParentDomainName = '&'.repeat(
|
|
351
|
+
rawDomainDocument.normalizedParentDomainName = '&'.repeat(50);
|
|
352
352
|
|
|
353
353
|
try {
|
|
354
354
|
dpp.document.create(dataContract, identityId, 'domain', rawDomainDocument);
|