Skip to content
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

EVM-475 Create a Relayer microservice #1298

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

igorcrevar
Copy link
Contributor

Description

Base PR for all other PRs related to the account abstraction

Sub-tasks:

  • HTTP endpoint: (RFC-195).
  • Pool of sorted transactions.
  • Relay AA transactions as Ethereum transactions.
  • Integration with smart contract
  • E2E test

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • Hotfix (change that solves an urgent issue, and requires immediate attention)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)

Breaking changes

Please complete this section if any breaking changes have been made, otherwise delete it

Checklist

  • I have assigned this PR to myself
  • I have added at least 1 reviewer
  • I have added the relevant labels
  • I have updated the official documentation
  • I have added sufficient documentation in code

Testing

  • I have tested this code with the official test suite
  • I have tested this code manually

@igorcrevar igorcrevar added the feature New update to Polygon Edge label Mar 15, 2023
@igorcrevar igorcrevar self-assigned this Mar 15, 2023
@igorcrevar igorcrevar changed the title just readme.md EVM-475 Create a Relayer microservice Mar 15, 2023
@igorcrevar igorcrevar force-pushed the feature/EVM-475_Create_a_Relayer_microservice branch from 8430465 to eb4819c Compare March 18, 2023 11:26
@igorcrevar igorcrevar force-pushed the feature/EVM-475_Create_a_Relayer_microservice branch from 01c5c4e to 612bd6c Compare March 27, 2023 09:01
@igorcrevar igorcrevar mentioned this pull request Apr 3, 2023
11 tasks
@igorcrevar
Copy link
Contributor Author

opAuth does not implement latest EIP3074 specification.
It works with current implementation of smart contract although it is not aligned with the latest specification like I mentioned above.
#1291 (comment)
https://github.com/maticnetwork/bor/commits/poleary/wip-eip-3074

@igorcrevar igorcrevar force-pushed the feature/EVM-475_Create_a_Relayer_microservice branch 3 times, most recently from f2ec206 to e9d2a87 Compare April 6, 2023 08:35
@igorcrevar igorcrevar force-pushed the feature/EVM-475_Create_a_Relayer_microservice branch from e9d2a87 to c01d082 Compare April 13, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New update to Polygon Edge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant