Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release aqua 0.11.8 #805

Merged
merged 2 commits into from
Jul 20, 2023

Conversation

fluencebot
Copy link
Contributor

🤖 I have created a release beep boop

0.11.8 (2023-07-20)

Features

Bug Fixes

  • ci: use unstable nox image (#780) (22f380a)
  • compiler: Fix search for one element cycles (#797) (33ab33d)
  • deps: update dependency @fluencelabs/fluence-network-environment to v1.1.2 (#786) (ca52e25)

This PR was generated with Release Please. See documentation.

@linear
Copy link

linear bot commented Jul 20, 2023

LNG-125 Replace `Op.noop` with a non-FFI snippet

Currently, topology hops are done using Op.noop function call that exits AquaVM, does nothing, and than returns into AquaVM to figure out what's next.

This could be replaced with smth like:

(new $op
  (new #noop
    (canon peer_id $op #noop)
  )
)

It does the same (moves execution to peer_id, leaves this move in the execution trace), but with no FFI calls, so should be twice as efficient.

LNG-203 Make `on` propagate error with correct topology

Now on ... via ...is wrapped with xor with call to errorHadlingSrv in its right branch

To propagate error from on body it is needed to insert return to previous topology and fail %last_error% in xor right branch

@nahsi nahsi added the e2e Run e2e workflow label Jul 20, 2023
@DieMyst DieMyst closed this Jul 20, 2023
@DieMyst DieMyst reopened this Jul 20, 2023
@DieMyst DieMyst merged commit cb539f1 into main Jul 20, 2023
10 checks passed
@DieMyst DieMyst deleted the release-please--branches--main--components--aqua branch July 20, 2023 15:28
@fluencebot
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants