This website requires JavaScript.
Explore
Help
Sign In
roysc
/
plugeth
Watch
1
Star
0
Fork
0
You've already forked plugeth
forked from
cerc-io/plugeth
Code
Pull Requests
Activity
30602163d5
plugeth
/
consensus
History
lmittmann
bc013bc42e
all: prefer
new(big.Int)
over
big.NewInt(0)
(
#25087
)
...
minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
2022-06-14 15:09:48 +03:00
..
beacon
core/evm: RANDOM opcode (EIP-4399) (
#24141
)
2022-01-10 09:44:21 +02:00
clique
consensus/clique: fix race condition (
#24957
)
2022-05-30 13:00:23 +02:00
ethash
all: prefer
new(big.Int)
over
big.NewInt(0)
(
#25087
)
2022-06-14 15:09:48 +03:00
misc
consensus/misc: reduce allocations and improve comments in CalcBaseFee (
#24958
)
2022-06-02 20:25:12 +02:00
consensus.go
all: core rework for the merge transition (
#23761
)
2021-11-26 13:23:02 +02:00
errors.go
consensus: fix possessives in comments. (
#20209
)
2019-10-28 09:57:34 +02:00
merger.go
all: core rework for the merge transition (
#23761
)
2021-11-26 13:23:02 +02:00