semiotic-ai / timeline-aggregation-protocol

A fast, efficient and trust-minimized unidirectional micro-payments system.
Apache License 2.0
14 stars 3 forks source link

Investigation of EIP-712 #26

Closed tkornuta-semiotic closed 1 year ago

tkornuta-semiotic commented 1 year ago

https://eips.ethereum.org/EIPS/eip-712

This topic was brought by Zac and we found that actually it matches quite well our needs, so decided to pursue it a bit

tkornuta-semiotic commented 1 year ago

Solution proposed by Ariel:

https://github.com/gakonst/ethers-rs/blob/18a049b4c49965fbb4efbb394891767dc0fa1fa9/ethers-core/ethers-derive-eip712/src/lib.rs#L1

aasseman commented 1 year ago

@ColePBryan should we mark this one as done after #30 ?