Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Beyond Blockchain - Convergent Consensus
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Some Requirements
- 3 Convergence example
- 4 Three requirements for a CRDT merge function
- 5 Some examples of CRDTS
- 6 Ideally we want universal state transitions
- 7 Voting Example
- 8 One solution is Blockchain
- 9 Not a good solution
- 10 What happens if somebody adds a new block?
- 11 Fault Tolerance
- 12 What if blocks conflict?
- 13 Simultaneous confirmation
- 14 We can now define a merge function!
- 15 One big problem?
- 16 Data structures to the rescue
- 17 Optimising Beliefs
- 18 Convergent Proof of Stake is close to optimal
- 19 Convex Virtual Machine
- 20 Structure of Global State
- 21 Data Types
- 22 Every Account is Lisp Machine!
- 23 Smart Contracts - Vote Counting Actor
- 24 Smart Contracts - Usage from User Account
- 25 A little necessary economics