good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
github
maticnetwork
bor
Commits
3e92c853
Commit
3e92c853
authored
6 years ago
by
Grachev Mikhail
Committed by
Felix Lange
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cmd/clef: fix typos in README (#17908)
parent
60827dc5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmd/clef/README.md
+3
-3
3 additions, 3 deletions
cmd/clef/README.md
with
3 additions
and
3 deletions
cmd/clef/README.md
+
3
−
3
View file @
3e92c853
...
...
@@ -91,7 +91,7 @@ invoking methods with the following info:
*
[x] Version info about the signer
*
[x] Address of API (http/ipc)
*
[ ] List of known accounts
*
[ ] Have a default timeout on signing operations, so that if the user has not answered within
g
e.g. 60 seconds, the request is rejected.
*
[ ] Have a default timeout on signing operations, so that if the user has not answered within e.g. 60 seconds, the request is rejected.
*
[ ]
`account_signRawTransaction`
*
[ ]
`account_bulkSignTransactions([] transactions)`
should
*
only exist if enabled via config/flag
...
...
@@ -129,7 +129,7 @@ The signer listens to HTTP requests on `rpcaddr`:`rpcport`, with the same JSONRP
expected to be JSON
[
jsonrpc 2.0 standard
](
http://www.jsonrpc.org/specification
)
.
Some of these call can require user interaction. Clients must be aware that responses
may be delayed significan
l
ty or may never be received if a users decides to ignore the confirmation request.
may be delayed significant
l
y or may never be received if a users decides to ignore the confirmation request.
The External API is
**untrusted**
: it does not accept credentials over this api, nor does it expect
that requests have any authority.
...
...
@@ -862,7 +862,7 @@ A UI should conform to the following rules.
*
A UI SHOULD inform the user about the
`SHA256`
or
`MD5`
hash of the binary being executed
*
A UI SHOULD NOT maintain a secondary storage of data, e.g. list of accounts
*
The signer provides accounts
*
A UI SHOULD, to the best extent possible, use static linking / bundling, so that requ
r
ied libraries are bundled
*
A UI SHOULD, to the best extent possible, use static linking / bundling, so that requi
r
ed libraries are bundled
along with the UI.
...
...
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