Improvement ideas
Closed this issue · 1 comments
yglukhov commented
- Separate out the contract definition macro, so that it can be reused by nim-contracts/playground, and so that the contract interfaces defined with it can be reused too.
- Use compile-time keccak for function signatures.
arnetheduck commented
I believe these have both been addressed, ie there's a contracts_dsl
which uses compile-time keccak..