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

ENG-251 aptos-logger: cut out async logging #10

Merged
merged 1 commit into from
May 2, 2024

Conversation

mzabaluev
Copy link
Collaborator

Description

Remove async functionality from async-logger, making it more suitable for dependent crates ported to RISC0.

Cutting the code out is a quicker alternative, also the architecture is simplified (should be closer to tracing that does not inherently require async).

Test Plan

Integration branch on movement SDK, check that logs are being produced.

@mzabaluev
Copy link
Collaborator Author

Integration: movementlabsxyz/movement#41

@l-monninger
Copy link
Collaborator

This is working for me.

@l-monninger l-monninger merged commit e62577b into monza May 2, 2024
l-monninger pushed a commit that referenced this pull request Jul 2, 2024
* [move] fixes to `randomness.move` (aptos-labs#12250)

* [move] fixes to randomness.move

* Fixed the Prover spec

Fixed the spec to unblock the PR.

Need to prove the introduced assumptions with proper loop invariants, which should be provable.

* lint

---------

Co-authored-by: Junkil Park <juki14@gmail.com>
Co-authored-by: danielxiangzl <xiangzhuolun@gmail.com>

* fix specs

---------

Co-authored-by: Alin Tomescu <tomescu.alin@gmail.com>
Co-authored-by: Junkil Park <juki14@gmail.com>
Co-authored-by: danielxiangzl <xiangzhuolun@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants