Go implementation of the Ethereum protocol
Find a file
Jerome b98005a8dd
Xin 166 (#75)
* typo and checkYourturnWithinFinalisedMasternodes func name to yourturn

* remove redundant code from verifyQC

* Verify QC to optionally pass parent header. This is used to help verifyHeaders

* move difficulty into its own file
2022-03-27 20:39:40 +11:00
.github FIx Bad block error. 2021-09-17 17:59:06 +05:30
accounts generate and verify timeout message 2021-12-30 11:00:20 +11:00
bmt new EVM Upgrade 2021-09-21 16:53:46 +05:30
build Add back verbose option when running CI tests 2021-10-10 16:02:19 +11:00
cmd Add 1 test for adaptor to switch from v1 to v2 2021-10-17 11:20:57 +11:00
common xin-168 node stops because dead lock on timeout events (#73) 2022-03-25 21:24:35 +11:00
compression/rle new EVM Upgrade 2021-09-21 16:53:46 +05:30
consensus Xin 166 (#75) 2022-03-27 20:39:40 +11:00
console new EVM Upgrade 2021-09-21 16:53:46 +05:30
containers/docker containers: drop vagrant support, noone's maintaining it 2018-03-14 13:23:40 +02:00
contracts XIN-121 Reward hook (#57) 2022-02-19 15:31:19 +11:00
core add verifyTC and verifyTimeoutMessage (#63) 2022-03-02 09:17:57 +11:00
crypto new EVM Upgrade 2021-09-21 16:53:46 +05:30
docker new EVM Upgrade 2021-09-21 16:53:46 +05:30
eth XIN-164 add GapNumber inside Vote, and tests (#74) 2022-03-25 23:22:24 +08:00
ethclient new EVM Upgrade 2021-09-21 16:53:46 +05:30
ethdb new EVM Upgrade 2021-09-21 16:53:46 +05:30
ethstats new EVM Upgrade 2021-09-21 16:53:46 +05:30
event new EVM Upgrade 2021-09-21 16:53:46 +05:30
genesis new EVM Upgrade 2021-09-21 16:53:46 +05:30
internal Add v2 yourturn (#38) 2022-01-16 19:18:01 +11:00
les Xin 113 is epoch switch (#37) 2022-01-14 21:38:38 +11:00
light new EVM Upgrade 2021-09-21 16:53:46 +05:30
log new EVM Upgrade 2021-09-21 16:53:46 +05:30
metrics new EVM Upgrade 2021-09-21 16:53:46 +05:30
miner move verify QC into verify header, fix broken tests etc (#61) 2022-02-27 10:25:26 +11:00
mobile new EVM Upgrade 2021-09-21 16:53:46 +05:30
node Update defaults.go 2021-12-05 11:50:15 +05:30
p2p fix or skip tests due to PR-136 change 2021-10-20 20:17:47 +11:00
params xin-153 Broadcast syncInfo when consecutive timeouts of same round (#65) 2022-03-05 01:52:20 +01:00
rlp FIx Bad block error. 2021-09-17 17:59:06 +05:30
rpc new EVM Upgrade 2021-09-21 16:53:46 +05:30
swarm new EVM Upgrade 2021-09-21 16:53:46 +05:30
tests v2 miner function implementation and happy path (#22) 2021-12-30 11:45:18 +11:00
trie new EVM Upgrade 2021-09-21 16:53:46 +05:30
whisper fix or skip tests due to PR-136 change 2021-10-20 20:17:47 +11:00
XDCx fix api trace block & Change option pending block. 2021-11-11 18:49:57 +05:30
XDCxDAO new EVM Upgrade 2021-09-21 16:53:46 +05:30
XDCxlending refactor XDPoS to accommodate multiple consensus engine versions 2021-10-10 16:02:16 +11:00
.dockerignore dockerignore, internal/build: forward correct git folder 2017-11-12 22:52:41 +02:00
.gitattributes FIx Bad block error. 2021-09-17 17:59:06 +05:30
.gitignore refactor XDPoS to accommodate multiple consensus engine versions 2021-10-10 16:02:16 +11:00
.travis.yml fix or skip tests due to PR-136 change 2021-10-20 20:17:47 +11:00
COPYING all: update license information 2015-07-07 14:12:44 +02:00
COPYING.LESSER all: update license information 2015-07-07 14:12:44 +02:00
Dockerfile new EVM Upgrade 2021-09-21 16:53:46 +05:30
Dockerfile.bootnode new EVM Upgrade 2021-09-21 16:53:46 +05:30
Dockerfile.node new EVM Upgrade 2021-09-21 16:53:46 +05:30
go.mod v2 miner function implementation and happy path (#22) 2021-12-30 11:45:18 +11:00
go.sum v2 miner function implementation and happy path (#22) 2021-12-30 11:45:18 +11:00
interfaces.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
Makefile new EVM Upgrade 2021-09-21 16:53:46 +05:30
README.md new EVM Upgrade 2021-09-21 16:53:46 +05:30

XDPoSChain