Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chifra export - unreconciled txs I #3418

Open
tjayrush opened this issue Nov 25, 2023 · 0 comments
Open

chifra export - unreconciled txs I #3418

tjayrush opened this issue Nov 25, 2023 · 0 comments

Comments

@tjayrush
Copy link
Member

tjayrush commented Nov 25, 2023

  • Use withdrawals as a minted value in reconcilations.
  • We store <bn.txid> in our index. When we spin through that list, we sometimes encounter <bn.99995> as one of the transactions which means the address took a withdrawal in that block -- but -- in many cases the address takes more than one withdrawal in the same block. We don't have that ability since we handle one transaction at a time, so only one withdrawal gets reported.
  • https://etherscan.io/block/0xc53e758397b782b8306ed19e6f42c9f074192595f5f1f3ee3ca9f9a8fa398afc This tx doesn't balance. We caluclate the right amount incoming, but we don't remove the burnt fees?
  • chifra export - unreconciled txs II #2572
  • We can make a new category of token income/outflow by assuming that a transfer in with sender == 0x0 or a transfer out with the sender == 0x0 is either a mint or burn, respectivly. Also, we can select a few of the more common ways to mint or burn to decode and parse the data. A small set of functions is better than nothing probably.
@tjayrush tjayrush changed the title chifra export - unreconciled txs chifra export - unreconciled txs I Nov 25, 2023
@tjayrush tjayrush closed this as completed Jun 1, 2024
@tjayrush tjayrush reopened this Jun 4, 2024
@tjayrush tjayrush closed this as completed Jun 4, 2024
@tjayrush tjayrush reopened this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant