maidsafe / sn_dbc

Safe Network DBCs
BSD 3-Clause "New" or "Revised" License
15 stars 16 forks source link

refactor(spend)!: include tx instead of only hash #253

Closed oetyng closed 1 year ago

oetyng commented 1 year ago

This is to include the DbcTransaction in a spend instead of only the hash of it. We need to include that so that the parents to this Dbc being spent, can be looked up and validated.

NB 1: reissue performance of merge 100:1 regressed with 30% as we do not cash the dbc tx hash. To be fixed.