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

Add claim records for localnet #260

Merged
merged 16 commits into from
Feb 8, 2024
Merged

Add claim records for localnet #260

merged 16 commits into from
Feb 8, 2024

Conversation

toshiSat
Copy link
Collaborator

@toshiSat toshiSat commented Jan 17, 2024

  • Fix Eth signature verification
  • Fix Claim module not being added to maccPerms
  • Fix openApi for claim record query
  • Fix error when no claimrecord is shown defaulting to ARKEO chain
  • Update genesis.json to be claimarkeo instead of claim
  • Add claimrecords when running testnet/localnet
  • typos
  • enable CORs for localnet/testnet
  • lint
  • update tests

@toshiSat toshiSat requested review from cbarraford and 0xean January 18, 2024 00:38
// }
// sigHex[64] -= 27
if sigHex[crypto.RecoveryIDOffset] == 27 || sigHex[crypto.RecoveryIDOffset] == 28 {
sigHex[crypto.RecoveryIDOffset] -= 27 // Transform yellow paper V from 27/28 to 0/1
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@cbarraford This was needed to verify signatures. Would like your eye on it

@cbarraford cbarraford merged commit a41a74f into master Feb 8, 2024
3 checks passed
@cbarraford cbarraford deleted the fix-default-claim branch February 8, 2024 17:34
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