Anatolios Laskaris
b4818c57de
chore(release-please): Fix release ( #487 )
...
* Revert "chore: release master (#484 )"
This reverts commit 4ae3afc0daf5f791f08742c1d250bb5b191852f6.
* Revert "fix(air-trace): set correct air verison (#486 )"
This reverts commit c10f89b5e5856ed155da1dcb4784e73d63cc1bea.
* Disable link version
* Fix air
2023-02-27 16:10:34 +02:00
fluencebot
4ae3afc0da
chore: release master ( #484 )
2023-02-27 16:57:46 +03:00
Valery Antopol
c10f89b5e5
fix(air-trace): set correct air verison ( #486 )
2023-02-27 16:43:12 +03:00
Valery Antopol
36e1c8762c
fix(data_store)!: use particle_id + current_peer_id as prev_data key in DataStore ( #485 )
2023-02-27 16:39:16 +03:00
mikhail-1e20
9d739906ff
docs: README re-organized ( #477 )
...
* docs: README re-organized
* add repository structure
* fix docs
* docs: A few minor fixes following an earlier discussion
---------
Co-authored-by: vms <michail.vms@gmail.com>
2023-02-22 19:54:47 +03:00
fluencebot
c9eb5cd47a
chore: release master ( #481 )
air-parser-v0.7.3
air-testing-framework-v0.1.3
air-beautify-v0.1.2
air-beautifier-v0.1.2
avm-server-v0.29.0
air-interpreter-data-v0.6.3
avm-data-store-v0.5.0
air-beautify-wasm-v0.1.1
air-trace-v0.2.5
air-execution-info-collector-v0.7.3
air-trace-handler-v0.1.2
air-test-utils-v0.4.3
avm-interface-v0.28.2
2023-02-21 21:54:12 +03:00
Mike Voronov
ae3a8e9a50
feat(air-parser): improve docs ( #483 )
...
feat: improve parser docs
release-as: 0.7.3
2023-02-21 21:50:57 +03:00
Mike Voronov
a1f7a5ce74
fix(avm-interface): minor code fix ( #482 )
...
chore: minor code fix
release-as: 0.28.2
2023-02-21 21:29:56 +03:00
Anatolios Laskaris
4d20801ec6
chore(release-please): Try to fix merging linked versions ( #480 )
...
Fix?
2023-02-21 21:07:37 +03:00
renovate[bot]
c408da884d
fix(deps): update rust crate marine-runtime to 0.24.1 ( #478 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-21 20:34:37 +03: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
renovate[bot]
e700d7126b
chore(deps): update rust crate once_cell to 1.17.1 ( #476 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-21 20:29:54 +03:00
renovate[bot]
ab220c843b
chore(deps): update rust crate clap to 4.1.6 ( #475 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-21 20:29:22 +03:00
Mike Voronov
5e6863d4d5
feat(avm)!: improve anomaly detection ( #479 )
2023-02-21 20:28:56 +03:00
boneyard93501
d8c3d70656
chore(bench): add bench results ( #472 )
...
add bench results for current Marine
Co-authored-by: vms <michail.vms@gmail.com>
2023-02-15 16:23:00 +03:00
Fedor Kurbatov
8367f483bb
chore(bench): add bench results ( #469 )
...
add bench results for current Marine
2023-02-14 12:45:43 +03:00
Anatolios Laskaris
bb2c4cf722
chore(bench): add bench results ( #467 )
...
add bench results for current Marine
2023-02-14 10:59:49 +03:00
Valery Antopol
0358854a5c
chore(bench): sort items in text bench resutls ( #466 )
2023-02-13 19:55:03 +03:00
Valery Antopol
5e509223d6
chore(bench): add bench results ( #465 )
...
bench results
2023-02-13 15:57:13 +03:00
Mike Voronov
063c2648a5
chore(bench): add bench results ( #464 )
...
add bench results
2023-02-13 15:34:26 +03:00
renovate[bot]
91189a1d9d
chore(deps): update rust crate serde_json to 1.0.93 ( #462 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 12:17:52 +03:00
renovate[bot]
41f345261d
chore(deps): update rust crate built to 0.6.0 ( #463 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 12:17:22 +03:00
Mike Voronov
87f7e2f361
feat(execution-engine)!: make fold convergent wrt errors ( #351 )
...
fold over a stream was not convergent when errors are produced inside a fold body. After iteration, it produces if there were several errors, only the last one is bubbled up. But on the same peer, there could different last (and first) errors, and it'll become non-convergent and moreover non-deterministic.
After this PR fold won't bubble any errors to make execution convergent and deterministic. To obtain errors from a fold body one should wrap this body into xor and push errors into some stream. Then fold over this stream and handle errors.
2023-02-09 17:09:24 +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
fluencebot
5aa3c75875
chore: release master ( #454 )
...
* chore: release master
* chore: Bump air-interpreter-wasm version to 0.35.4
air-test-utils-v0.4.2
air-interpreter-data-v0.6.2
air-trace-v0.2.4
air-v0.35.1
air-trace-handler-v0.1.1
air-testing-framework-v0.1.2
air-interpreter-v0.35.4
2023-02-08 15:28:17 +03:00
Anatolios Laskaris
c277676d43
chore: Force air-interpreter version ( #459 )
...
Set version
2023-02-08 14:22:45 +02:00
Anatolios Laskaris
517eba466e
chore(ci): Set air-interpreter version to 0.35.3 (current) ( #458 )
...
Set version
2023-02-08 14:15:56 +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
Anatolios Laskaris
ae754cb1f5
chore: Do not link air and air-interpreter! ( #456 )
...
* Comeon!
* Do not link anything!
2023-02-08 12:56:01 +02:00
Anatolios Laskaris
34592fa7d4
chore(ci): Set all version in manifest ( #455 )
...
Set all version in manifest
2023-02-08 12:51:12 +02:00
Anatolios Laskaris
e168d2a55e
chore(ci): Revert previous release, prepare for new release [fixed FLU-271] ( #453 )
...
* Add versions everywhere
* Revert "chore(air-trace): release master (#452 )"
This reverts commit 3452b6b24d5b838241a353ff3a7a536899421fed.
* Fix
* Fix versions
2023-02-08 12:08:51 +02:00
fluencebot
3452b6b24d
chore(air-trace): release master ( #452 )
...
chore: release master
2023-02-07 21:33:57 +03:00
Mike Voronov
19479bfb5c
chore(docs): add more upcoming data changes ( #450 )
2023-02-07 21:09:22 +03:00
Mike Voronov
367546b82c
feat(trace-handler): improve data deserialization version check ( #451 )
2023-02-07 21:07:02 +03:00
fluencebot
888b05bbd4
chore(air-trace): release master ( #444 )
2023-02-07 10:48:58 +03:00
renovate[bot]
881e303b14
chore(deps): update rust crate nom_locate to 4.1.0 ( #439 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-07 01:38:44 +07:00
Anatolios Laskaris
3139299114
chore(ci): Fix air-trace version in release-please manifest ( #449 )
...
Fix air-trace version in manifest
2023-02-06 15:59:15 +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]
8f36d65a80
chore(deps): update dependency typescript to v4.9.5 ( #445 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 16:45:42 +03:00
renovate[bot]
ff4667754a
chore(deps): update rust crate anyhow to 1.0.69 ( #446 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 16:45:10 +03:00
renovate[bot]
c91fd625ad
chore(deps): update rust crate serde_bytes to 0.11.9 ( #447 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 16:44:44 +03:00
renovate[bot]
84af9c6185
chore(deps): update rust crate serde_json to 1.0.92 ( #448 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 16:44:20 +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
renovate[bot]
ac24507171
chore(deps): update rust crate clap to 4.1.4 ( #435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 19:05:10 +07:00
Ivan Boldyrev
5fdc8e68ac
feat(tools): VM-194 performance metering ( #440 )
...
* Experimental performance metering
* Average on repeated runs with `--repeat` option
* Add "version" field to the report
The version is got from `air/Cargo.toml`.
* Allow disabling preparing binaries
with the `--no-prepare-binaries` option.
* Human-readable execution time in the report
* Add dashboard benchmark
* Human-readable text report
2023-02-03 23:26:06 +07:00
renovate[bot]
dacd4f074b
chore(deps): update rust crate regex to 1.7.1 ( #433 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-24 22:29:00 +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
renovate[bot]
6c809e943d
chore(deps): update rust crate cid to 0.10.1 ( #432 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-24 20:10:30 +07:00