bonedaddy

Results 91 comments of bonedaddy

Hello, thanks for taking the time to look at the code in detail like that. I will try your suggestions and hopefully they work!

# Uniswap Price Calculation * Take value of `sqrtPrice` in slot0 then divide by `2**96` then square it * onchain square then divide by `(2**96)**2`

Has this been implemented yet?

Did this end up getting anywhere? I just started working on a project where being able to verify objects with links would be very useful. I'd be happy to help...

No worries! Can't promise anything but if I figure out a solution I'll submit a PR.

I believe the invalid opcode comes from using `sha256`. if you comment out line 18 which converts to base58 you should be able to run the function successfully and generate...

I have another question with regards to extending the event validation to included additional even topics like so: ``` bytes32 constant eventTopics = keccak256(keccak256("DataStored(bytes,string,bytes,string")); event DataStored(bytes indexed _indexedData, string indexed...

Ah I see. I tried my implementation and couldn't get it to work. I also tried the original EventStorage.sol implementation, and couldnk't get it to verify the event data?? I...

Update, it is indeed the fact that the tests I were performing occured on a PoA Clique network, which inserts extra data into the block header. I tried out the...