Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
7f9e9a40
Commit
7f9e9a40
authored
Aug 27, 2019
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove whisper module
parent
fe70b95a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
29 deletions
+0
-29
README.md
remix-simulator/README.md
+0
-12
whisper.js
remix-simulator/test/whisper.js
+0
-17
No files found.
remix-simulator/README.md
View file @
7f9e9a40
...
...
@@ -55,18 +55,6 @@ Implemented:
*
[
_
]
db_getString
*
[
_
]
db_putHex
*
[
_
]
db_getHex
*
[
X
]
shh_version
*
[
_
]
shh_post
*
[
_
]
shh_newIdentity
*
[
_
]
shh_hasIdentity
*
[
_
]
shh_newGroup
*
[
_
]
shh_addToGroup
*
[
_
]
shh_newFilter
*
[
_
]
shh_uninstallFilter
*
[
_
]
shh_getFilterChanges
*
[
_
]
shh_getMessages
*
[
_
]
bzz_hive (stub)
*
[
_
]
bzz_info (stub)
*
[
_
]
debug_traceTransaction
*
[
X
]
eth_subscribe
*
[
X
]
eth_unsubscribe
...
...
remix-simulator/test/whisper.js
deleted
100644 → 0
View file @
fe70b95a
/* global describe, before, it */
var
Web3
=
require
(
'web3'
)
var
RemixSim
=
require
(
'../index.js'
)
let
web3
=
new
Web3
()
var
assert
=
require
(
'assert'
)
describe
(
'Whisper'
,
function
()
{
before
(
function
()
{
let
provider
=
new
RemixSim
.
Provider
()
web3
.
setProvider
(
provider
)
})
it
(
'should get correct remix simulator version'
,
async
function
()
{
let
version
=
await
web3
.
shh
.
getVersion
()
assert
.
equal
(
version
,
5
)
})
})
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