-
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
Add ability to use LoomProvider with the /eth endpoint #299
Conversation
# Conflicts: # e2e_tests.sh
- remove Client.readClient - Client.sendWeb3MsgAsync - Client.sendWeb3MsgAsync revert code in getevmfilterchanges - update LoomProvider accordingly
- ClientEvent.EVMEvent - catch on test - readerSuffix
(.blockNumber does not seem to be used by web3, keeping it there to not break stuff)
One test still fails... didn't we disable blueprint? Calls via HTTP
|
Just to test that we didn't break interaction with Go contracts. BluePrint will get replaced by the SampleGoContract in the near future.
This reverts commit cebfaa2.
This is an intermediate step that will allow us to start using the Web3 JSON-RPC methods provided by Loom nodes on the One annoying limitation of the changes in this PR is that a single |
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.
LGTM
No description provided.