355 Commits

Author SHA1 Message Date
Valery Antopol
5bc6f5e875
Fix memory leak in compiled modules caused by rust ^1.56 (#75) v0.7.0 2022-07-27 16:04:43 +03:00
Mike Voronov
6d73ae765b
add developer notes (#74) 2022-04-26 16:23:03 +03:00
Mike Voronov
7924cb248b
Deduplicate SecurityTetraplet (#70) v0.6.15 2021-11-02 22:45:25 +03:00
Valery Antopol
2bd0c63a93
Remove test sdk (#67) v0.6.14 2021-10-07 20:04:54 +03:00
Mike Voronov
13c0f59d89
Allow non pub fields in structs (#68)
* allow non-pub fields in a struct

* bump crate versions
2021-10-07 13:13:25 +03:00
Valery Antopol
60cc4fbd9f
Bump crate versions and add changelog for sdk-test (#66) 2021-10-05 16:17:53 +03:00
Valery Antopol
631c6d9885
Implement marine_test for services integration (first part) (#61) 2021-10-04 19:06:58 +03:00
Valery Antopol
715e2f0e7e
make publish only manual (#64) 2021-10-04 17:31:58 +03:00
Valery Antopol
17eb14aa48
use doc(hidden) on internal api (#62) v0.6.13 2021-09-28 15:44:12 +03:00
Valery Antopol
7cad957fe7
fix compilation for rustc 1.57.0-nightly (#60) v0.6.12 2021-09-15 18:18:53 +03:00
Valery Antopol
6d045429dc
Remove serde version lock on 1.0.118 (#59) 2021-09-15 16:28:01 +03:00
Valery Antopol
2ee2cf3a2c
Pass module interfaces as args in marine-test macro (#54) 2021-09-01 20:34:35 +03:00
Valery Antopol
84d5c2af66
Add unsafe wrapper for imports for not wasm target (#52) 2021-08-13 21:27:26 +03:00
Valery Antopol
6460362f92
clarify doc string for CallParameters::host_id (#53) 2021-08-13 19:17:50 +03:00
Mike Voronov
bdac45d7e6
move to app-serivce 0.9.0 (#49) 2021-08-11 10:22:52 +03:00
Aleksey Proshutisnkiy
94857a5b69
update marine-module-info-parser (#45) v0.6.11 2021-07-14 15:55:54 +03:00
Aleksey Proshutisnkiy
3b3ca569d1
Fix handling of mounted binary exit codes (#44) 2021-07-13 19:17:23 +03:00
folex
7264f2aa4e
CI: fix publishing (#40) 2021-06-30 18:28:32 +03:00
Mike Voronov
ab6ed43f39
Bump test crates vesion (#39) 2021-06-17 14:41:44 +03:00
vms
d5e8426e5c bump crate versions 2021-06-15 20:42:05 +03:00
Mike Voronov
7c8f65fb64
Rename fluence sdk to marine-rs-sdk (#38) 2021-06-15 10:25:58 +03:00
vms
9e383237aa reexport PassingStyle v0.6.9 2021-05-19 16:17:58 +03:00
Mike Voronov
2ac0699905
Generate structs in a separate mod (#36) 2021-05-17 14:58:00 +03:00
folex
3de1d949e4
Publish crates from repo as is (without version increment) (#35) v0.6.8 2021-05-14 18:07:40 +03:00
vms
f89113f3e3 reexport __fce_generated_section__ 2021-05-12 16:09:15 +03:00
vms
cf01bffdf2 bump versions 2021-05-10 23:36:53 +03:00
vms
4f75d3d26e add Debug for SDKAst types 2021-05-10 23:26:37 +03:00
vms
859da3627b allow using of deprecated fce_test 2021-05-10 20:12:02 +03:00
vms
dea1e2182a bump version 2021-05-10 17:37:41 +03:00
Mike Voronov
0fa9064a2c
Merge pull request #34 from fluencelabs/wit_to_it
Rename fce to marine
2021-05-10 15:33:51 +03:00
vms
75805fac0d fix tests 2021-05-10 14:34:49 +03:00
vms
cbefd747d7 add crate:: 2021-05-10 14:02:10 +03:00
vms
7f45bfadba fix imports 2021-05-10 13:57:10 +03:00
vms
164d40fa81 fmt 2021-05-10 13:52:16 +03:00
vms
4c99af774f renaming 2021-05-10 13:50:52 +03:00
vms
7e786f47a7 rename fce to marine 2021-05-10 12:23:26 +03:00
Mike Voronov
8bc484d2be
Merge pull request #33 from fluencelabs/fce_test_tetraplets
Support CallParameters in generated by fce_test functions
2021-05-09 22:10:58 +03:00
vms
db03faaca9 bump versions 2021-05-09 22:00:52 +03:00
vms
f3fcd8b4ca delete excess directive 2021-05-09 22:00:13 +03:00
vms
0a83fd10d2 update 2021-05-07 14:57:35 +03:00
vms
1d2e2ffe84 initial version 2021-05-07 13:22:02 +03:00
vms
18c0a39efe
Merge pull request #32 from fluencelabs/fixup_branch
Allow fce_test to work with relative paths
2021-05-06 11:42:35 +03:00
vms
b653b1f772 delete excess backtrace dep 2021-05-06 11:10:38 +03:00
vms
8c401a0b3f use env and path 2021-05-05 17:54:14 +03:00
vms
40fdbb7bb6 rename full_path to file_path 2021-04-29 10:35:00 +03:00
vms
a237bf442d delete dead code 2021-04-29 10:30:50 +03:00
vms
4297da044c refactor 2021-04-29 10:29:34 +03:00
vms
17e2dd1cc0 make paths relative 2021-04-28 22:47:22 +03:00
vms
fa08316c5e
Merge pull request #31 from fluencelabs/fix_test_macro
Fix test macro
2021-04-28 16:31:06 +03:00
vms
4ec204ce81 uncomment autopublishing 2021-04-28 16:27:09 +03:00