Errata

Mastering Corda

Errata for Mastering Corda

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
C
Table "This next table compares Corda and Hyperledger Fabric:"

In the Appendix C. Comparison Tables, after the text "This next table compares Corda and Hyperledger Fabric:", the items in the line of "Double-spend protection" (Notary and Ordering service) are inverted.
"Notary" is listed under the Fabric column, and "Ordering service" is listed under Corda column. They should be inverted, I think?

Alessandro Baffa  Oct 11, 2020  Feb 24, 2021
ch 2
Chapter 2, link for "Corda project template"

The link to the repository used by the author in the examples, https://github.com/learncorda/, points to a private repository and thus inaccessible.

Rodrigo Vieira  Oct 26, 2020  Feb 24, 2021
1
Chapter 07 - Creating To-Do Time Windows

In the section, Creating To-Do Time Windows of Chapter 07, on adding a sleep to the thread, the code is put as "FlowLogic.sleep(70, TimeUnit.SECONDS);", whereas it should actually be "Strand.sleep(20, TimeUnit.SECONDS);"

FlowLogic.sleep expects a different syntax and is not valid in this position.





Rajapandian  Feb 20, 2021  Feb 24, 2021