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
f49e2983
Unverified
Commit
f49e2983
authored
Jun 21, 2022
by
Zachinquarantine
Committed by
GitHub
Jun 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README,rpc: remove mention of "shh" RPC API (#25137)
parent
f20a5692
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
subscription_test.go
rpc/subscription_test.go
+1
-1
No files found.
README.md
View file @
f49e2983
...
...
@@ -211,7 +211,7 @@ HTTP based JSON-RPC API options:
*
`--ws.api`
API's offered over the WS-RPC interface (default:
`eth,net,web3`
)
*
`--ws.origins`
Origins from which to accept websockets requests
*
`--ipcdisable`
Disable the IPC-RPC server
*
`--ipcapi`
API's offered over the IPC-RPC interface (default:
`admin,debug,eth,miner,net,personal,
shh,
txpool,web3`
)
*
`--ipcapi`
API's offered over the IPC-RPC interface (default:
`admin,debug,eth,miner,net,personal,txpool,web3`
)
*
`--ipcpath`
Filename for IPC socket/pipe within the datadir (explicit paths escape it)
You'll need to use your own programming environments' capabilities (libraries, tools, etc) to
...
...
rpc/subscription_test.go
View file @
f49e2983
...
...
@@ -48,7 +48,7 @@ func TestNewID(t *testing.T) {
func
TestSubscriptions
(
t
*
testing
.
T
)
{
var
(
namespaces
=
[]
string
{
"eth"
,
"
shh"
,
"
bzz"
}
namespaces
=
[]
string
{
"eth"
,
"bzz"
}
service
=
&
notificationTestService
{}
subCount
=
len
(
namespaces
)
notificationCount
=
3
...
...
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