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

BytesLib totally removed! #544

Merged
merged 4 commits into from
Feb 5, 2023

Conversation

krogla
Copy link
Member

@krogla krogla commented Feb 3, 2023

Fixes #247

@krogla krogla marked this pull request as ready for review February 3, 2023 17:01
@krogla krogla force-pushed the feature/bye-bye-byteslib branch from ad077fa to 3eb06a7 Compare February 3, 2023 17:04
MemUtils.copyBytes(_signature, sigPart2, 64, 0,SIGNATURE_LENGTH - 64);

bytes32 publicKeyRoot = sha256(abi.encodePacked(_publicKey, bytes16(0)));
bytes32 signatureRoot = sha256(abi.encodePacked(sha256(abi.encodePacked(sigPart1)), sha256(abi.encodePacked(sigPart2, bytes32(0)))));
Copy link
Member

@skozin skozin Feb 3, 2023

Choose a reason for hiding this comment

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

please please let's have no lines longer than 100 symbols

Copy link
Member Author

Choose a reason for hiding this comment

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

take into account

Copy link
Member

Choose a reason for hiding this comment

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

We have "printWidth": 120 for solidity.

@TheDZhon TheDZhon merged commit c622674 into feature/shapella-upgrade Feb 5, 2023
@TheDZhon TheDZhon deleted the feature/bye-bye-byteslib branch February 5, 2023 15:30
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.

4 participants