cryo
cryo copied to clipboard
add deployed "contract_address" as an optional column to transactions
Motivation
Cryo currently does not support the extraction of deployed contract addresses for nodes without tracing api.
Solution
Added optional contract_address column, extracted from transaction receipts to transactions dataset.
PR Checklist
- [ ] Added Tests
- [ ] Added Documentation
- [ ] Breaking changes