icdevs / ICEventsWG

WG for developing an Event System(pub/sub) on the Internet Computer
3 stars 3 forks source link

Forego Transaction Deduplication #34

Closed skilesare closed 4 months ago

skilesare commented 6 months ago

Since this is an inter-canister communication platform, I believe we can do away with transaction deduplication.

skilesare commented 5 months ago

General Consensus Reached. External extensions may need a whole new layer.

skilesare commented 5 months ago

I have added this section to the draft:

Transaction Deduplication

Due to the inter-canister nature of the platform, transaction deduplication is not necessary. The underlying framework of the IC should keep messages from being replayed.