fix(deps): update fluence js
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @fluencelabs/aqua-ipfs (source) | ^0.5.5 -> ^0.6.0 |
||||
| @fluencelabs/aqua-lib | 0.6.0 -> 0.7.7 |
||||
| @fluencelabs/fluence-network-environment | 1.1.2 -> 1.2.3 |
||||
| @fluencelabs/js-client | ^0.5.4 -> ^0.9.0 |
||||
| @fluencelabs/js-client | 0.5.4 -> 0.9.0 |
Release Notes
fluencelabs/aqua-ipfs (@fluencelabs/aqua-ipfs)
v0.6.0
⚠ BREAKING CHANGES
- Support CallParameters and Particle Vault File Format (#165)
Features
v0.5.31
Bug Fixes
v0.5.30
Bug Fixes
v0.5.29
Features
v0.5.28
Bug Fixes
- deps: update dependency @fluencelabs/aqua-lib to v0.9.0 (#139) (e5e1e17)
- deps: update dependency @fluencelabs/fluence-network-environment to v1.1.2 (#113) (f184b1f)
- deps: update rust crate marine-rs-sdk-test to 0.12.1 (#137) (b98b9b1)
v0.5.27
Bug Fixes
v0.5.26
Features
Bug Fixes
- build: fix npm build, add check for that (#132) (e6749d1)
- deps: rust toolchain 2023-12-06; cargo-workspaces 0.2.44 (#126) (f096a4e)
- release: use fcli installer (#134) (812fa12)
v0.5.24
Features
fluencelabs/aqua-lib (@fluencelabs/aqua-lib)
v0.7.7
Bug Fixes
v0.7.6
Bug Fixes
v0.7.5
Bug Fixes
- add subnet.aqua to "files" (3c78d86)
v0.7.4
Features
- builtin: add resolve_alias_opt [NET-528] (#50) (c47dd03)
- builtin: add subnet.resolve (428365b)
- workers: add Worker.get_worker_id [NET-523] (#51) (8447625)
v0.7.3
Features
v0.7.2
Bug Fixes
v0.7.1
Features
- add console-run (#44) (96af0d4)
- builtin: add worker builtin definition [NET-397] (#42) (f575e71)
- update Service data structure (#39) (d7bc270)
v0.7.0
fluencelabs/fluence-network-environment (@fluencelabs/fluence-network-environment)
v1.2.3
Bug Fixes
v1.2.2
Bug Fixes
- stage: keep only a single stage seed peer (1924f49)
v1.2.1
Bug Fixes
v1.2.0
Features
fluencelabs/fluence-js (@fluencelabs/js-client)
v0.9.0: Fluence Network 0.9.0
v0.8.0: Fluence Network 0.8.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
DXJ-521 when using custom env, cli always prompts you even if it is already set in fluence.yaml
DXJ-501 Improve service selection
Allow selecting from the list and one of the options - to enter path or url manually https://fluencelabs.slack.com/archives/C03B529E2KY/p1697136229321629
DXJ-473 Replace `relays` property with `customEnv` and store env per-project locally
DXJ-483 Add command for retrieving aqua imports to cli
Add hidden command that would return aqua import paths for project to call it in aqua vs-code extension
DXJ-514 Use `Spell.store_log` in `fluence spell new` template
rn fluence spell new produces a spell.aqua that uses legacy log api:
Spell.list_push_string("logs", str)
This should be changed to
Spell.store_log(str)
DXJ-507 simplify config by migrating it so it does not include separate worker definitions
https://fluencelabs.slack.com/archives/C03B529E2KY/p1697229107652219
DXJ-524 Support env variables to override cli dependencies
Important for CI
Example of cli variables ``` FCLI_V_NOX="fluencelabs/nox:0.4.0" FCLI_V_CHAIN="docker.fluence.dev/aurora:0.2.11" FCLI_V_RUST_TOOLCHAIN="nightly-2023-08-27-x86_64" FCLI_V_NPM_FLUENCELABS_AQUA_LIB="0.7.7" FCLI_V_NPM_FLUENCELABS_SPELL="0.5.26" FCLI_V_NPM_FLUENCELABS_REGISTRY="0.8.7" FCLI_V_CARGO_MARINE="0.17.0" FCLI_V_CARGO_MREPL="0.24.0" FCLI_V_CARGO_MARINE_RS_SDK="0.10.1" FCLI_V_CARGO_MARINE_RS_SDK_TEST="0.11.0" ```
DXJ-489 Use aqua-to-js package from js-client repo to compile aqua in cli
DXJ-511 Do not demand for `env` in `run` with `relay`
Do not demand env setting while executing fluence run if --relay parameter is supplied:
$ fluence run -i src/aqua/main.aqua -f "showSubnet()" --relay /ip4
/127.0.0.1/tcp/9991/ws/p2p/12D3KooWBM3SdXWqGaawQDGQ6JprtwswEg3FWGvGhmgmMez1vRbR --no-input
Error: Can't prompt when in non-interactive mode or when --no-input is set.
Prompt message is: Select Fluence Environment to use by default with this project. Default: kras