OliverNChalk

Results 18 comments of OliverNChalk

Just to weigh in on this. One of the inherent advantages solidity scripting provides over using another language is the tight integration with the `src/` contracts. This gives you type-safety...

Hey, just testing this out locally and haven't had any issues parsing JSON files yet. I merged master in and it was fine, just one compile issue fixed here: https://github.com/proximacapital/foundry/commit/e6867e11c89e21a1dc614d2cc68dd292ec2e3537...

Build currently failing but ill def use that flag in the future, for now running off of a fork

@0xPhaze I am able to parse this: ![image](https://user-images.githubusercontent.com/11343499/185801291-13fbeca3-8502-4c2b-8db1-6d868d48b737.png) Into this: ![image](https://user-images.githubusercontent.com/11343499/185801299-d7b9be56-7e4f-473f-bf12-b0cf410bfb6b.png)

Hey @akolotov , thanks for the quick response! My thoughts on your questions: 1. So is it correct that Ethereum -> xDai is just the user deposit on Ethereum. Then...

> Correct. One validator relays collected signatures to the Ethereum Mainnet. If you look at https://blockscout.com/eth/mainnet/tx/0xd8453479702a1c516e8250e1087cc5faddfc82aee20d739bdee614a23226bd7c you will see that it consumed ~129500 gas to confirm transfer by three signatures....

> OK. I see. The assumption here is that the network validators should play the role of the bridge validator as well, isn't it? And it means that KYC will...

I don't think I have seen any issues yet, so it might make sense to formalize this a bit to make it easier to digest. I will try to get...

https://github.com/OliverNChalk/commit-reveal-bridge/tree/master - I plan to use this as a working doc, it currently lacks details but do you see any issues with this proposal (beyond needing more details)?

Hmm, what are your thoughts on having the user do this maths off chain then send a trade on chain with the result and some checks on the state of...