Ethereum Under the Hood: Algorithms And Data Structures - 0xPoland S01E02

Поделиться
HTML-код
  • Опубликовано: 13 янв 2021
  • 👨‍🏫 Marek Kirejczyk, CEO of EthWorks, looks under Ethereum's hood and gives an intro to algorithms and data structures in Ethereum.
    #0xPoland is an initiative to build an active community of blockchain developers. If you want to improve your coding skills, make sure to join our monthly meetups, workshops and a hackathon in May 2020!
    ➡️ Sign up for our events here: www.meetup.com/0xpoland
    ➡️ Follow us on Twitter: / 0xpoland

Комментарии • 17

  • @UU-zc5ek
    @UU-zc5ek 8 месяцев назад +2

    bro it is the best video about data structure in ethereum, thank you very much!! finally the puzzle is complete!

  • @Naz-yi9bs
    @Naz-yi9bs 2 года назад +1

    Amazing explanation, thank you so much. Question, @24.50 you mentioned that if someone or you deploy a contract to the EVM and if both have the same hash only one will be kept on the Ethereum blockchain? Can you explain this a little more, thank you.

  • @sksabiruddin4291
    @sksabiruddin4291 Месяц назад

    21:26 - block details

  • @Never-re5lt
    @Never-re5lt 3 месяца назад

    Thank you!

  • @shafu0x
    @shafu0x 2 года назад +1

    @6:10 the [ ] are missing for the bytes _proof

  • @seandarcy2612
    @seandarcy2612 Год назад +1

    This is so good!

  • @DevrajSinghRawat
    @DevrajSinghRawat Год назад

    Question at @6:14
    to prove TRIE , why do we need three proofs, Can we prove the TRIE with only two additional Merkle proofs
    - 0xded..a4a
    - 0x331...DCA

  • @omarkhazamov
    @omarkhazamov Год назад

    👍👍

  • @cryptopat2214
    @cryptopat2214 8 месяцев назад

    Do you have a discord group?

  • @shafu0x
    @shafu0x 2 года назад

    @9:10 so you only have to store the merkle root in the contract. Wow this is super clever.

    • @DevrajSinghRawat
      @DevrajSinghRawat Год назад

      @shafu.. Can you explain your statement, I could observe the merkleRoot was stored at Line3 but Did not completly understood why this appraoch is super clever?

    • @shafu0x
      @shafu0x Год назад

      @@DevrajSinghRawat its like a compression of the whole thing. You do not have to store the whole merkle tree on-chain but only the root.