package
0.13.7-rc.1
Repository: https://github.com/metalblockchain/coreth.git
Documentation: pkg.go.dev

# Functions

BytesToHashSlice packs [b] into a slice of hash values with zero padding to the right if the length of b is not a multiple of 32.
HashSliceToBytes serializes a []common.Hash into a tightly packed byte array.
IncrOne increments bytes value by one.
IsBlockForked returns whether a fork scheduled at block s is active at the given head block.
IsForkTransition returns true if [fork] activates during the transition from [parent] to [current].
IsTimestampForked returns whether a fork scheduled at timestamp s is active at the given head timestamp.
NewBoundedWorkers returns an instance of [BoundedWorkers] that will spawn up to [max] goroutines.
NewMeteredCache returns a new MeteredCache that will update stats to the provided namespace once per each [updateFrequency] operations.
No description provided by the author
No description provided by the author
No description provided by the author
Uint64PtrEqual returns true if x and y pointers are equivalent ie.
No description provided by the author

# Structs

AddressRange represents a continuous range of addresses.
No description provided by the author
MeteredCache wraps *fastcache.Cache and periodically pulls stats from it.