Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Elin/merge main v0.13.0 hotfix into main v0.13.1 #1494

Merged

Conversation

elintul
Copy link
Collaborator

@elintul elintul commented Feb 12, 2024

This change is Reviewable

@elintul elintul changed the base branch from main to main-v0.13.1 February 12, 2024 17:35
Copy link
Contributor

@Yael-Starkware Yael-Starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 4 files reviewed, 1 unresolved discussion (waiting on @elintul)


crates/blockifier/src/transaction/transactions_test.rs line 1714 at r3 (raw file):

    None;
    "Positive flow")]
#[test_case(

This test should stay for 0.13.1, checking the case that the event exceeds the number of emitted events.
I guess it means that nothing from the 0.13.1-hotfix should be taken.

Copy link
Contributor

@Yael-Starkware Yael-Starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 4 files reviewed, 2 unresolved discussions (waiting on @elintul)


crates/blockifier/src/transaction/transactions_test.rs line 1709 at r3 (raw file):

    vec![stark_felt!(1_u16); SYSCALL_MAX_EVENT_KEYS],
    vec![stark_felt!(2_u16); SYSCALL_MAX_EVENT_DATA],
    10,

this should be SYSCALL_MAX_N_EMITTED_EVENTS, to test the edge case of sending exactly the max amount of events.

@elintul elintul force-pushed the elin/merge-main-v0.13.0-hotfix-into-main-v0.13.1 branch from fe3c28e to 4c55b4a Compare February 13, 2024 09:26
Copy link
Collaborator Author

@elintul elintul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 4 files reviewed, 2 unresolved discussions (waiting on @Yael-Starkware)


crates/blockifier/src/transaction/transactions_test.rs line 1709 at r3 (raw file):

Previously, Yael-Starkware (YaelD) wrote…

this should be SYSCALL_MAX_N_EMITTED_EVENTS, to test the edge case of sending exactly the max amount of events.

Done.


crates/blockifier/src/transaction/transactions_test.rs line 1714 at r3 (raw file):

Previously, Yael-Starkware (YaelD) wrote…

This test should stay for 0.13.1, checking the case that the event exceeds the number of emitted events.
I guess it means that nothing from the 0.13.1-hotfix should be taken.

Done.

Copy link
Contributor

@Yael-Starkware Yael-Starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 4 of 4 files at r5, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @elintul)

Copy link
Contributor

@Yael-Starkware Yael-Starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @elintul)

@elintul elintul merged commit bc8ba7e into main-v0.13.1 Feb 13, 2024
8 checks passed
gswirski pushed a commit to reilabs/blockifier that referenced this pull request Jun 26, 2024
* fix: borrow?

* fix: mut?

* feat: use mutex for eventloop and return it

* chore: typo & fmt clippy

* refactor: return mutexguard

* refactor: return arc cloen
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants