Skip to content

Conversation

@Peponks9
Copy link

@Peponks9 Peponks9 commented Oct 8, 2025

  • Transaction Conversion Update: updated convert_transaction_request to properly handle TxKind::Call (extract address) and TxKind::Create (return error), replacing previous. method.
  • Error Handling: added `AddressConversion error variant to RelayerSignerError for better debugging when address parsing fails.

Docs

  • Version Update: updated Alloy dependency to version 1.0.36 and added signer-keystore feature in the installation example.
  • Auth Fix: Corrected CreateClientAuth typo to AdminRelayerClientAuth.
  • API Alignment: Updated signer creation examples to use RelayerSigner::from_relayer_client with explicit address, matching the current code API instead of the outdated auto-fetch methods.

Closes #21

@vercel
Copy link

vercel bot commented Oct 8, 2025

@Peponks9 is attempting to deploy a commit to the joshaavecom's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Author

@Peponks9 Peponks9 left a comment

Choose a reason for hiding this comment

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

also, wondering if would make sense to change https://github.com/joshstevens19/rrelayer/blob/master/crates/sdk/src/alloy_integration.rs#L294 from u64 to since U256 to match alloy's?

@joshstevens19
Copy link
Owner

also, wondering if would make sense to change https://github.com/joshstevens19/rrelayer/blob/master/crates/sdk/src/alloy_integration.rs#L294 from u64 to since U256 to match alloy's?

Yes match it all that snippet from generated so feel free to replace anything which doesn’t match

Copy link
Author

@Peponks9 Peponks9 left a comment

Choose a reason for hiding this comment

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

changes to U256 type done

@joshstevens19
Copy link
Owner

@Peponks9 are you happy with this now - we also have :::warning This may change over the next few days when its tested out properly. ::: left up we should clear and we happy with how alloy suggests to integrate etc and all examples in it you have tested in playground and work?

@vercel
Copy link

vercel bot commented Oct 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rrelayer Ready Ready Preview Comment Oct 12, 2025 0:55am

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.

Improve alloy integration devex

2 participants