enviodev / hypersync-client-node

Mozilla Public License 2.0
17 stars 1 forks source link

patch: More work to get wildcard addresses to work (includes local patch to skar-client for testing) #11

Open richtera opened 1 month ago

richtera commented 1 month ago

feat: Allow multiple wildcard addresses by varying the last byte of 0x000000...

Added a local patch for the skar-client for testing. Sorry this was easier to get a built version with the changes to copy into node_modules. Added non-wildcards to show up as both event and sigHash queries (since it's extremely unlikely there will be an overlap on the first 4 digits of the hash it's capable of monitoring both Events and sigHash of the same items. It will construct fake Log entries to correctly decode the function signature and parameters.

richtera commented 1 week ago

Sorry this is the main branch. The rebase is WIP.