RandomWits

life is too short for a diary

Most popular




Mastering Ethereum: Implementing Smart Contracts

These are my learning notes and reflections while reading "Mastering Ethereum: Implementing Smart Contracts" by Carlo Parisi, Alessandro Mazza, Niccolo Pozzolini, Gavin Wood, and Andreas M. Antonopoulos. I plan to update this periodically as I progress through the book...

Continue reading → Tags : blockchain ethereum books






Canton Node Upgrade Runbook

Upgrading a Canton validator node requires careful coordination with the network and the correct upgrade sequence. Although the upgrade itself is straightforward, performing it at the wrong time or upgrading components in the wrong order can lead to synchronization failures or unnecessary downtime...

Continue reading → Tags : canton blockchain






Use Wrapper Boolean for Optional PATCH Fields in Java

What's the difference between boolean and Boolean in Java? At first, they look almost the same. Both can hold true or false...

Continue reading → Tags : java