Author | SHA1 | Message | Date |
---|---|---|---|
mergify[bot] |
3a695d4b6f
|
docs: fix links (#4531)
* docs: fix links - fix broken links closes #4522 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * fix more links * add enable and disable * remvoe deadlink |
5 years ago |
Sean Braithwaite |
ee993ba8ff
|
blockchain: add v2 reactor (#4361)
The work includes the reactor which ties together all the seperate routines involved in the design of the blockchain v2 refactor. This PR replaces #4067 which got far too large and messy after a failed attempt to rebase. ## Commits: * Blockchainv 2 reactor: + I cleaner copy of the work done in #4067 which fell too far behind and was a nightmare to rebase. + The work includes the reactor which ties together all the seperate routines involved in the design of the blockchain v2 refactor. * fixes after merge * reorder iIO interface methodset * change iO -> IO * panic before send nil block * rename switchToConsensus -> trySwitchToConsensus * rename tdState -> tmState * Update blockchain/v2/reactor.go Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com> * remove peer when it sends a block unsolicited * check for not ready in markReceived * fix error * fix the pcFinished event * typo fix * add documentation for processor fields * simplify time.Since * try and make the linter happy * some doc updates * fix channel diagram * Update adr-043-blockchain-riri-org.md * panic on nil switch * liting fixes * account for nil block in bBlockResponseMessage * panic on duplicate block enqueued by processor * linting * goimport reactor_test.go Co-authored-by: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com> Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com> |
5 years ago |
Sean Braithwaite | 0523ecf632 | docs: update ADR 43 with links to PRs (#4207) | 5 years ago |
Sean Braithwaite | 1d5fcc2281 |
adr: [43] blockchain riri-org (#3753)
* [adr] First draft on adr-042 * fix diagram urls * Update docs/architecture/adr-042-blockchain-riri-org.md Co-Authored-By: Marko <marbar3778@yahoo.com> * Update docs/architecture/adr-042-blockchain-riri-org.md Co-Authored-By: Marko <marbar3778@yahoo.com> * Update docs/architecture/adr-042-blockchain-riri-org.md Co-Authored-By: Marko <marbar3778@yahoo.com> * add go syntax highlight * more highlighting * consistency fixes * Add references * new adr number * Fixes based on feedback * aditional state info * Add details on getSchedule * replace spaces with tabs * fixes based on feedback * add clarity around r.msgs * clarify block processing * fix off by one error * additional details on ioRoutine * Update docs/architecture/adr-043-blockchain-riri-org.md Co-Authored-By: Anca Zamfir <ancazamfir@users.noreply.github.com> |
5 years ago |