Commit Graph

10 Commits

Author SHA1 Message Date
Cheng
a28cda222c
minor layout 2022-05-23 16:06:01 +10:00
reaction.la
362b7e653c
Updated to current pandoc format
Which affected all documentation files.
2022-05-07 12:49:33 +10:00
reaction.la
62065333e1
work in progress backed up 2022-03-24 12:11:00 +10:00
reaction.la
6235c20bb3
updated white paper 2022-03-08 14:08:06 +10:00
reaction.la
ad5c97e7dc
cleaned up svg code
Realized that generalizing a Merkle-patricia tree to represent an arbitrary Merkle dag was just too messy.

Led to complicated data structures forming complicated trees navigated in complicated ways.

Treating each type of Merkle vertex as its own thing, and a Merkle-patricia vertex as a common and useful special case of a Merkle vetex leads to simpler data structures that more directly represent concepts.

learning how to do paths without inkscape

M point c point point point s point point s point point ...
If you have more than one c triplet, you will have kinks

Or m point, q point point t point t point ...

M point q point will often suffice.  You should never need many s or t values, and never have more than one c or q values.

cleaned up consensus, made a start on cleaning up blockdags
2022-03-06 20:14:19 +10:00
reaction.la
93df1f31f2
still much to be done on consensus and patricia trees 2022-02-26 22:48:09 +10:00
reaction.la
4e671723fe
Finally completed consensus algorithm design
Also extensively modified the process of
generating html files from markdown files
2022-02-22 16:56:03 +10:00
reaction.la
5a675fbbc3
Still thinking about consensus 2022-02-20 18:46:36 +10:00
reaction.la
5238cda077
cleanup, and just do not like pdfs
Also, needed to understand Byzantine fault tolerant paxos better.

Still do not.
2022-02-20 18:26:44 +10:00
Cheng
3c6a37b0e1
leaving potentially inconvenient history behind 2022-02-16 15:54:47 +10:00