mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
Switch to crdt interpreter (#62)
This commit is contained in:
parent
f67ca787a7
commit
5da230cb05
13794
package-lock.json
generated
13794
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,8 @@
|
|||||||
"author": "Fluence Labs",
|
"author": "Fluence Labs",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluencelabs/avm": "0.10.5",
|
"@chainsafe/libp2p-noise": "4.0.0",
|
||||||
|
"@fluencelabs/avm": "0.14.1",
|
||||||
"async": "3.2.0",
|
"async": "3.2.0",
|
||||||
"base64-js": "1.3.1",
|
"base64-js": "1.3.1",
|
||||||
"bs58": "4.0.1",
|
"bs58": "4.0.1",
|
||||||
@ -29,7 +30,6 @@
|
|||||||
"libp2p": "0.32.3",
|
"libp2p": "0.32.3",
|
||||||
"libp2p-crypto": "0.19.7",
|
"libp2p-crypto": "0.19.7",
|
||||||
"libp2p-mplex": "0.10.4",
|
"libp2p-mplex": "0.10.4",
|
||||||
"@chainsafe/libp2p-noise": "4.0.0",
|
|
||||||
"libp2p-websockets": "0.16.1",
|
"libp2p-websockets": "0.16.1",
|
||||||
"loglevel": "1.7.0",
|
"loglevel": "1.7.0",
|
||||||
"multiaddr": "10.0.0",
|
"multiaddr": "10.0.0",
|
||||||
|
@ -26,7 +26,7 @@ import PeerId from 'peer-id';
|
|||||||
import { Multiaddr } from 'multiaddr';
|
import { Multiaddr } from 'multiaddr';
|
||||||
import { all as allow_all } from 'libp2p-websockets/src/filters';
|
import { all as allow_all } from 'libp2p-websockets/src/filters';
|
||||||
|
|
||||||
export const PROTOCOL_NAME = '/fluence/faas/1.0.0';
|
export const PROTOCOL_NAME = '/fluence/particle/2.0.0';
|
||||||
|
|
||||||
enum Status {
|
enum Status {
|
||||||
Initializing = 'Initializing',
|
Initializing = 'Initializing',
|
||||||
|
Loading…
Reference in New Issue
Block a user