Similar presentations:
Ethereum, cryptographically secure transactional singleton machine with sharedstate
1.
Туктаров РенатМГТУ им. Н. Э. Баумана
2. Ethereum
• cryptographically secure transactional singleton machine with sharedstate3. Blockchain
4. Blockchain
5. Blockchain – разрешение конфликтов
GHOST – Greedy Heaviest Observed SubTree6. Ethereum – учетные записи
7. Ethereum – состояние
• Mapping Account address -> Account state8. Ethereum – состояние (merkle tree)
9. Ethereum – состояние
10. Ethereum – структура блока
11. Ethereum – газ
• 1 Ether = 1e18 Wei = 1e9 gwei• Вознаграждение майнеров
• Оплата места на диске
12. Ethereum – газ
13. Ethereum – транзакции
• gasLimit, gasPrice• to, value
• init
14. Ethereum – выполнение транзакции
• Recursively Length Prefixed• Valid signature
• Gas limit >= intrinsic gas limit
• 21000 + 4*null-bytes +68*non-null-bytes + 32000 (if contract creating
transaction)
• Transaction substate (refund balance, logs, self-destruct set)