decentralized-identity / sidetree-reference-impl

Sidetree Reference Implementation
Apache License 2.0
5 stars 7 forks source link

Remove the concept of "transaction number" and just work with "block number" and "transaction index" directly. #20

Open isaacJChen opened 3 years ago

isaacJChen commented 3 years ago

Core currently passes in a transaction number and ask blockchain to do the filtering if there are other transactions in the same transactions time. It may be cleaner logic to have core pass in the transaction time and do the filtering itself.