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

refactor!(core): change ActorIds implementation of From<u64> #4377

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

breathx
Copy link
Member

@breathx breathx commented Dec 5, 2024

Motivation: gear.exes development requires test coverage. Currently, in tests it's impossible to use this implementation, since if u64 takes place of the very beginning of the resulting bytes array, it will be stripped by ActorId::to_address_lossy, which starts from idx=12.

@breathx breathx added the A0-pleasereview PR is ready to be reviewed by the team label Dec 5, 2024
@breathx breathx merged commit c2a71ed into master Dec 10, 2024
19 checks passed
@breathx breathx deleted the dn-change-actor-id-from-u64-impl branch December 10, 2024 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview PR is ready to be reviewed by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants