-
Notifications
You must be signed in to change notification settings - Fork 47
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
Implementing Loom Provider 2 (WebSocket + JSON RPC) #303
base: master
Are you sure you want to change the base?
Conversation
eduardonunesp
commented
Aug 26, 2019
•
edited
Loading
edited
- Depends on Loomchain eth_sendRawTransaction eth_sendRawTransaction modified to support ethereum transactions loomchain#1227
- Update e2e configs with new Loomchain configs
- Replicate tests from original Loom Provider
- Import code from test branch
- Use stable version of Web3 1.2.1 (WebsocketProvider) as reference
- Loom Provider 2 using WebSocket as default
- WebSocket communication and eth_subscribe/eth_unsubscribe tracking by Loom Provider 2
- Adding retry strategies like original Loom Provider
- Wallet management on ethers/Wallet
- Signed transaction from ethers/Wallet
- JSON RPC documentation on Loom Developers Site (https://loomx.io/developers/en/json-rpc-methods.html)
f503e0a
to
dfb1e84
Compare
The main difference between the current version of |
Totally agree with you, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase this PR on master, nothing in src/mainnet-contracts
should've changed in this PR