Releases: ithacaxyz/relay
v23.0.3
v23.0.2
What's Changed
- chore(deps): bump alloy-chains from 0.2.8 to 0.2.9 by @dependabot[bot] in #1306
- feat(docker): add curl, git, and foundry to chainwalker image by @kuyziss in #1311
- chore(deps): bump aws-sdk-kms from 1.82.0 to 1.85.0 by @dependabot[bot] in #1304
- feat: add relay-tools/recast CLI by @joshieDo in #1316
- feat: record
node_latencyfor all requests by @klkvr in #1319
Full Changelog: v23.0.1...v23.0.2
v23.0.1
What's Changed
- perf: only estimate fees once for single-chain intents by @klkvr in #1292
- chore(deps): bump alloy from 1.0.25 to 1.0.27 by @dependabot[bot] in #1305
- chore(deps): bump clap from 4.5.45 to 4.5.46 by @dependabot[bot] in #1302
- chore(deps): bump binance-sdk from 12.0.0 to 14.0.0 by @dependabot[bot] in #1303
- fix:
get_keysfor all chains onchainwalkerby @joshieDo in #1298 - Add issue templates by @jenpaff in #1293
- feat(ci): add Docker image build for chainwalker by @kuyziss in #1307
- feat(docker): add nushell to chainwalker and stress containers by @kuyziss in #1309
- fix: bump v23.0.1 + only rehash signing digest with
erc1271if account is>=v0.5by @joshieDo in #1308
New Contributors
Full Changelog: v23.0.0...v23.0.1
v2.1.1
v2.1.0
v2.0.0
Replaces wallet_sendTransaction with relay_sendAction and adds relay_estimateFee. The relay now operates on UserOps and is specifically designed to work with https://github.com/ithacaxyz/account.
Quotes from relay_estimateFee are signed by the relay and have a TTL. This quote is passed by the user to relay_sendAction and is the final determination for how much the op will cost the user to execute.
The relay now also expects payment in ERC20. However, in this initial version, the quotes given back from the relay are always 0, i.e. always free.
New metrics have also been added, latency for upstream latency and rpc_latency for RPC method response times, and balance for the transaction signer native token balance.
v1.2.0
v1.1.0
Adds Prometheus metrics served at https://relay.ithaca.xyz/metrics.
The only current metric is rpc_call_count, with two labels: method and code. For successful calls, a code of 0 is used.
v1.0.3: Legacy
This is the legacy build of the relay, which includes wallet_sendTransaction.