Commit Graph

9 Commits

Author SHA1 Message Date
9d0c7b2bb8 Switching from AVM interpreter to AVM runner with background execution (#111) 2021-12-28 20:53:25 +03:00
f41e8f035d Add particleId to error message when an aqua function times out (#106) 2021-11-30 12:18:55 +03:00
ef57883abd Compiler support: fix issues with registerService function (#104)
- Throwing error if `registerService` was called on a non-initialized peer.
- Fix issue with incorrect context being passed to class-based implementations of user services
- Fix typo in JSDoc
2021-11-28 09:36:01 +03:00
defe961413 Implement peer.timeout built-in function (#101) 2021-11-17 09:21:32 +03:00
6e0a8c011f Compiler support: fix issue with incorrect ttl value in config (#100) 2021-11-10 17:49:42 +03:00
aa21abe465 Extend error handling in FluencePeer (#98) 2021-11-09 14:37:44 +03:00
337a3f45de Compiler support: define and export FnConfig interface (#97) 2021-11-04 15:15:30 +03:00
9d00b70897 Compiler support: fix issue with incorrect check for missing fields in service registration (#90) 2021-10-20 23:03:06 +03:00
fe52648103 Integrate async AquaVM into fluence-js (#88) 2021-10-20 22:20:43 +03:00