Try fixing elm-doc-preview dep
Signed-off-by: Matthieu Pizenberg <[email protected]>
Signed-off-by: Matthieu Pizenberg <[email protected]>
* Mithril update 2026-05-06 * Update blog/2026-05-06-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
Co-authored-by: olgahryniuk <[email protected]>
Signed-off-by: Matthieu Pizenberg <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
* refactor: remove sync effects Signed-off-by: Eric Torreborre <[email protected]> * refactor: hide effects type parameters in store and ledger Signed-off-by: Eric Torreborre <[email protected]> * feat: implement store effects with consistent snapshots Signed-off-by: Eric Torreborre <[email protected]> * fix: better take care of the origin point when getting a tip Signed-off-by: Eric Torreborre <[email protected]> * fix: select a correct best candidate on startup Signed-off-by: Eric Torreborre <[email protected]> * fix: collect then delete keys when switching to a new fork Signed-off-by: Eric Torreborre <[email protected]> * fix: get the next best chain header from a snapshot Signed-off-by: Eric Torreborre <[email protected]> * chore: rebase on main Signed-off-by: Eric Torreborre <[email protected]> * refactor: remove the use of a Vec::remove call Signed-off-by: Eric Torreborre <[email protected]> * fix: make sure that two functions can be called with the origin point Signed-off-by: Eric Torreborre <[email protected]> * test: fix the overriding chainstore when using snapshots Signed-off-by: Eric Torreborre <[email protected]> * fix: make sure that we can always return a best chain tip Signed-off-by: Eric Torreborre <[email protected]> * feat: find a rollback point using a snapshot Signed-off-by: Eric Torreborre <[email protected]> * fix: deal with the origin point when getting the next best chaint point Signed-off-by: Eric Torreborre <[email protected]> * feat: add a note about fixing the special case of the origin point in the store Signed-off-by: Eric Torreborre <[email protected]> * refactor: return more precise results for missing blocks Signed-off-by: Eric Torreborre <[email protected]> * doc: add a todo for storing tips Signed-off-by: Eric Torreborre <[email protected]> * refactor: remove an unnecessary test Signed-off-by: Eric Torreborre <[email protected]> * refactor: find ancestor on best chain Signed-off-by: Eric Torreborre <[email protected]> * refactor: improve find_common_ancestor Signed-off-by: Eric Torreborre <[email protected]> * fix: the origin point is always considered to be an intersection point. Signed-off-by: Eric Torreborre <[email protected]> * refactor: use an enum to handle intersection points results Signed-off-by: Eric Torreborre <[email protected]> * chore: rebase on main Signed-off-by: Eric Torreborre <[email protected]> * refactor: use the same implementation for the optimistic and the snapshot db Signed-off-by: Eric Torreborre <[email protected]> * refactor: add a comment Signed-off-by: Eric Torreborre <[email protected]> * refactor: simplify the search for best select_chain candidates on startup Signed-off-by: Eric Torreborre <[email protected]> * fix: revert the changes for finding a rollback point using the ledger Signed-off-by: Eric Torreborre <[email protected]> * refactor: use a fallback for the tip effect Signed-off-by: Eric Torreborre <[email protected]> * refactor: find the best tip candidate on startup Signed-off-by: Eric Torreborre <[email protected]> * fix: use the anchor hash to find the best candidate tip + additional improvements Signed-off-by: Eric Torreborre <[email protected]> --------- Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Matthieu Pizenberg <[email protected]>
Signed-off-by: Matthieu Pizenberg <[email protected]>
Signed-off-by: Matthieu Pizenberg <[email protected]>
* Add visualization of proposal conflicts (with mock data) Signed-off-by: Matthieu Pizenberg <[email protected]> * Add tooltips for the conflict badges Signed-off-by: Matthieu Pizenberg <[email protected]> * Remove mock data Signed-off-by: Matthieu Pizenberg <[email protected]> * Format the elm code Signed-off-by: Matthieu Pizenberg <[email protected]> --------- Signed-off-by: Matthieu Pizenberg <[email protected]>
Also switch from package memory to package ram.
Replaces console.log with silent error handling to prevent leaking error details to stdout in production. Matches the error handling pattern used in JWT.verify(). Signed-off-by: A-Chronicle <[email protected]>