Louis

Results 16 comments of Louis

Using Named structs: ```solidity struct Order { bytes32 parent; // Parent Event, can be 0 if first order bytes32 orderID; // tradeID } struct Trade { bytes32 orderID; // orderID...

> The commit [7de0c81](https://github.com/ethereum/ERCs/commit/7de0c8193f0f698961d547b81c4bcdbb1c081094) (as a parent of [cfda43d](https://github.com/ethereum/ERCs/commit/cfda43d14346874d2ef31dd6fbed506a1716c75a)) contains errors. Please inspect the [Run Summary](https://github.com/ethereum/ercs/728/files) for details. Will be corrected soon

We have decided to merge the ERC's into one and I will post the request for comments to Ethereum Magician once done.

Changes: - Merged both ERCs into ERC-7824 `State Channel Framework` - Added all Interfaces and data types - Added an example - Rewrote the Rational - Created and linked the...

I created the following website, which covers much more about the protocol: https://erc7824.org/

@SamWilsn thanks for coming back at us, we are working on this SDK and will provide an updated version middle of next week with resolved comments.