Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTXO accumulators for state-minimization [draft] #528

Open
SilentCicero opened this issue Oct 23, 2023 · 0 comments
Open

UTXO accumulators for state-minimization [draft] #528

SilentCicero opened this issue Oct 23, 2023 · 0 comments

Comments

@SilentCicero
Copy link
Member

SilentCicero commented Oct 23, 2023

Abstract

Fuel has always had a deep focus on state-minimized blockchain architecture. Due to our UTXO model, either part of all of our state could be packaged into a single potentially constant sized accumulator representing either some or all of our unspent or spent UTXOs.

This could mean that the state of all native assets or contracts could be accumulated into a single payload under something like 1kb.

Pros

  • Reduced IO
  • State size minimization

Cons

  • Less rich accessible state
  • P2P
  • Data-availability
  • Execution cost

A Gradient Of Node Operation Modes

  • Light Client - headers
  • Light Full Node - headers, compressed state, contract state
  • Full Node - headers, entire state
  • Partial Archival Node - headers, block data, compressed state
  • Archive Node - headers, entire state, all pruneable data

Approaches

  • RSA Accumulators
  • zkSnarks or Starks
  • BLS

Prior Art

@SilentCicero SilentCicero changed the title Accumulators for UTXOs for state-minimization UTXO Accumulators for state-minimization Oct 23, 2023
@SilentCicero SilentCicero changed the title UTXO Accumulators for state-minimization UTXO Accumulators for state-minimization [draft] Oct 23, 2023
@SilentCicero SilentCicero changed the title UTXO Accumulators for state-minimization [draft] UTXO accumulators for state-minimization [draft] Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant