spacemeshos / SMIPS

Spacemesh Improvement Proposals
https://spacemesh.io
Creative Commons Zero v1.0 Universal
7 stars 1 forks source link

Atomic transaction batches (placeholder) #85

Open lrettig opened 2 years ago

lrettig commented 2 years ago

Overview

Provides an alternative to nonces to specify a set of transactions that must be executed together, in a specific order, or not at all. Note that this could hypothetically also be implemented using #84 or else by deploying a one-off template (but that would be wasteful and more expensive).

Scope

Goals and motivation

High-level design

Prior art

Specification

Implementation plan

Questions

Dependencies and interactions

Stakeholders and reviewers

Testing and performance