Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion gateway/aqua/rpc.aqua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func balancedEthCall{Logger, Balancer}(method: string, jsonArgs: []string) -> Js
worker, provider <- Balancer.next()
Logger.logWorker(worker)
Logger.logCall(provider)
Op.noop() -- dirty hack for topology to converge
rpc <- fromWorkerProvider(worker, provider)
result <- rpcCall{rpc}(method, jsonArgs)
<- result
Expand Down
5 changes: 2 additions & 3 deletions gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"main": "src/index.js",
"type": "module",
"scripts": {
"run:example": "fluence aqua -i aqua/ -o aqua-compiled/ --js && node src/index.js \"config.json\"",
"run": "fluence aqua -i aqua/ -o aqua-compiled/ --js && node src/index.js",
"compile": "fluence aqua -i aqua/ -o aqua-compiled/ --js",
"run": "npm run compile && node src/index.js",
"compile": "fluence aqua -i aqua/ -o aqua-compiled/ --js --no-input",
"req": "node web3run.js"
},
"bin": {
Expand Down