646 Commits

Author SHA1 Message Date
raftedproc
a8965e04ec
chore(benchmarking): data generators for a set of map-related benchmarks [fixes VM-345] (#735) 2023-11-08 16:22:17 +03:00
raftedproc
938e5eb033
fix(air-interpreter): enable multiple invoke_tracing calls for air-interpreter (#753) 2023-11-08 15:00:56 +03:00
raftedproc
1b7de5e659
chore(testing-framework): a new behavior to print service call parameters/result out to console (#723) 2023-11-08 14:10:05 +03:00
renovate[bot]
523dd6b219
chore(deps): update rust crate serde_json to 1.0.108 (#742)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-03 00:15:56 +07:00
Ivan Boldyrev
15ce40a1cd
feat(interpreter-data)!: allow only deterministic signature algorithms (#734)
Some public signature algorithms require a RNG, but it is not
available in certain environments like smartcontracts.
2023-11-02 21:43:35 +07:00
renovate[bot]
55da7a64aa
chore(deps): update rust crate tracing to 0.1.40 (#745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-29 21:18:50 +07:00
renovate[bot]
9558692421
chore(deps): update rust crate serde to 1.0.190 (#740)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-29 20:44:40 +07:00
renovate[bot]
10341c42fd
chore(deps): update rust crate thiserror to 1.0.50 (#744)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-29 20:10:26 +07:00
renovate[bot]
7d4dfb76ea
chore(deps): update rust crate multimap to 0.9.1 (#738)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-29 15:41:30 +07:00
renovate[bot]
229091944e
chore(deps): update rust crate clap to 4.4.7 (#737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-29 15:12:27 +07:00
fluencebot
9bac51f24e
chore: release master (#725)
* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.54.0

* Update minimal version to 0.54.0

---------

Co-authored-by: Ivan Boldyrev <ivan@fluence.one>
air-testing-framework-v0.7.3 air-interpreter-cid-v0.6.0 aquavm-air-cli-v0.5.3 air-interpreter-data-v0.14.0 air-test-utils-v0.12.1 air-trace-handler-v0.5.7 avm-server-v0.33.3 air-interpreter-v0.54.0 avm-client-v0.54.0 air-v0.54.0
2023-10-26 20:56:52 +07:00
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
Ivan Boldyrev
776d81a1db
feat(interpreter-cid)!: use Blake3 for CIDs (#729)
Change to more efficient cryptography hash implementation.
2023-10-23 20:16:15 +07:00
renovate[bot]
2b944eb348
chore(deps): update rust crate built to 0.7.1 (#730)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 16:02:33 +03:00
renovate[bot]
8bc81191d3
chore(deps): update rust crate hashbrown to 0.14.2 (#710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 15:00:43 +03: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]
2d7c7b0137
chore(deps): update rust crate clap to 4.4.6 (#709)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 14:20:52 +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
renovate[bot]
1d02b426b5
chore(deps): update rust crate num-traits to 0.2.17 (#669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 13:39:31 +03:00
renovate[bot]
f73e220ed1
chore(deps): update rust crate log to 0.4.20 (#661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 13:03:15 +03:00
renovate[bot]
ac37f598e6
chore(deps): update dependency typescript to v5 (#538)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 12:41:07 +03:00
renovate[bot]
4d4c946eaa
chore(deps): update rust crate regex to 1.10.2 (#603)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 12:11:13 +03:00
Ivan Boldyrev
5b6533bef1
chore(benches): update benchmarks after 1024 stream limit (#728) 2023-10-20 21:00:19 +07:00
raftedproc
ed8c90bd32
chore(submodules): get the bench submodule great again (#726) 2023-10-20 18:21:27 +07:00
renovate[bot]
88e7dba5f2
fix(deps): update rust crate fluence-keypair to 0.10.3 (#620)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 19:00:15 +03:00
Ivan Boldyrev
a84716dad6
chore(interpreter-cid): fix compilation with correct featureflag (#724)
fix(interpreter-cid): fix compilation with correct featureflag
2023-10-19 13:02:24 +03:00
fluencebot
cbc659e939
chore: release master (#721)
* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.53.0
air-trace-handler-v0.5.6 air-test-utils-v0.12.0 air-interpreter-v0.53.0 air-interpreter-cid-v0.5.0 air-v0.53.0 aquavm-air-cli-v0.5.2 avm-client-v0.53.0 air-testing-framework-v0.7.2 air-interpreter-data-v0.13.0
2023-10-16 17:15:16 +03:00
Ivan Boldyrev
c2108e0fa0
feat(execution-engine,test-utils,interpreter-data,interpreter-cid)!: Rc into CID (#718)
* Hide `Rc` inside `CID` type, making it cheap to clone.
* Introduce `CidRef` type that abstracts on `CID`'s inner type.

This change makes code cleaner, makes memory more optimal (single allocation vs two allocations) and makes it easier to change CID's internal representation from string to binary.
2023-10-16 20:35:42 +07:00
fluencebot
d2ad221597
chore: release master (#720)
* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.52.0
avm-data-store-v0.7.2 air-interpreter-data-v0.12.1 avm-interface-v0.29.2 air-testing-framework-v0.7.1 air-interpreter-v0.52.0 avm-client-v0.52.0 aquavm-air-cli-v0.5.1 air-v0.52.0 air-utils-v0.2.0 avm-server-v0.33.2 air-trace-handler-v0.5.5 air-test-utils-v0.11.1
2023-10-16 16:01:49 +03:00
Mike Voronov
cdcb86cb55
feat(execution-engine)!: intro farewell_if_error_macro (#719)
intro farewell_if_error_macro
2023-10-16 15:13:20 +03:00
fluencebot
0aa23318d9
chore: release master (#716) air-interpreter-v0.51.0 air-testing-framework-v0.7.0 air-test-utils-v0.11.0 air-v0.51.0 air-trace-handler-v0.5.4 air-interpreter-data-v0.12.0 air-interpreter-cid-v0.4.0 avm-client-v0.51.0 aquavm-air-cli-v0.5.0 2023-10-13 22:21:19 +03:00
Ivan Boldyrev
8a07613027
feat(aquavm-air)!: signature checking (#607) 2023-10-13 22:19:02 +03:00
fluencebot
b6c4eaaddc
chore: release master (#715) avm-client-v0.50.0 air-test-utils-v0.10.6 air-testing-framework-v0.6.1 aquavm-air-cli-v0.4.7 air-v0.50.0 air-interpreter-v0.50.0 2023-10-13 21:19:14 +03:00
raftedproc
ea80f117a0
fix(execution-engine)!: map with a lens now returns an appropriate tetraplet [fixes VM-331] (#706) 2023-10-13 21:14:14 +03:00
fluencebot
40cad86b49
chore: release master (#707)
* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.49.0
air-testing-framework-v0.6.0 air-test-utils-v0.10.5 aquavm-air-cli-v0.4.6 avm-client-v0.49.0 air-v0.49.0 air-interpreter-v0.49.0
2023-10-13 20:42:40 +03:00
raftedproc
98870c2ff9
feat(execution-engine)!: fail :error: now bubbles the original error up [fixes VM-342] (#714) 2023-10-13 20:37:27 +03:00
Ivan Boldyrev
cdde3bb263
chore(benches): Update bench data (#712)
Update bench data after version change.

Some benchmarks were removed because they are not compatible with the
stream length limit.  Others have their version updated.
2023-10-09 18:28:42 +07:00
raftedproc
f4caa538e4
fix(execution-engine)!: canon map lens access now returns a correct number of kvpairs in a canon stream (#708) 2023-09-28 11:47:15 +03:00
renovate[bot]
779e79ac48
chore(deps): update rust crate built to 0.7.0 (#624)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-27 02:03:57 +07:00
renovate[bot]
83f91b5564
chore(deps): update rust crate anyhow to 1.0.75 (#660)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-27 01:31:40 +07:00
renovate[bot]
dce3cf392f
chore(deps): update rust crate clap to 4.4.5 (#601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 21:57:23 +07:00
raftedproc
c52a36c784
fix(execution-engine): ExecutionCtx fmt now prints stream maps out (#705) 2023-09-26 17:21:22 +03:00
omahs
8013e5e8f8
chore: fix typos (#704) 2023-09-25 13:19:27 +03:00
fluencebot
8f23d90ece
chore: release master (#698)
* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.48.0
air-execution-info-collector-v0.7.10 air-beautify-wasm-v0.3.5 avm-server-v0.33.1 air-interpreter-v0.48.0 polyplets-v0.5.1 air-v0.48.0 avm-client-v0.48.0 air-interpreter-interface-v0.15.1 avm-data-store-v0.7.1 air-trace-handler-v0.5.3 aquavm-air-cli-v0.4.5 air-parser-v0.10.0 air-testing-framework-v0.5.5 air-beautifier-v0.3.1 avm-interface-v0.29.1 air-interpreter-data-v0.11.3 air-test-utils-v0.10.4
2023-09-22 00:46:21 +03:00
raftedproc
3a9beed3c5
fix(execution-engine)!: this adds a join behavior for key and value pair used by ap inserting into a map [fixes VM-337] (#701) 2023-09-21 19:56:22 +03:00
raftedproc
45035ccff5
feat(execution-engine)!: this patch prohibits error code = 0 (#702) 2023-09-21 17:33:57 +03:00
renovate[bot]
b713e447fc
fix(deps): update rust crate marine-rs-sdk to 0.10.0 (#640)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
Co-authored-by: Ivan Boldyrev <ivan@fluence.one>
2023-09-19 17:04:40 +07:00
Ivan Boldyrev
bd80a127ea
feat(parser,execution-engine): allow :error: in fail (#696)
The `(fail :error:)` was previously rejected by parser.  Now it is
executed, but is of limited use.
2023-09-19 14:21:30 +07:00
Ivan Boldyrev
d41f7646d9
chore: Rust channel update dedicated to Software Engineer Day (#699) 2023-09-14 18:55:06 +07:00