Skip to content

Conversation

storywithoutend
Copy link
Contributor

No description provided.

storywithoutend and others added 11 commits September 4, 2025 14:51
- Add Claude settings configuration
- Update example vars with localhost chain
- Add localhost chain configuration in utils
- Add error handling utilities
- Update chains configuration with localhost support
- Enhance owner resolution logic
- Update worker configuration types
- Update avatar route implementation

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
- Remove debug console.log statements
- Simplify HEAD request handling for unregistered headers
- Maintain original functionality

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
- Return null body for HEAD requests using c.body(null)
- Maintain headers while returning no content for HEAD requests

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
The test script was using 'vitest' which runs in watch mode and never exits.
Changed to 'vitest run' to ensure tests complete and exit properly in CI.
Added 'test:watch' script for local development with watch mode.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Created .test.vars with public RPC endpoints for tests
- Updated vitest.config.ts to use .test.vars for environment variables
- This ensures tests have required WEB3_ENDPOINT_MAP in CI environment

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
…on issue

- Viem handles chainId differently for holesky during EIP-712 signature verification
- While mainnet/goerli/sepolia don't add chainId when not explicitly provided, holesky does
- This causes cross-chain signature verification to fail since test signatures use mainnet wallet
- Added detailed comments explaining the exclusion

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Modified test workflow configuration
- Updated avatar route integration tests

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Update avatar and header routes
- Modify owner utility functions
- Add new subname utility module

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Reorganize imports in avatar and header routes
- Format subname utility code for consistency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@storywithoutend storywithoutend merged commit f1222e6 into feat/hono Oct 2, 2025
1 check passed
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