Closed mightybyte closed 3 years ago
I guess since our Transaction
is actually an executed transaction, that's correct, since the outputs depend on the block.
Truly denormalized would be:
Ahh yeah. I think this is a good compromise for now because it avoids a join when you want to query on tx success/failure, etc.
@sirlensalot I don't believe request key does captures everything because transactions can be reintroduced. @emmanueldenloye and I ran into this issue when we were debugging the DB filling code.