We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create domain service libraries to isolate Web3 dependencies, allowing them to be easily mocked during unit testing.
Eliminate all Web3 dependencies (Web3.js, Ethers.js, Cosmos, Solana) from libs/model and simplify import structures.
Each new library should consider:
The text was updated successfully, but these errors were encountered:
@timolegros should we link this ticket to the web3 refactoring work you have in mind?
Sorry, something went wrong.
libs/evm-protocols
Done in #9933
@Rotorsoft I don't believe this ticket is complete. Note in #9933:
Sub-ticket of #7504. Difference is this ticket is not focused on moving existing Web3 references to the new lib.
Reopening per comments above ☝️
libs/evm-protocol
timolegros
Successfully merging a pull request may close this issue.
Description
Create domain service libraries to isolate Web3 dependencies, allowing them to be easily mocked during unit testing.
Objective
Eliminate all Web3 dependencies (Web3.js, Ethers.js, Cosmos, Solana) from libs/model and simplify import structures.
Services to refactor
Engineering Requirements
Each new library should consider:
The text was updated successfully, but these errors were encountered: