Louis

Results 16 comments of Louis

I have the same issue, and really running out of idea on how to fix it

can you make a pull request?

@geoknee don't you think after this refactoring and PR solved LedgerChannel should re-use this part of the code and loading their specific app and params ?

@philanton do we have a share config file for things like Adjudicator and all contract address ?

clear, I'm providing this today

We can deploy anytime using our hardhat task but blocked by making a secure deploy: https://www.openzeppelin.com/#secure-deploy

TODO: - [ ] @mnaichuk Index price - [ ] @dpatsora Integrate pkg/quote - [ ] @calj Secure deploy for adjudicator and maybe DUCKIES ERC20 - [ ] Study ERC20...

In the correct non-custodial case, end-user can't auto-settle, a warning should be displayed to notify user he must settle. Also the YIP should cover the liquidation points in the wining...

What about: ```solidity enum Action { OPEN, FUND, ORDER, TRADE, SETTLE, DEFUND, CLOSE } struct Entry { Action action; uint256 timestamp; // The time the entry was created bytes32 metadata;...