LF-Decentralized-Trust-labs / paladin

Programmable privacy for EVM
https://lf-decentralized-trust-labs.github.io/paladin
Apache License 2.0
15 stars 6 forks source link

More renaming and cleaning up of types #406

Closed awrichar closed 1 week ago

awrichar commented 2 weeks ago

Rename transaction "extra data" to "domain data".

Remove testbed's TransactionInput type and use the real TransactionInput type.

awrichar commented 1 week ago

Yes, definitely trying to align the testbed as closely as possible with the real transaction manager, and hopefully continue replacing mocked pieces with real logic.