From 550869c13e48e4bb2865acb629bed66b6a3ab1e6 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Sun, 2 Jun 2024 17:35:49 +0900 Subject: [PATCH] fix: more characters are escaped (backtick, ampersand) to avoid display issues --- src/parser/github-comment-module.ts | 8 ++++++-- tests/__mocks__/results/github-comment-results.json | 6 +++--- tests/__mocks__/results/output.html | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/parser/github-comment-module.ts b/src/parser/github-comment-module.ts index c89dfe89..30e53926 100644 --- a/src/parser/github-comment-module.ts +++ b/src/parser/github-comment-module.ts @@ -121,9 +121,13 @@ export class GithubCommentModule implements Module { function buildIncentiveRow(commentScore: GithubCommentScore) { // Properly escape carriage returns for HTML rendering - const formatting = stringify(commentScore.score?.formatting?.content).replace(/[\n\r]/g, " "); + const formatting = stringify(commentScore.score?.formatting).replace(/[\n\r]/g, " "); // Makes sure any HTML injected in the templated is not rendered itself - const sanitizedContent = commentScore.content.replaceAll("<", "<").replaceAll(">", ">"); + const sanitizedContent = commentScore.content + .replaceAll("&", "&") + .replaceAll("<", "<") + .replaceAll(">", ">") + .replaceAll("`", "`"); return ` diff --git a/tests/__mocks__/results/github-comment-results.json b/tests/__mocks__/results/github-comment-results.json index f85219a9..30542fb7 100644 --- a/tests/__mocks__/results/github-comment-results.json +++ b/tests/__mocks__/results/github-comment-results.json @@ -161,7 +161,7 @@ } ], "permitUrl": "https://pay.ubq.fi?claim=W3sidHlwZSI6ImVyYzIwLXBlcm1pdCIsInBlcm1pdCI6eyJwZXJtaXR0ZWQiOnsidG9rZW4iOiIweGU5MUQxNTNFMGI0MTUxOEEyQ2U4RGQzRDc5NDRGYTg2MzQ2M2E5N2QiLCJhbW91bnQiOiIxNzgwMDAwMDAwMDAwMDAwMDAwIn0sIm5vbmNlIjoiNTI3ODUzNTAyNjczOTk4MzczNzk3NzMyNTIzMjczMjE4NDgwMzIwMjAyMzk4MjQ4NjYyMDQ3Mjc0NTUzMTcwMTIzMDk3NjYwMDQ2OTciLCJkZWFkbGluZSI6IjU3ODk2MDQ0NjE4NjU4MDk3NzExNzg1NDkyNTA0MzQzOTUzOTI2NjM0OTkyMzMyODIwMjgyMDE5NzI4NzkyMDAzOTU2NTY0ODE5OTY3In0sInRyYW5zZmVyRGV0YWlscyI6eyJ0byI6IjB4NEQwNzA0ZjQwMEQ1N0JhOTNlRWE4ODc2NUMzRmNEQkQ4MjZkQ0ZjNCIsInJlcXVlc3RlZEFtb3VudCI6IjE3ODAwMDAwMDAwMDAwMDAwMDAifSwib3duZXIiOiIweGQ5NTMwRjNmYkJFYTExYmVEMDFEQzA5RTc5MzE4ZjJmMjAyMjM3MTYiLCJzaWduYXR1cmUiOiIweDdhZDcwMjVmYmU1OGI1MjkwOTE1YzUxMGYxZGUzZDllNzQ0MjIwNzY0NmU1NWIzNGU5NjUxNTg5MTg0OTQzMzEzNzE4NDNjMmYwNzZjYTRkNjA3YzdjNzJmZjQyY2QwOThmZDI0NjYxYzFmZjJlMmJiMjVmNjg4MzdlMzMwZWM0MWMiLCJuZXR3b3JrSWQiOjEwMH1d", - "evaluationCommentHtml": "

[ 1.78 WXDAI ]

@molecula451
Contributions Overview
View Contribution Count Reward
Issue Comment 6 1.4
Review Comment 2 0.38
Conversation Incentives
Comment Formatting Relevance Reward
pavlovcik i think we need to update a bit the readme ![image_202…
0.375
p:
  count: 15
  score: 1
img:
  count: 1
  score: 0
0.8 0.3
let us know when done
0.125
p:
  count: 5
  score: 1
0.8 0.1
https://github.com/ubiquibot/comment-incentives/actions/runs/793…
0.175
p:
  count: 7
  score: 1
0.8 0.14
@pavlovcik permitted with hard debug (tho no funds in the privat…
0.3
p:
  count: 12
  score: 1
0.8 0.24
pavlovcik i re-generated the X25519 to trigger the permit, what …
0.725
p:
  count: 29
  score: 1
0.8 0.58
sure thing
0.05
p:
  count: 2
  score: 1
0.8 0.04
indeed
0.025
p:
  count: 1
  score: 1
0.8 0.02
go to go pavlovick, we'll be using this one for test only or tes…
0.45
p:
  count: 18
  score: 1
0.8 0.36
" + "evaluationCommentHtml": "

[ 1.78 WXDAI ]

@molecula451
Contributions Overview
View Contribution Count Reward
Issue Comment 6 1.4
Review Comment 2 0.38
Conversation Incentives
Comment Formatting Relevance Reward
pavlovcik i think we need to update a bit the readme ![image_202…
0.375
content:
  p:
    count: 15
    score: 1
  img:
    count: 1
    score: 0
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.3
let us know when done
0.125
content:
  p:
    count: 5
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.1
https://github.com/ubiquibot/comment-incentives/actions/runs/793…
0.175
content:
  p:
    count: 7
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.14
@pavlovcik permitted with hard debug (tho no funds in the privat…
0.3
content:
  p:
    count: 12
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.24
pavlovcik i re-generated the X25519 to trigger the permit, what …
0.725
content:
  p:
    count: 29
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.58
sure thing
0.05
content:
  p:
    count: 2
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.04
indeed
0.025
content:
  p:
    count: 1
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.02
go to go pavlovick, we'll be using this one for test only or tes…
0.45
content:
  p:
    count: 18
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.36
" }, "0x4007": { "total": 60.24, @@ -379,7 +379,7 @@ } ], "permitUrl": "https://pay.ubq.fi?claim=W3sidHlwZSI6ImVyYzIwLXBlcm1pdCIsInBlcm1pdCI6eyJwZXJtaXR0ZWQiOnsidG9rZW4iOiIweGU5MUQxNTNFMGI0MTUxOEEyQ2U4RGQzRDc5NDRGYTg2MzQ2M2E5N2QiLCJhbW91bnQiOiI2MDI0MDAwMDAwMDAwMDAwMDAwMCJ9LCJub25jZSI6IjEzOTgwNzc0NDc2OTc2NzY0NTA0ODk5MjU5NjcyODM3NDI0NzU0ODkxMTY5NDMxMDE4MzYyNTI4MjAzMTI5OTY5NTkwODgyMDgxNjEiLCJkZWFkbGluZSI6IjU3ODk2MDQ0NjE4NjU4MDk3NzExNzg1NDkyNTA0MzQzOTUzOTI2NjM0OTkyMzMyODIwMjgyMDE5NzI4NzkyMDAzOTU2NTY0ODE5OTY3In0sInRyYW5zZmVyRGV0YWlscyI6eyJ0byI6IjB4NEQwNzA0ZjQwMEQ1N0JhOTNlRWE4ODc2NUMzRmNEQkQ4MjZkQ0ZjNCIsInJlcXVlc3RlZEFtb3VudCI6IjYwMjQwMDAwMDAwMDAwMDAwMDAwIn0sIm93bmVyIjoiMHhkOTUzMEYzZmJCRWExMWJlRDAxREMwOUU3OTMxOGYyZjIwMjIzNzE2Iiwic2lnbmF0dXJlIjoiMHgyNDdjOTBmYjljMjRjNWE4YzVlODhkNTk3MDk0NmJmMzBlZWQ5ZTIzMWEwYjliYjE2NjFiNzNhMGIwMzY0MDcyNzRmMDUwNWM3M2NlZWUwZDU4YmM1NWE1NTU3NDVmNzdjNmUxNDMzYzRlNDhkYWIxYjk5NmYyZWMyODg2NzhkZjFiIiwibmV0d29ya0lkIjoxMDB9XQ==", - "evaluationCommentHtml": "

[ 60.24 WXDAI ]

@0x4007
Contributions Overview
View Contribution Count Reward
Issue Specification 1 4.72
Issue Comment 6 27.2
Review Comment 3 28.32
Conversation Incentives
Comment Formatting Relevance Reward
Can somebody work on generating a new `X25519_PRIVATE_KEY` for t…
5.9
p:
  count: 56
  score: 1
code:
  count: 3
  score: 1
em:
  count: 6
  score: 0
0.8 4.72
Link below for conversation context. It was to me. Anyways you n…
4.2
p:
  count: 21
  score: 1
0.8 3.36
In the repository secrets I think I need to change the key to ma…
3
p:
  count: 15
  score: 1
0.8 2.4
I just changed it to `627H-BcWbcp_O3YmQGIA6MqgxVsFuplFCA9DK3iC7G…
13.6
p:
  count: 67
  score: 1
code:
  count: 1
  score: 1
0.8 10.88
I don't understand what you mean by this
1.6
p:
  count: 8
  score: 1
0.8 1.28
I'll investigate more on my computer later.
1.4
p:
  count: 7
  score: 1
0.8 1.12
Will it be an issue if I revert to the commit and secret that I …
10.2
p:
  count: 51
  score: 1
0.8 8.16
Need to document a private key too
0.7
p:
  count: 7
  score: 1
0.8 0.56
I was editing this right now but was too slow to push.
1.2
p:
  count: 12
  score: 1
0.8 0.96
I am quoting some code! <task-lists sortable=\"\"> <table…
33.5
p:
  count: 332
  score: 1
code:
  count: 2
  score: 1
a:
  count: 1
  score: 1
0.8 26.8
" + "evaluationCommentHtml": "

[ 60.24 WXDAI ]

@0x4007
Contributions Overview
View Contribution Count Reward
Issue Specification 1 4.72
Issue Comment 6 27.2
Review Comment 3 28.32
Conversation Incentives
Comment Formatting Relevance Reward
Can somebody work on generating a new `X25519_PRIVATE_KEY …
5.9
content:
  p:
    count: 56
    score: 1
  code:
    count: 3
    score: 1
  em:
    count: 6
    score: 0
wordValue: 0.1
formattingMultiplier: 1
0.8 4.72
Link below for conversation context. It was to me. Anyways you n…
4.2
content:
  p:
    count: 21
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 3.36
In the repository secrets I think I need to change the key to ma…
3
content:
  p:
    count: 15
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 2.4
I just changed it to `627H-BcWbcp_O3YmQGIA6MqgxVsFuplFCA9DK3…
13.6
content:
  p:
    count: 67
    score: 1
  code:
    count: 1
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 10.88
I don't understand what you mean by this
1.6
content:
  p:
    count: 8
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 1.28
I'll investigate more on my computer later.
1.4
content:
  p:
    count: 7
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 1.12
Will it be an issue if I revert to the commit and secret that I …
10.2
content:
  p:
    count: 51
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 8.16
Need to document a private key too
0.7
content:
  p:
    count: 7
    score: 1
wordValue: 0.1
formattingMultiplier: 1
0.8 0.56
I was editing this right now but was too slow to push.
1.2
content:
  p:
    count: 12
    score: 1
wordValue: 0.1
formattingMultiplier: 1
0.8 0.96
I am quoting some code! <task-lists sortable=\"\"> <table…
33.5
content:
  p:
    count: 332
    score: 1
  code:
    count: 2
    score: 1
  a:
    count: 1
    score: 1
wordValue: 0.1
formattingMultiplier: 1
0.8 26.8
" }, "gitcoindev": { "total": 45.5, @@ -466,6 +466,6 @@ } ], "permitUrl": "https://pay.ubq.fi?claim=W3sidHlwZSI6ImVyYzIwLXBlcm1pdCIsInBlcm1pdCI6eyJwZXJtaXR0ZWQiOnsidG9rZW4iOiIweGU5MUQxNTNFMGI0MTUxOEEyQ2U4RGQzRDc5NDRGYTg2MzQ2M2E5N2QiLCJhbW91bnQiOiI0NTUwMDAwMDAwMDAwMDAwMDAwMCJ9LCJub25jZSI6IjEwODAwNTI0OTcwODY5MDEwODU1NTU2MTA2MzI5OTM1MDQ1MTQwNTQ2NDU1MDc5NDkxNzkwNzI0NjYzNjk1OTk5MTMyMjMxMTU3Nzc2NiIsImRlYWRsaW5lIjoiNTc4OTYwNDQ2MTg2NTgwOTc3MTE3ODU0OTI1MDQzNDM5NTM5MjY2MzQ5OTIzMzI4MjAyODIwMTk3Mjg3OTIwMDM5NTY1NjQ4MTk5NjcifSwidHJhbnNmZXJEZXRhaWxzIjp7InRvIjoiMHg0RDA3MDRmNDAwRDU3QmE5M2VFYTg4NzY1QzNGY0RCRDgyNmRDRmM0IiwicmVxdWVzdGVkQW1vdW50IjoiNDU1MDAwMDAwMDAwMDAwMDAwMDAifSwib3duZXIiOiIweGQ5NTMwRjNmYkJFYTExYmVEMDFEQzA5RTc5MzE4ZjJmMjAyMjM3MTYiLCJzaWduYXR1cmUiOiIweGRhNTE4NTRhMjkzYmU4MTcxMzAzNTVkMzQ2ZGQwMmJiYzIzNjFlMTRhMjExZTY1N2JlNmVjZjNkNGRhNDcyMzE2Mzg1Mzk0Mjk1ZmQ0N2VlNDUzMGMxNTk4NzA1ODliYTI1OWVlMGI2MmRiNWEyNTZkY2Q0NWNmYTk2MzAxYTE4MWMiLCJuZXR3b3JrSWQiOjEwMH1d", - "evaluationCommentHtml": "

[ 45.5 WXDAI ]

@gitcoindev
Contributions Overview
View Contribution Count Reward
Issue Task 1 37.5
Issue Comment 1 0
Review Comment 3 8
Conversation Incentives
Comment Formatting Relevance Reward
@molecula451 I tried to override X25519_PRIVATE_KEY but it did n…
0
p:
  count: 26
  score: 1
0.8 -
The new evmPrivateKeyEncrypted generated for address 0x3a2E44e10…
0
p:
  count: 11
  score: 1
0.8 -
@pavlovcik @molecula451 please check now again, I added to docs.
4
p:
  count: 10
  score: 1
0.8 3.2
No way, full details are available in plain sight, only for test…
6
p:
  count: 15
  score: 1
0.8 4.8
" + "evaluationCommentHtml": "

[ 45.5 WXDAI ]

@gitcoindev
Contributions Overview
View Contribution Count Reward
Issue Task 1 37.5
Issue Comment 1 0
Review Comment 3 8
Conversation Incentives
Comment Formatting Relevance Reward
@molecula451 I tried to override X25519_PRIVATE_KEY but it did n…
0
content:
  p:
    count: 26
    score: 1
wordValue: 0
formattingMultiplier: 0
0.8 -
The new evmPrivateKeyEncrypted generated for address 0x3a2E44e10…
0
content:
  p:
    count: 11
    score: 1
wordValue: 0
formattingMultiplier: 0
0.8 -
@pavlovcik @molecula451 please check now again, I added to docs.
4
content:
  p:
    count: 10
    score: 1
wordValue: 0.2
formattingMultiplier: 2
0.8 3.2
No way, full details are available in plain sight, only for test…
6
content:
  p:
    count: 15
    score: 1
wordValue: 0.2
formattingMultiplier: 2
0.8 4.8
" } } diff --git a/tests/__mocks__/results/output.html b/tests/__mocks__/results/output.html index 58be4f5c..f329b981 100644 --- a/tests/__mocks__/results/output.html +++ b/tests/__mocks__/results/output.html @@ -1 +1 @@ -

[ 1.78 WXDAI ]

@molecula451
Contributions Overview
View Contribution Count Reward
Issue Comment 6 1.4
Review Comment 2 0.38
Conversation Incentives
Comment Formatting Relevance Reward
pavlovcik i think we need to update a bit the readme ![image_202…
0.375
p:
  count: 15
  score: 1
img:
  count: 1
  score: 0
0.8 0.3
let us know when done
0.125
p:
  count: 5
  score: 1
0.8 0.1
https://github.com/ubiquibot/comment-incentives/actions/runs/793…
0.175
p:
  count: 7
  score: 1
0.8 0.14
@pavlovcik permitted with hard debug (tho no funds in the privat…
0.3
p:
  count: 12
  score: 1
0.8 0.24
pavlovcik i re-generated the X25519 to trigger the permit, what …
0.725
p:
  count: 29
  score: 1
0.8 0.58
sure thing
0.05
p:
  count: 2
  score: 1
0.8 0.04
indeed
0.025
p:
  count: 1
  score: 1
0.8 0.02
go to go pavlovick, we'll be using this one for test only or tes…
0.45
p:
  count: 18
  score: 1
0.8 0.36

[ 60.24 WXDAI ]

@0x4007
Contributions Overview
View Contribution Count Reward
Issue Specification 1 4.72
Issue Comment 6 27.2
Review Comment 3 28.32
Conversation Incentives
Comment Formatting Relevance Reward
Can somebody work on generating a new `X25519_PRIVATE_KEY` for t…
5.9
p:
  count: 56
  score: 1
code:
  count: 3
  score: 1
em:
  count: 6
  score: 0
0.8 4.72
Link below for conversation context. It was to me. Anyways you n…
4.2
p:
  count: 21
  score: 1
0.8 3.36
In the repository secrets I think I need to change the key to ma…
3
p:
  count: 15
  score: 1
0.8 2.4
I just changed it to `627H-BcWbcp_O3YmQGIA6MqgxVsFuplFCA9DK3iC7G…
13.6
p:
  count: 67
  score: 1
code:
  count: 1
  score: 1
0.8 10.88
I don't understand what you mean by this
1.6
p:
  count: 8
  score: 1
0.8 1.28
I'll investigate more on my computer later.
1.4
p:
  count: 7
  score: 1
0.8 1.12
Will it be an issue if I revert to the commit and secret that I …
10.2
p:
  count: 51
  score: 1
0.8 8.16
Need to document a private key too
0.7
p:
  count: 7
  score: 1
0.8 0.56
I was editing this right now but was too slow to push.
1.2
p:
  count: 12
  score: 1
0.8 0.96
I am quoting some code! <task-lists sortable=""> <table…
33.5
p:
  count: 332
  score: 1
code:
  count: 2
  score: 1
a:
  count: 1
  score: 1
0.8 26.8

[ 45.5 WXDAI ]

@gitcoindev
Contributions Overview
View Contribution Count Reward
Issue Task 1 37.5
Issue Comment 1 0
Review Comment 3 8
Conversation Incentives
Comment Formatting Relevance Reward
@molecula451 I tried to override X25519_PRIVATE_KEY but it did n…
0
p:
  count: 26
  score: 1
0.8 -
The new evmPrivateKeyEncrypted generated for address 0x3a2E44e10…
0
p:
  count: 11
  score: 1
0.8 -
@pavlovcik @molecula451 please check now again, I added to docs.
4
p:
  count: 10
  score: 1
0.8 3.2
No way, full details are available in plain sight, only for test…
6
p:
  count: 15
  score: 1
0.8 4.8
\ No newline at end of file +

[ 1.78 WXDAI ]

@molecula451
Contributions Overview
View Contribution Count Reward
Issue Comment 6 1.4
Review Comment 2 0.38
Conversation Incentives
Comment Formatting Relevance Reward
pavlovcik i think we need to update a bit the readme ![image_202…
0.375
content:
  p:
    count: 15
    score: 1
  img:
    count: 1
    score: 0
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.3
let us know when done
0.125
content:
  p:
    count: 5
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.1
https://github.com/ubiquibot/comment-incentives/actions/runs/793…
0.175
content:
  p:
    count: 7
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.14
@pavlovcik permitted with hard debug (tho no funds in the privat…
0.3
content:
  p:
    count: 12
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.24
pavlovcik i re-generated the X25519 to trigger the permit, what …
0.725
content:
  p:
    count: 29
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.58
sure thing
0.05
content:
  p:
    count: 2
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.04
indeed
0.025
content:
  p:
    count: 1
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.02
go to go pavlovick, we'll be using this one for test only or tes…
0.45
content:
  p:
    count: 18
    score: 1
wordValue: 0.1
formattingMultiplier: 0.25
0.8 0.36

[ 60.24 WXDAI ]

@0x4007
Contributions Overview
View Contribution Count Reward
Issue Specification 1 4.72
Issue Comment 6 27.2
Review Comment 3 28.32
Conversation Incentives
Comment Formatting Relevance Reward
Can somebody work on generating a new `X25519_PRIVATE_KEY …
5.9
content:
  p:
    count: 56
    score: 1
  code:
    count: 3
    score: 1
  em:
    count: 6
    score: 0
wordValue: 0.1
formattingMultiplier: 1
0.8 4.72
Link below for conversation context. It was to me. Anyways you n…
4.2
content:
  p:
    count: 21
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 3.36
In the repository secrets I think I need to change the key to ma…
3
content:
  p:
    count: 15
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 2.4
I just changed it to `627H-BcWbcp_O3YmQGIA6MqgxVsFuplFCA9DK3…
13.6
content:
  p:
    count: 67
    score: 1
  code:
    count: 1
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 10.88
I don't understand what you mean by this
1.6
content:
  p:
    count: 8
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 1.28
I'll investigate more on my computer later.
1.4
content:
  p:
    count: 7
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 1.12
Will it be an issue if I revert to the commit and secret that I …
10.2
content:
  p:
    count: 51
    score: 1
wordValue: 0.2
formattingMultiplier: 1
0.8 8.16
Need to document a private key too
0.7
content:
  p:
    count: 7
    score: 1
wordValue: 0.1
formattingMultiplier: 1
0.8 0.56
I was editing this right now but was too slow to push.
1.2
content:
  p:
    count: 12
    score: 1
wordValue: 0.1
formattingMultiplier: 1
0.8 0.96
I am quoting some code! <task-lists sortable=""> <table…
33.5
content:
  p:
    count: 332
    score: 1
  code:
    count: 2
    score: 1
  a:
    count: 1
    score: 1
wordValue: 0.1
formattingMultiplier: 1
0.8 26.8

[ 45.5 WXDAI ]

@gitcoindev
Contributions Overview
View Contribution Count Reward
Issue Task 1 37.5
Issue Comment 1 0
Review Comment 3 8
Conversation Incentives
Comment Formatting Relevance Reward
@molecula451 I tried to override X25519_PRIVATE_KEY but it did n…
0
content:
  p:
    count: 26
    score: 1
wordValue: 0
formattingMultiplier: 0
0.8 -
The new evmPrivateKeyEncrypted generated for address 0x3a2E44e10…
0
content:
  p:
    count: 11
    score: 1
wordValue: 0
formattingMultiplier: 0
0.8 -
@pavlovcik @molecula451 please check now again, I added to docs.
4
content:
  p:
    count: 10
    score: 1
wordValue: 0.2
formattingMultiplier: 2
0.8 3.2
No way, full details are available in plain sight, only for test…
6
content:
  p:
    count: 15
    score: 1
wordValue: 0.2
formattingMultiplier: 2
0.8 4.8
\ No newline at end of file