Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
d90692a6
Commit
d90692a6
authored
7 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
[fix]
#1252
: WS2OC is not Matched
parent
5f984c16
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1235
[fix] #1252
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/modules/ws2p/lib/constants.ts
+2
-2
2 additions, 2 deletions
app/modules/ws2p/lib/constants.ts
with
2 additions
and
2 deletions
app/modules/ws2p/lib/constants.ts
+
2
−
2
View file @
d90692a6
...
@@ -52,7 +52,7 @@ export const WS2PConstants = {
...
@@ -52,7 +52,7 @@ export const WS2PConstants = {
+
CommonConstants
.
FORMATS
.
BLOCKSTAMP
+
CommonConstants
.
FORMATS
.
BLOCKSTAMP
+
'
$
'
),
+
'
$
'
),
HEAD_V1_REGEXP
:
new
RegExp
(
'
^WS2P(?:O[CT][SAM])?(?:I[CT])?:HEAD:1:
'
HEAD_V1_REGEXP
:
new
RegExp
(
'
^WS2P(?:O[CT][SAM]
?
)?(?:I[CT])?:HEAD:1:
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
PUBKEY
+
'
):
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
PUBKEY
+
'
):
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
BLOCKSTAMP
+
'
):
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
BLOCKSTAMP
+
'
):
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
WS2PID
+
'
):
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
WS2PID
+
'
):
'
...
@@ -61,7 +61,7 @@ export const WS2PConstants = {
...
@@ -61,7 +61,7 @@ export const WS2PConstants = {
+
'
(
'
+
CommonConstants
.
FORMATS
.
POW_PREFIX
+
'
)
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
POW_PREFIX
+
'
)
'
+
'
$
'
),
+
'
$
'
),
HEAD_V2_REGEXP
:
new
RegExp
(
'
^WS2P(?:O[CT][SAM])?(?:I[CT])?:HEAD:2:
'
HEAD_V2_REGEXP
:
new
RegExp
(
'
^WS2P(?:O[CT][SAM]
?
)?(?:I[CT])?:HEAD:2:
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
PUBKEY
+
'
):
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
PUBKEY
+
'
):
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
BLOCKSTAMP
+
'
):
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
BLOCKSTAMP
+
'
):
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
WS2PID
+
'
):
'
+
'
(
'
+
CommonConstants
.
FORMATS
.
WS2PID
+
'
):
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment