• Friday

    • Jump covered the 320m for wormhole.
    • Olympics opening ceremony.
    • The tips of alaska and russia are only 50 miles apart.
    • Amzn (rivn) and snap crushing.
    • geth –syncmode light -> ~/.ethereum/geth/lightchaindata.
    • Remember for bash: profile is loaded at login, rc is loaded for every new shell. Add accordingly (eg aliases in rc).
    • type <alias> to print command. Or just “alias” to list all.
    • Homemade hoisin sauce and prepared the duck for tomorrow.
    • Commented out footer.php’s block for wordpress self-ad.

  • Thursday

    • Wormhole eth-sol hack was 120k weWETH ($320m). Minted the wrapped eth on solana by passing a fake system address, which was falsely approved by the guardian signature check. Then swapped back to eth.
      • This whole chain of verification and process is managed by a large handful of smart contracts. One SC told another that the guardians had approved. How are these APIs not bulletproof.
      • Looked a bit through core contracts and deepdived wrapped tokens.
      • https://twitter.com/kelvinfichter/status/1489041221947375616.
    • Facebook’s Reality Labs (unit running metaverse) lost 10b in 2021 and 3.3b in Q4.
    • Some cross-chain apps: https://wormholenetwork.com/apps/.
    • Amazon earnings: https://s2.q4cdn.com/299287126/files/doc_financials/2021/q4/business_and_financial_update.pdf.
    • Favorite sudoku I’ve ever seen: https://www.youtube.com/watch?v=La7Yg_rav24.
    • Installed a bunch of fedora updates. Left ubuntu wsl alone. And chrome to 98.0.4758.81.
    • Socle du Monde ($11m) in central park today:
  • Wednesday

    • https://solana.com/riptide.
    • Alphabet 20-1 stock split July 1.
    • Did a full geth node sync. Remember it’s stored in ~/.ethereum/geth/chaindata.
    • Joined a few discord servers, metaplex and rust and dao-related.
    • https://eos.io/. C++, DPoS, zero fees, millions tx/s, 0.5s block time, ERC-20 token.
    • https://neo.org/. C#, PoS, 10k tx/s, 20s block time.
    • pancake 1 opensea 8. https://dappradar.com/rankings. Others are games. ~3100 listed eth dapps, 2700 BSC, 760 polygon, 580 EOS, 40 solana?
    • Hyperledger. https://www.hyperledger.org/.

  • Tuesday

    • Solana Pay released (from same guy who worked Google Pay). https://solana.com/news/solana-pay-announcement. Js sdk for dapps, merchant in-person, more. https://github.com/solana-labs/solana-pay.
    • Finally wrapped nvm and switched node 10 to 17.4.0 (lts is 16.13.2). Npm 8.4.0.
      • Remember global pkgs in ~/.nvm/versions/node/v<>/lib/. Local in cwd.
    • Solc-js (and solidity vscode extension) and web3.js.
    • /usr/local, user or root? Stricter the better.
    • Played with truffle and ganache. And Remix https://remix.ethereum.org. And metamask.
    • Went through full process of setting up private network with Geth: https://geth.ethereum.org/docs/interface/private-network. Did both ethash (PoW) and clique (proof of authority).
      • All eth networks: https://chainlist.org/.
    • Deployed a few smart contracts on my local net (started from custom genesis block), as well as the public goerli testnet.
      • Faucet https://fauceth.komputing.org/?chain=5.
    • Managed accounts with Clef, compared to Geth’s native keystore.
    • Interacted with my contracts via both IPC and RPC, played around with auth.