Skip to content

Commit

Permalink
Move aqua source
Browse files Browse the repository at this point in the history
  • Loading branch information
InversionSpaces committed Mar 8, 2024
1 parent 38efa57 commit 05e8226
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
resolver = "2"
members = ["eth-rpc/eth_rpc"]
members = [ "eth-rpc/eth_rpc" ]
10 changes: 5 additions & 5 deletions fluence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ aquaDependencies:
"@fluencelabs/aqua-lib": 0.10.1

compileAqua:
default:
input: src/aqua/main.aqua
output: src/aqua-compiled
target: js
gateway:
input: gateway/aqua
input: src/aqua-rpc
output: gateway/aqua-compiled
target: js
main:
input: src/aqua
output: src/aqua-compiled
target: js
3 changes: 1 addition & 2 deletions gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"main": "src/index.js",
"type": "module",
"scripts": {
"run": "npm run compile && node src/index.js",
"compile": "fluence aqua -i aqua/ -o aqua-compiled/ --js --no-input"
"run": "node src/index.js"
},
"dependencies": {
"@fluencelabs/js-client": "0.8.4",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsc",
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --verbose"
"build": "fluence build",
"run": "npm -C gateway run run",
"test": "tsc && node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --verbose"
},
"prettier": {}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 05e8226

Please sign in to comment.