James Campbell

Results 22 issues of James Campbell

https://documentation.poap.tech/docs/popular-flow#2-token-gating-with-poaps

## Summary - Add comprehensive TACo Account Abstraction signing demo for adopters - Single-file implementation showing TACo threshold signatures with ERC-4337 - Complete documentation with example output and setup instructions...

## Summary Adds `:nullAddress` as an automatically injected context variable that resolves to the Ethereum null address (0x0000000000000000000000000000000000000000) on the node side. ## Motivation This is the taco-web companion PR...

## Summary The TACo AA signing demo currently requires a local wallet as a signatory for the MetaMask Smart Account, even though the actual signing is performed by the TACo...

help wanted

### Overview The signing module currently throws generic `Error` objects with string messages. We should create custom error classes to improve error handling, debugging, and allow consumers to catch specific...

enhancement

### Overview The `findParamWithAuthentication` method in the Condition class has a TODO comment indicating it needs to be fixed and tested. Currently, there are no tests for this method. ###...

good first issue
testing

### Overview The signing module has JSDoc for the main `signUserOp` function, but other important functions lack documentation. This makes it harder for developers to understand and use the module...

documentation
good first issue

### Overview The `aggregateSignatures` function in the signing module handles critical security logic for combining threshold signatures. While basic functionality is tested, edge cases need coverage to ensure robustness. ###...

good first issue
testing

### Overview The signing module currently uses `console.error` for error logging, which is not ideal for production code. This should be replaced with a proper error handling mechanism that doesn't...

enhancement
good first issue