-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Labels
Description
(Transaction) Nonce: UInt256->ulong
(Transaction) GasLimit long->ulong
(Transaction) SpentGas long->ulong
(Receipt) GasUsed long->ulong
(Receipt) GasUsedTotal long->ulong
(BlockHeader) GasLimit long->ulong
(BlockHeader) GasUsed long->ulong
Could use discussion:
(BlockHeader) Number long->ulong/UInt256: Geth uses big.Int so UInt256, but IMO there is no point and ulong would suffice. It will also speed up any lookups in hashmaps ect and save some memory space.
(Receipt) BlockNumber - as above
moodmosaic and novaheic