Skip to content

Update @[email protected] #4954

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

Closed
wants to merge 1 commit into from
Closed

Conversation

serkanmax
Copy link

Add support for Bn254 public key type with null-safe checks

  • Introduced isBn254Pubkey() function to support Tendermint Bn254 public keys.
  • Added bn254 to pubkeyType map.
  • Used optional chaining (pubkey?.type) in all type check functions to avoid potential TypeErrors when input is null or undefined.

(just a novice suggestion from a novice user)

Add support for Bn254 public key type with null-safe checks

- Introduced `isBn254Pubkey()` function to support Tendermint Bn254 public keys.
- Added `bn254` to `pubkeyType` map.
- Used optional chaining (`pubkey?.type`) in all type check functions to avoid potential TypeErrors when input is null or undefined.

(just a novice suggestion from a novice user)
Copy link

vercel bot commented Aug 7, 2025

@serkanmax is attempting to deploy a commit to the unionbuild Team on Vercel.

A member of the Team first needs to authorize it.

@benluelo
Copy link
Contributor

this patch file is very fragile, please do not touch it.

@benluelo benluelo closed this Aug 10, 2025
@unionlabs unionlabs locked and limited conversation to collaborators Aug 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants