Enrique Lacal

Results 71 comments of Enrique Lacal

Found a problem with the way I wrote the just in time migration... fixing that

@peterbroadhurst Just working through the changes came across `apis/{apiName}/listeners/{eventPath}` which uses the signature to query the DB for the listener... We need to make a decision if this API now...

I think it's quite easy to sort it by checking if the whole signature contains the current event signature and location!

Great code coverage is working, fixing Weird I'm getting 100% locally for coverage

The Postgres migration seem to be failing, looking into it.. It's a shame the GitHub actions do no give you logs of the docker containers, something to add to my...

Replicate locally ```FF00184: Database migration failed: FF00184: Database migration failed: migration failed: syntax error at or near "MAX" (column 67) in line 4: BEGIN;``` Changing it to just VARCHAR which...

This has been merged and completed

@nguyer I think we can close this?

According to different sources including [web3js]( https://web3js.readthedocs.io/en/v1.2.11/web3-eth.html) states that `logIndex: Number - integer of the log index position in the block. null when its pending log.` which means that the...

Better source is the Ethereum documentation https://ethereum.org/en/developers/docs/apis/json-rpc which states the same ```logIndex: QUANTITY - integer of the log index position in the block. null when its pending log.``` Coupling this...