Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update cli to unstable, use new effectors #156

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
1e56d41
Remove relays
nahsi Feb 15, 2024
64973f4
Update fluence yaml
nahsi Feb 15, 2024
39638f6
cleanup
nahsi Feb 15, 2024
458860f
Revert "Update fluence yaml"
nahsi Feb 15, 2024
89acd61
Update
nahsi Feb 15, 2024
054a7c4
This?
nahsi Feb 15, 2024
0e84dc6
this
nahsi Feb 15, 2024
68a9e01
Update .fluence/workers.yaml
shamsartem Feb 15, 2024
2dc64b9
Remove configs
InversionSpaces Feb 21, 2024
54b2bca
Ignore configs
InversionSpaces Feb 21, 2024
4ee15b8
Ignore dist
InversionSpaces Feb 21, 2024
65015c6
Choose offer
InversionSpaces Feb 21, 2024
2800277
Remove add-peer
InversionSpaces Feb 21, 2024
b56ae56
Add label to actionlint
InversionSpaces Feb 21, 2024
dbcd6b8
Remove multiaddr dep
InversionSpaces Feb 21, 2024
1add3a5
Remove provider registration
InversionSpaces Feb 21, 2024
7c2a242
Install aqua deps
InversionSpaces Feb 21, 2024
4661de0
Fix aqua
InversionSpaces Feb 21, 2024
8216196
Add logging, decrease timeout
InversionSpaces Feb 21, 2024
1969296
Parse stderr
InversionSpaces Feb 21, 2024
fc67a13
Do not fail
InversionSpaces Feb 21, 2024
309e0bd
Add logs
InversionSpaces Feb 21, 2024
1b1d374
Remove logs
InversionSpaces Feb 21, 2024
4818ce7
Update fluence.yaml
InversionSpaces Feb 21, 2024
aad2013
Update fluence to unstable, update aqua
InversionSpaces Feb 21, 2024
7998154
Remove workers info
InversionSpaces Feb 21, 2024
6113212
Use fCLI main
InversionSpaces Feb 21, 2024
c9ea6ef
Fix workflow
InversionSpaces Feb 21, 2024
6350b4c
Rename offer
InversionSpaces Feb 21, 2024
09c0d3c
Update offer and deployment
InversionSpaces Feb 21, 2024
4e5481a
Add log
InversionSpaces Feb 21, 2024
7f638ea
Add wasi target
InversionSpaces Feb 21, 2024
747c570
Update configs
InversionSpaces Feb 28, 2024
5d630fc
Update workflow
InversionSpaces Feb 28, 2024
29b8c5d
Increase intial balance
InversionSpaces Feb 28, 2024
4c117c9
Remove private key
InversionSpaces Feb 28, 2024
0df43e5
Rewrite service
InversionSpaces Mar 7, 2024
9f9bfa9
Update services.aqua
InversionSpaces Mar 7, 2024
d7a57f7
Update wasm
InversionSpaces Mar 8, 2024
fbf7ec0
Update gateway deps
InversionSpaces Mar 8, 2024
4fc0409
Increase timeout
InversionSpaces Mar 8, 2024
aa9957e
Refactor
InversionSpaces Mar 8, 2024
412f792
Format
InversionSpaces Mar 8, 2024
ddf15bd
Remove release, changelog
InversionSpaces Mar 8, 2024
880fcc0
Move npm i step
InversionSpaces Mar 8, 2024
38efa57
Remove fluence-lock.yaml
InversionSpaces Mar 8, 2024
05e8226
Move aqua source
InversionSpaces Mar 8, 2024
63278cd
Add workspace
InversionSpaces Mar 8, 2024
ec6f3b7
Return build
InversionSpaces Mar 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove multiaddr dep
InversionSpaces committed Feb 21, 2024
commit dbcd6b828c700c70159daaa4771cd2a5bf5a8153
8,045 changes: 3,918 additions & 4,127 deletions package-lock.json

Large diffs are not rendered by default.

41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"author": "Fluence Labs",
"license": "Apache-2.0",
"type": "module",
"devDependencies": {
"@multiformats/multiaddr": "^12.1.7",
"@tsconfig/node18-strictest-esm": "^1.0.1",
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"jest-serial-runner": "^1.2.1",
"prettier": "^3.0.3",
"tree-kill": "^1.2.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsc",
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --verbose"
},
"prettier": {}
}
"author": "Fluence Labs",
"license": "Apache-2.0",
"type": "module",
"devDependencies": {
"@tsconfig/node18-strictest-esm": "^1.0.1",
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"jest-serial-runner": "^1.2.1",
"prettier": "^3.0.3",
"tree-kill": "^1.2.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsc",
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --verbose"
},
"prettier": {}
}
2 changes: 0 additions & 2 deletions test/fRPC.integration-test.ts
Original file line number Diff line number Diff line change
@@ -14,8 +14,6 @@
* limitations under the License.
*/

import { multiaddr } from "@multiformats/multiaddr";

import { FLUENCE_CHAIN_PRIVATE_KEY, FLUENCE_ENV, RPC_PROVIDERS } from "./env";
import {
startGateway,