-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the type change from alloy
isn't due to nightly but to a bump in the deps. We should probably pin a specific commit for version control, so that we only upgrade at will, at least until the crates get published.
41866ab
to
5100fee
Compare
@Nashtare @LindaGuiga Regression tested with Jerigon, seems all good. |
66e9173
to
4a16c21
Compare
Note: |
Note that the PR has been merged without addressing this:
which is what caused the build to break in the first place. |
Yeah sure. |
This PR introduces two fixes:
env::set_var
unsafe, so this PR introduces anunsafe
block when calling the method.alloy
library changed the second argument inget_block
from abool
to aBlockTransactionKind
(after updating rust, I got an error message complaining about the type of that argument), so this PR changes theconst
accordingly.