mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-02 17:03:36 +00:00
Fix test
This commit is contained in:
parent
0cd6b3585e
commit
9d1c3fc15c
@ -21,7 +21,7 @@ describe('embark.Blockchain', function() {
|
|||||||
mineWhenNeeded: false,
|
mineWhenNeeded: false,
|
||||||
rpcHost: defaultHost,
|
rpcHost: defaultHost,
|
||||||
rpcPort: 8545,
|
rpcPort: 8545,
|
||||||
rpcApi: ['eth', 'web3', 'net', 'debug'],
|
rpcApi: ['eth', 'web3', 'net', 'debug', "personal"],
|
||||||
rpcCorsDomain: false,
|
rpcCorsDomain: false,
|
||||||
networkId: 1337,
|
networkId: 1337,
|
||||||
port: 30303,
|
port: 30303,
|
||||||
@ -33,7 +33,7 @@ describe('embark.Blockchain', function() {
|
|||||||
account: {},
|
account: {},
|
||||||
devPassword: "",
|
devPassword: "",
|
||||||
bootnodes: "",
|
bootnodes: "",
|
||||||
wsApi: ["eth", "web3", "net", "shh", "debug", "pubsub"],
|
wsApi: ["eth", "web3", "net", "shh", "debug", "pubsub", "personal"],
|
||||||
wsHost: defaultHost,
|
wsHost: defaultHost,
|
||||||
wsOrigins: false,
|
wsOrigins: false,
|
||||||
wsPort: 8546,
|
wsPort: 8546,
|
||||||
@ -64,7 +64,7 @@ describe('embark.Blockchain', function() {
|
|||||||
mineWhenNeeded: true,
|
mineWhenNeeded: true,
|
||||||
rpcHost: defaultHost,
|
rpcHost: defaultHost,
|
||||||
rpcPort: 12345,
|
rpcPort: 12345,
|
||||||
rpcApi: ['eth', 'web3', 'net', 'debug'],
|
rpcApi: ['eth', 'web3', 'net', 'debug', "personal"],
|
||||||
rpcCorsDomain: true,
|
rpcCorsDomain: true,
|
||||||
networkId: 1,
|
networkId: 1,
|
||||||
port: 123456,
|
port: 123456,
|
||||||
@ -76,7 +76,7 @@ describe('embark.Blockchain', function() {
|
|||||||
account: {},
|
account: {},
|
||||||
devPassword: "foo/bar/devpassword",
|
devPassword: "foo/bar/devpassword",
|
||||||
bootnodes: "",
|
bootnodes: "",
|
||||||
wsApi: ["eth", "web3", "net", "shh", "debug"],
|
wsApi: ["eth", "web3", "net", "shh", "debug", "personal"],
|
||||||
wsHost: defaultHost,
|
wsHost: defaultHost,
|
||||||
wsOrigins: false,
|
wsOrigins: false,
|
||||||
wsPort: 12346,
|
wsPort: 12346,
|
||||||
@ -97,7 +97,7 @@ describe('embark.Blockchain', function() {
|
|||||||
mineWhenNeeded: true,
|
mineWhenNeeded: true,
|
||||||
rpcHost: defaultHost,
|
rpcHost: defaultHost,
|
||||||
rpcPort: 12345,
|
rpcPort: 12345,
|
||||||
rpcApi: ['eth', 'web3', 'net', 'debug'],
|
rpcApi: ['eth', 'web3', 'net', 'debug', 'personal'],
|
||||||
rpcCorsDomain: true,
|
rpcCorsDomain: true,
|
||||||
networkId: 1,
|
networkId: 1,
|
||||||
port: 123456,
|
port: 123456,
|
||||||
@ -109,7 +109,7 @@ describe('embark.Blockchain', function() {
|
|||||||
account: {},
|
account: {},
|
||||||
devPassword: "foo/bar/devpassword",
|
devPassword: "foo/bar/devpassword",
|
||||||
bootnodes: "",
|
bootnodes: "",
|
||||||
wsApi: ["eth", "web3", "net", "shh", "debug"],
|
wsApi: ["eth", "web3", "net", "shh", "debug", "personal"],
|
||||||
wsHost: defaultHost,
|
wsHost: defaultHost,
|
||||||
wsOrigins: false,
|
wsOrigins: false,
|
||||||
wsPort: 12346,
|
wsPort: 12346,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user