Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
3e92c853
Commit
3e92c853
authored
Oct 15, 2018
by
Grachev Mikhail
Committed by
Felix Lange
Oct 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/clef: fix typos in README (#17908)
parent
60827dc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
cmd/clef/README.md
+3
-3
No files found.
cmd/clef/README.md
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
lt
y or may never be received if a users decides to ignore the confirmation request.
may be delayed significan
tl
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
ri
ed libraries are bundled
*
A UI SHOULD, to the best extent possible, use static linking / bundling, so that requ
ir
ed libraries are bundled
along with the UI.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment