일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- built in object
- SSR
- nextJS
- useState
- Props
- evm
- concept
- middleware
- blockchain
- node.js
- hardhat
- Redux
- Ethereum
- HTML
- error
- Interface
- REACT
- graphQL
- web
- solidity
- bitcoin
- tailwindcss
- typeScript
- express.js
- JavaScript
- API
- CLASS
- 기준
- 삶
- CSS
- Today
- Total
ReasonJun
Ethereum : Patricia Merkle Tries 본문
Ethereum uses a Key-Value based DB (leveldb).
By using the hashed value of the address as the key and using the address as the path as shown in the picture on the below, you can find out the state value of the account.
Ethereum Tries
The Tries used in Ethereum are Storage Trie, State Trie, Transaction Trie, and Receipts Trie.
Among these, the Root Hash value stored in the Block Header is State Trie, Transaction Trie, and Receipts Trie.
https://i.stack.imgur.com/afWDt.jpg
What is Ommers?
https://www.investopedia.com/terms/u/uncle-block-cryptocurrency.asp
What Is an Ommer (Uncle) Block in Cryptocurrency?
Ommer blocks are blocks not selected by the Ethereum network to add to the blockchain. Learn more about them and what they do for the network.
www.investopedia.com
'Blockchain > Ethereum' 카테고리의 다른 글
Ethereum : Block Structure (0) | 2024.01.16 |
---|---|
Ethereum : Account structure (0) | 2024.01.05 |
Ethereum : ERC721 (0) | 2023.10.22 |
Etherscan : Verify (0) | 2023.10.21 |
Ethereum : ERC-20 (Ethereum Request for Comments 20) (0) | 2023.10.20 |