* Add slot 3 back to ASCII art * New slot-oriented diagrams When 1-block-per-slotm, slots are drawn vertically. That's the ideal case. Abandoning a block is what should look like something forking off to the side.
Building the Solana book
Install the book's dependnecies, build, and test the book:
$ ./build.sh
Run any Rust tests in the markdown:
$ make test
Render markdown as HTML:
$ make build
Render and view the book:
$ make open