Skip to content

Require user signatures #22

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

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Require user signatures #22

merged 2 commits into from
Nov 18, 2024

Conversation

0xKurt
Copy link
Contributor

@0xKurt 0xKurt commented Nov 18, 2024

fixes PAR-630

Copy link

linear bot commented Nov 18, 2024

@@ -33,3 +37,44 @@ export const addressFrom = (index: number): string => {
const address = index.toString(16).padStart(40, '0');
return `0x${address}`;
};

async function deterministicKeccakHash<T>(obj: T): Promise<Hex> {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure if that's the best way to solve this

@thelostone-mc thelostone-mc merged commit 39155d8 into main Nov 18, 2024
2 checks passed
@thelostone-mc thelostone-mc deleted the use-signatures branch November 18, 2024 14:50
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