108 Commits

Author SHA1 Message Date
Ivan Boldyrev
635352bc5d
feat(air-interpreter)!: enable signature generation and verification features (#731)
Make `gen_signatures` and `check_signature` features default.  This will be the first release with both features enabled.
2023-10-26 16:18:02 +07:00
renovate[bot]
48fed36251
chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (#717)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 14:24:33 +03:00
renovate[bot]
69eaefa4f8
chore(deps): update actions/checkout action to v4 (#703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 13:59:02 +03:00
renovate[bot]
2da7f9c8dc
chore(deps): update baptiste0928/cargo-install action to v2.2.0 (#695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 13:41:09 +03:00
Ivan Boldyrev
8a07613027
feat(aquavm-air)!: signature checking (#607) 2023-10-13 22:19:02 +03:00
Anatolios Laskaris
2fc1686e19
chore: Setup marine artifact from checks (#689)
Use marine artifact from checks
2023-09-04 14:57:22 +03:00
Anatolios Laskaris
1310cd75d7
chore: Update air-near-contract build (#687)
Update
2023-08-31 12:16:35 +03:00
Anatolios Laskaris
84e06576d3
chore: Add e2e label as fluencebot to trigger e2e (#666)
Add e2e label as fluencebot
2023-08-09 09:49:39 +03:00
Anatolios Laskaris
cb156acae4
chore: Save cache in cargo snapshot workflow (#658)
* Save cache in cargo snapshot workflow

* Run on builder

* Typo
2023-08-04 16:27:47 +03:00
Anatolios Laskaris
2beac37c73
chore: Fix running e2e on merge to master (#656)
* Run e2e on merge to master

* Fix

* Speedup
2023-08-04 14:51:42 +03:00
renovate[bot]
f58eca2146
chore(deps): update hashicorp/vault-action action to v2.7.3 (#623)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-04 14:50:39 +03:00
renovate[bot]
932793f42b
chore(deps): update peaceiris/actions-gh-pages action to v3.9.3 (#561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-04 14:49:56 +03:00
Anatolios Laskaris
dbb260a4a6
chore: Run e2e on merge to master (#655)
Run e2e on merge to master
2023-08-04 14:42:19 +03:00
Anatolios Laskaris
4b176c7684
chore: Speedup CI (#654)
* Update workflows

* Cache when building wasm

* F

* Fix

* Fix

* Cleanup

* F
2023-08-04 14:37:13 +03:00
renovate[bot]
5e147161cf
chore(deps): update baptiste0928/cargo-install action to v2 (#547)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-25 08:36:20 +03:00
Ivan Boldyrev
5cbe79d619
chore: run llvm-cov on default features only (#637)
In the PR #607 tests are not compatible with some feautre flags yet.
Disable `llvm-cov`'s `--all-feautres` until all the tests are fixed.
For now, run `llvm-cov` only with default features.
2023-07-21 19:53:56 +03:00
Anatolios Laskaris
734952d762
chore: Renaming things (#615)
* Migrate aqua-playground to aqua repo

* Rename rust-peer to nox, fluence-cli to flox

* Update

* Fix

* Fix
2023-07-10 09:41:32 +03:00
shamsartem
5e36c223a4
feat!: set nodejs target for air-beautify (#613)
* feat: set nodejs target for air-beautify

BREAKING CHANGE: this package is now intended for use in nodejs

* change year

* Update tools/wasm/air-beautify-wasm/src/lib.rs
2023-06-23 16:37:09 +02:00
Anatolios Laskaris
f11ee86baa
chore: Automatically add e2e label on approved PR (#606)
* Automaically add e2e label when PR is approved

* Trigger when e2e label workflow changes

* Fix
2023-06-05 18:29:56 +03:00
Anatolios Laskaris
789bbe3046
chore: Readd registry and fluence-cli [fixes FLU-314] (#563)
* Readd registry and fluence-cli

* Remove status

* Use fluence-cli from branch

* Checkout to branch

* Test

* Update branch

* Use main
2023-04-26 15:32:10 +03:00
renovate[bot]
ad319cbe5a
chore(deps): update coverallsapp/github-action action to v2 (#533)
* chore(deps): update coverallsapp/github-action action to v2

* Update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
2023-04-18 11:06:23 +03:00
Anatolios Laskaris
fe08a3846b
chore(ci): Do not upload artifacts when fork (#573)
Do not upload artifacts when fork
2023-04-10 13:29:36 +03:00
Anatolios Laskaris
0b437038dc
chore: Prepare tests to be called from e2e (#560)
* Prepare tests to be called from e2e

* Ref

* Do not upload coveralls
2023-03-31 17:19:17 +03:00
Anatolios Laskaris
ca38ee68d8
chore: Update E2E [fixes FLU-297 and FLU-252 and FLU-298] (#557)
* Test

* Fix

* Fix

* Use new workflows

* No cache

* Typo

* Rename Run tests to ci

* Some renaming?

* Renaming

* Add nextest config

* Test e2e on label

* Test

* Fix

* Fixes

* Update

* Fix

* Fix

* Fix name

* Fix

* Rename report
2023-03-31 13:03:23 +03:00
Anatolios Laskaris
593083b966
chore(e2e): Make e2e run on forks (#555)
* Use e2e env

* Snapshot env

* Update

* Test

* Update

* Test

* Add comments

* Make linter happy
2023-03-29 12:16:59 +03:00
Anatolios Laskaris
a2ad3b15db
chore: Use marine from e2e (#541)
Use marine from e2e
2023-03-20 19:55:18 +02:00
Anatolios Laskaris
6db35dbd93
chore: Update codecov (#531)
* Update codecov

* Use  instrument-coverage

* Enable profiler

* Fix
2023-03-17 15:11:46 +02:00
Anatolios Laskaris
4a48bcddb7
chore: Use setup-marine action (#528)
Use setup-marine action
2023-03-17 11:57:31 +02:00
Anatolios Laskaris
459d2cf13a
chore: Fix air-beautify-wasm name (#522)
* Add wasm32-unknown-unknown to toolchains

* Fix air-beautify-wasm name
2023-03-15 17:13:32 +02:00
Anatolios Laskaris
a1bf3604d8
chore: Some CI fixes (#516)
* Use master fluence-js

* Rename air -> aquavm-air
2023-03-15 12:43:39 +02:00
Ivan Boldyrev
79ac153f1d
feat(tools): merge some tools into the air CLI tool (#509)
* feat(tools): merge some tools into the `air` CLI tool

`air-beautify` and `air-trace` are merged into a single `air` tool.  Its
crate name is `fluence-air-cli` as otherwise it confilicts with `air`
interpreter crate.  The tool has subcommands `beautify`, `run`
and `stats`.

* Add one-letter aliases to `air` CLI subcommands

+ `air beautify` => `air b`
+ `air run` => `air r`
+ `air stats` => `air s`

---------

Co-authored-by: Mike Voronov <michail.vms@gmail.com>
2023-03-15 16:59:30 +07:00
Anatolios Laskaris
990a4fcfa6
chore(release-please): Sync air versions (#512)
Sync versions
2023-03-13 15:43:12 +02:00
Anatolios Laskaris
d28f674cdc
chore(ci): Update E2E after js-client refactoring (#497)
* Update E2E

* Fix

* Fix

* F

* Fix
2023-03-09 10:48:50 +02:00
renovate[bot]
b934efc5c6
chore(deps): update actions/upload-artifact action to v3 (#495)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-07 11:05:41 +03:00
Anatolios Laskaris
4a35dbffb7
chore(ci): Add codecov (#493)
* Split tests into tests and lints and add codecov

* Embed codecov

* Fixes

* Test codecov

* Test coveralls again

* Use token

* Change events

* Typo
2023-03-02 13:31:05 +02:00
renovate[bot]
dd61450d80
chore(deps): update baptiste0928/cargo-install action to v1.3.1 (#474)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-21 20:30:22 +03:00
Anatolios Laskaris
8f5217e3d6
chore(ci): Release workflow fixes [fixes FLU-273] (#460)
* Fix publishing artifact

* Set version

* Set avm client version during release

* Try linkied components again
2023-02-08 15:07:33 +02:00
Anatolios Laskaris
ce01804bdb
chore(ci): Better handling of air-interpreter release (#457)
* Update release

* Fixes

* fix

* Fix
2023-02-08 13:44:26 +02:00
renovate[bot]
5db0b9862f
chore(deps): update peaceiris/actions-gh-pages action to v3.9.2 (#426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 16:46:11 +03:00
renovate[bot]
74dc69f13b
chore(deps): update hashicorp/vault-action action to v2.5.0 (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 16:42:20 +03:00
Ivan Boldyrev
c35eac0f01
fix(air-trace): air-trace native-only compilation fix (#429)
It was not correctly refactored in the #381.
Add a CI check for the `air-trace` native-only mode.
2023-02-06 19:59:47 +07:00
Anatolios Laskaris
74a516c6d3
chore: Fix release notify state (#442)
Fix
2023-01-24 16:57:54 +02:00
Anatolios Laskaris
474bfd1baa
chore(ci): Notify on release failures and other small CI changes [fixes FLU-222, FLU-194, FLU-41 and FLU-196] (#441)
* Add `e2e / status` job

* Update renovate config

* Notify when release fails

* Add timeout

* Update fluence npm dependencies at any time

* Typo

* Notify only on failures

* Fail on skipped
2023-01-24 16:00:03 +02:00
Anatolios Laskaris
a45b97bafe
chore: Add actions linter (#438)
Add actions linter
2023-01-23 09:36:25 +02:00
Anatolios Laskaris
00f5ca2eef
chore(e2e): Run rust-peer tests (#431)
* Run rust-peer tests

* Some renaming
2023-01-13 12:04:14 +02:00
Anatolios Laskaris
adb4cacda6
chore(ci): Add release-please (#430)
* Add release-please

* Use fluencelab pat

* Rename renovate commit types

* Add lint PR title workflow
2023-01-11 16:59:09 +02:00
folex
ba98227446
CI: Use files instead of memory to filter crate versions (#420) 2022-12-28 19:27:43 +07:00
Anatolios Laskaris
6fbd4b762b
Add fluence-cli (#409) 2022-12-26 23:22:03 +02:00
Anatolios Laskaris
89cd606e58
chore: Fix rust doc? (#415) 2022-12-26 19:28:18 +02:00
renovate[bot]
8318aca3c1
chore(deps): update actions/setup-node action to v3 (#394)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-28 09:45:04 +02:00