Peter Broadhurst

Results 86 comments of Peter Broadhurst

So just thinking about the implications, it will simply be that the `listener` in `EVMConnect`/`fabconnect` will show a `fromBlock` that isn't the only you specified on the listener itself. I...

I've updated the PR to handle the `0` and explicit block cases for Fabric and Ethereum

> This will cause FireFly to never listen to those events and not let the user know that an issue has occurred. It's a bug in the way the Contract...

Note that I expect the testing, code changes and investigation of this one to overlap with the changes under discussion in #1531

Thanks @EnriqueL8 - going to take another look my side to understand the code better. My naive reading of the code suggested that if `err != nil` in the below...

Ok - so the thing I missed here is the `true` being passed down for `okNotFound`, so the `FF10111` error isn't actually passed to this code. So I don't think...