Commit Graph

171 Commits

Author SHA1 Message Date
Cheng
342135c3da
updating libsodium library 2022-03-26 21:28:26 +11:00
reaction.la
ab4f440350
Merge remote-tracking branch 'origin/master' into docs 2022-03-26 21:16:07 +11:00
Cheng
fccefe3a97
Visual studio became stuffier about template code, making it harder
to use procedural code in templates.
Cannot have a static_assert(false) in a template.

Got into a tizzy about integer types, instead of cheerfully casting anything to anything.
2022-03-26 20:39:41 +11:00
reaction.la
62065333e1
work in progress backed up 2022-03-24 12:11:00 +10:00
Cheng
78a14309e5
Merge remote-tracking branch 'origin/docs' 2022-03-08 14:48:17 +10:00
Cheng
6fa5cf6da4
Restructuring to allow child pages access to frame menus 2022-03-08 14:46:14 +10:00
reaction.la
b75fbbc80a
somehow commited dud versions of mkdocs.sh and running_average.md 2022-03-08 14:43:53 +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
01d20a8260
attempting to doc append only merkle patricia 2022-03-06 07:11:28 +10:00
Cheng
251325836a
minor template cleanup and clarification 2022-02-28 15:54:21 +10:00
reaction.la
93df1f31f2
still much to be done on consensus and patricia trees 2022-02-26 22:48:09 +10:00
Cheng
885c51bfc1
Fixed template bug in serialization 2022-02-24 10:59:13 +10:00
Cheng
97c98cf1e5
Spent far too much time fixing <=> to operate over ranges 2022-02-23 19:21:31 +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
reaction.la
e49662106b
Checking in html files 2022-02-18 13:33:27 +10:00
john
90465409f0
Now using vs22 build of mpir 2022-02-17 18:25:36 +10:00
Cheng Sheng
189a699152
Automatic setup of libraries 2022-02-17 12:25:44 +10:00
Cheng
3c6a37b0e1
leaving potentially inconvenient history behind 2022-02-16 15:54:47 +10:00