AppLayerLabs / bdk-cpp

MIT License
7 stars 12 forks source link

PR for #75 (Support for Solidity Events) #82

Closed Jean-Lessa closed 7 months ago

Jean-Lessa commented 8 months ago

Branch 75-events contains an initial implementation of Solidity events in general. Some things remain to be done, but I believe things are solid enough to be merged right now (just in time for Christmas even, hopefully it'll serve as a nice gift for those who waited so long :eyes:).

What was implemented

Flux of how events work in OrbiterSDK

Implementation details

What is missing

Jean-Lessa commented 8 months ago

Docs have been updated on sparq-docs, under a new branch called events. Once this is merged I'll do the merge there accordingly. Would also appreciate some feedback there, it should be pretty easy to follow.

Jean-Lessa commented 7 months ago

Included merges for the SDKTestSuite, global parameters in Options and other minor fixes developed on separate branches. All that's left is to merge this into development and we should be good to go. Would appreciate a final look into it before merging. @itamarcps @jcarraror