CRYPTO

Ethereum

INFO

Ethereum è una piattaforma decentralizzata del Web 3.0 per la creazione e pubblicazione peer-to-peer di contratti intelligenti (smart contracts) creati in un linguaggio di programmazione Turing-completo. 

Ethereum è diverso da Bitcoin in quanto consente di creare contratti intelligenti (smart contracts) che possono essere descritti come denaro digitale altamente programmabile.

DETAILS

Type Coin
Minable Si
Algorithm Ethash

SUPPLY

Circolating 120.228.095
ToTal 120.228.095
Max 0

NETWORK

Block 15.495.511
Reward 2
Difficulty 12.361.409.030.478.352
Algorithm EtHash

RATE

# 1h 24h 7g 24h Vol Price
2 ETH +0,23 +0,24 -1,50 3.258,95M 1.497,54 EUR

CHART TRADINGVIEW

NEWS

Quotazioni criptovalute del 21/09/2023

Queste le variazioni delle ultime 24 ore
by James Lombardi Sep 21, 2023

Quotazioni criptovalute del 20/09/2023

Queste le variazioni delle ultime 24 ore
by James Lombardi Sep 20, 2023

Quotazioni criptovalute del 19/09/2023

Queste le variazioni delle ultime 24 ore
by James Lombardi Sep 19, 2023

Quotazioni criptovalute del 18/09/2023

Queste le variazioni delle ultime 24 ore
by James Lombardi Sep 18, 2023

LATEST RELEASE

Ethereum Ethereum - tests

Published 19 Sep, 2023 Version Tests update 12.4 Preparations to fill Cancun
Release Note

The recent tests changes:

Add Cancun blob fields and transactions to json tests Update pyspec tests

Announcement

New docker instructions for all t8n supported clients: https://github.com/ethereum/retesteth/tree/develop#docker-instructions The test process diagram: http://tinyurl.com/2ctak8yn Reminder of a brand new web interface for test debugging: http://retesteth.ethdevops.io/web/ Tests stats on latest builds: http://retesteth.ethdevops.io/ (implement test RPC support or t8ntool protocol to apply for the page. https://ethereum-tests.readthedocs.io/en/latest/t8ntool-ref.html) Previous release link: https://github.com/ethereum/tests/releases/tag/v12.3

Test format

Tests Fillers

new cancun fields in env section

    parentExcessBlobGas: 0x1000
    parentBlobGasUsed: 0x2000
    currentBeaconRoot: 0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8

withdrawals root explicitly exported in state tests

    "currentWithdrawalsRoot" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",

new lllc instruction

             [[0]] (BLOBHASH 0) 

new transaction type (blob transaction)

  transaction:
    data:
        - data: :label declaredKeyWrite :raw 0x00
          accessList:
          - address: 0x095e7baea6a6c7c4c2dfeb977efac326af552d87
            storageKeys:
            - 0x00
            - 0x01

    maxFeePerGas: '0x12A05F200'
    maxPriorityFeePerGas: '2'
    gasLimit:
    - '4000000'
    nonce: '0'
    to: 095e7baea6a6c7c4c2dfeb977efac326af552d87
    value:
    - '100000'
    secretKey: "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8"
    maxFeePerBlobGas: '10'
    blobVersionedHashes:
        - "0x01a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8"

GeneralStateTests/BlockchainTests Filled

new block header fields

                    "blobGasUsed" : "0x00",
                    "excessBlobGas" : "0x00",
                    "parentBeaconBlockRoot" : "0x01a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8"

Test Regeneration

Update all:

  • Refill solc/yul tests using solc evm version flag PR https://github.com/ethereum/tests/pull/1280 PR https://github.com/ethereum/tests/pull/1279 PR https://github.com/ethereum/tests/pull/1278 PR https://github.com/ethereum/tests/pull/1277 PR https://github.com/ethereum/tests/pull/1276 PR https://github.com/ethereum/tests/pull/1275 PR https://github.com/ethereum/tests/pull/1274 PR https://github.com/ethereum/tests/pull/1273 PR https://github.com/ethereum/tests/pull/1272 PR https://github.com/ethereum/tests/pull/1271 PR https://github.com/ethereum/tests/pull/1270 PR https://github.com/ethereum/tests/pull/1269 PR https://github.com/ethereum/tests/pull/1268 PR https://github.com/ethereum/tests/pull/1267 PR https://github.com/ethereum/tests/pull/1266 PR https://github.com/ethereum/tests/pull/1265 PR https://github.com/ethereum/tests/pull/1264 PR https://github.com/ethereum/tests/pull/1263 PR https://github.com/ethereum/tests/pull/1262 PR https://github.com/ethereum/tests/pull/1261 PR https://github.com/ethereum/tests/pull/1260 PR https://github.com/ethereum/tests/pull/1259 PR https://github.com/ethereum/tests/pull/1258 PR https://github.com/ethereum/tests/pull/1257 PR https://github.com/ethereum/tests/pull/1256 PR https://github.com/ethereum/tests/pull/1255 PR https://github.com/ethereum/tests/pull/1254 PR https://github.com/ethereum/tests/pull/1253 PR https://github.com/ethereum/tests/pull/1252 PR https://github.com/ethereum/tests/pull/1251 PR https://github.com/ethereum/tests/pull/1250

  • Documentation PR https://github.com/ethereum/tests/pull/1283

  • Update Pyspecs tests PR https://github.com/ethereum/tests/pull/1288 PR https://github.com/ethereum/tests/pull/1292

  • State tests transactions from non existing account PR https://github.com/ethereum/tests/pull/1290 PR https://github.com/ethereum/tests/pull/1291

EIPTests/EOFTests

  • Pyspecs Cancun tests PR https://github.com/ethereum/tests/pull/1282 PR https://github.com/ethereum/tests/pull/1288

  • Refill EIPTests with new blob names PR https://github.com/ethereum/tests/pull/1224

  • Update tests according to Mega-EOF spec PR https://github.com/ethereum/tests/pull/1238 PR https://github.com/ethereum/tests/pull/1285

Cosmetic PR https://github.com/ethereum/tests/pull/1247 PR https://github.com/ethereum/tests/pull/1248 PR https://github.com/ethereum/tests/pull/1281 PR https://github.com/ethereum/tests/pull/1289

Upcoming changes:

Fill all tests with cancun rules Support pyspec .py test filling with different clients using retesteth Nimbus --vmtrace support


Ethereum Ethereum - go-ethereum

Published 17 Sep, 2023 Version Zakros (v1.13.1)

Ethereum Ethereum - go-ethereum

Published 12 Sep, 2023 Version Therum (v1.13.0)

Ethereum Ethereum - go-ethereum

Published 12 Aug, 2023 Version Mawinor (v1.12.2)

COMMENTS

CRYPTO RATES

24h 24h Vol Price
BTC -0,12 9.782,93M 24.975,75 EUR
ETH +0,24 3.258,95M 1.497,54 EUR
USDT -0,00 15.336,76M 0,94 EUR
BNB +0,05 259,20M 198,15 EUR
XRP +0,94 671,61M 0,48 EUR
USDC +0,00 2.438,40M 0,94 EUR
DOGE -0,04 142,70M 0,06 EUR
ADA -1,56 114,57M 0,23 EUR
SOL -1,67 153,83M 18,17 EUR
TON -3,28 37,76M 2,16 EUR
aggiornato 4 minuti fa da coinmarketcap.com

POPULAR VIDEOS

POPULAR BOOKS

The Bitcoin Standard
The Bitcoin Standard
by Saifedean Ammous Dec 06, 2020
Compra su Amazon
The Mystery Of Banking
The Mystery Of Banking
by Murray N. Rothbard Dec 06, 2019
Compra su Amazon
Mastering Bitcoin
Mastering Bitcoin
by Andreas M. Antonopoulos Nov 12, 2020
Compra su Amazon
Flash Boys
Flash Boys
by Michael Lewis Nov 19, 2019
Compra su Amazon

POPULAR TWEETS

CRYPTO NETWORK

Reward Block Difficulty
BTC 6 789227 48.005.534M
ETH 2 15495511 12.361.409.030M
UNO 0 1331510 368.211M
XMR 0 2883417 315.367M
BCH 6 792127 177.727M
LTC 12 2471710 22M
DASH 1 1868983 210M
ZEC 2 1787987 75M
ETC 3 17502285 1.624.526.920M
ZEN 3 1347614 30M
aggiornato 3225 ore fa da coinwarz.com

PODCAST


LINKS