Closed sameh-farouk closed 7 months ago
there was some tft bridge pallet changes on these recently merged PRs on tfchain that need to reflected in the graphql schema:
https://github.com/threefoldtech/tfchain/pull/888
source
BurnTransaction
BurnTransactionExpired
https://github.com/threefoldtech/tfchain/pull/885
tx_hash
MintCompleted
also a db migration should be included
checked the processor code and since the bridge events not handled/indexed so the changes is not applicable here and issue can be closed.
there was some tft bridge pallet changes on these recently merged PRs on tfchain that need to reflected in the graphql schema:
https://github.com/threefoldtech/tfchain/pull/888
source
account ID was added toBurnTransaction
type and toBurnTransactionExpired
eventshttps://github.com/threefoldtech/tfchain/pull/885
tx_hash
to theMintCompleted
eventalso a db migration should be included