cmd/abigen, accounts/abi: add support for log subscriptions#15246
cmd/abigen, accounts/abi: add support for log subscriptions#15246bas-vk wants to merge 5 commits into
Conversation
|
pragma solidity ^0.4.15; // generate go bindings with contract Test { function raiseEvents() { |
…e + support subscribe logs - update release contract code for solidity 0.4 - add support for subscribing to filter events in simulated backend and contract backend
|
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
|
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
|
Any news on this? |
|
@bas-vk ping |
|
Superseded by #15832. |
WIP: need to regenerate the contracts included in the
contractspackage but solc is not accepting them during the generation step. Need to figure out why not.This PR adds supports for subscribing to log events on the generated source code.
E.g.:
Generates the following bindings:
Note: I don't have a java environment set up so could not test generated java code. Therefore this PR currently only has go bindings in scope. But that probably leads to problems with the java bindings.