warden-protocol / wardenprotocol

Monorepo for the Warden Protocol.
https://wardenprotocol.org
Apache License 2.0
1.1k stars 107 forks source link

Ethereum analyzer: provide basic tx information #306

Closed Pitasi closed 3 months ago

Pitasi commented 4 months ago

Now that we have a working Ethereum analyzer, the first quick win is to expose the raw data that the tx contains (to, value, chain_id).

Right now the Ethereum analyzer only returns the "data_for_signing" field.