examples icon indicating copy to clipboard operation
examples copied to clipboard

fix(deps): update fluence js

Open renovate[bot] opened this issue 2 years ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fluencelabs/aqua-ipfs (source) ^0.5.5 -> ^0.6.0 age adoption passing confidence
@fluencelabs/aqua-lib 0.6.0 -> 0.7.7 age adoption passing confidence
@fluencelabs/fluence-network-environment 1.1.2 -> 1.2.3 age adoption passing confidence
@fluencelabs/js-client ^0.5.4 -> ^0.9.0 age adoption passing confidence
@fluencelabs/js-client 0.5.4 -> 0.9.0 age adoption passing confidence

Release Notes

fluencelabs/aqua-ipfs (@​fluencelabs/aqua-ipfs)

v0.6.0

Compare Source

⚠ BREAKING CHANGES
  • Support CallParameters and Particle Vault File Format (#​165)
Features
  • Support CallParameters and Particle Vault File Format (#​165) (e3e89cf)

v0.5.31

Compare Source

Bug Fixes

v0.5.30

Compare Source

Bug Fixes

v0.5.29

Compare Source

Features

v0.5.28

Compare Source

Bug Fixes

v0.5.27

Compare Source

Bug Fixes

v0.5.26

Compare Source

Features
Bug Fixes

v0.5.24

Compare Source

Features
fluencelabs/aqua-lib (@​fluencelabs/aqua-lib)

v0.7.7

Compare Source

Bug Fixes

v0.7.6

Compare Source

Bug Fixes

v0.7.5

Compare Source

Bug Fixes
  • add subnet.aqua to "files" (3c78d86)

v0.7.4

Compare Source

Features

v0.7.3

Compare Source

Features

v0.7.2

Compare Source

Bug Fixes

v0.7.1

Compare Source

Features

v0.7.0

Compare Source

fluencelabs/fluence-network-environment (@​fluencelabs/fluence-network-environment)

v1.2.3

Compare Source

Bug Fixes

v1.2.2

Compare Source

Bug Fixes
  • stage: keep only a single stage seed peer (1924f49)

v1.2.1

Compare Source

Bug Fixes

v1.2.0

Compare Source

Features
fluencelabs/fluence-js (@​fluencelabs/js-client)

v0.9.0: Fluence Network 0.9.0

0.9.0 @​ NPM registry

v0.8.0: Fluence Network 0.8.0

0.8.0 @​ NPM registry


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.

renovate[bot] avatar Nov 01 '23 19:11 renovate[bot]

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-526 Restructure templates

Init js and ts template with vite, put everything back into src dir

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-523 Restructure project init

move stuff outside src dir

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-513 add docker-compose logs

at least for ci

DXJ-470 Add provider config

https://www.notion.so/fluencenetwork/Provider-config-43d7e3385c6645e5b1cdea91a08fb8ba#3b3cd67ec36b426787b1447ecf3ea79d

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

DXJ-492 Show fluence dev dependencies with `fluence v`

linear[bot] avatar Nov 15 '23 13:11 linear[bot]