Go implementation of the Ethereum protocol
Find a file
olumuyiwadad 18bfb102b4 Update Test for blockchain.go
- TestBlocksHashCacheUpdate
- TestAreTwoBlocksSamePath

	Collection test for BlocksHashCache
	cases
		1. When init new chain
		2. when insertChain
		3. when insertFork
		4. When adding new block by mining
		5. When adding new block by syncing with other nodes
2021-11-08 15:41:13 +05:30
.github FIx Bad block error. 2021-09-17 17:59:06 +05:30
accounts Add 1 test for adaptor to switch from v1 to v2 2021-10-17 11:20:57 +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 Mainnet test sync. 2021-11-08 14:55:20 +05:30
compression/rle new EVM Upgrade 2021-09-21 16:53:46 +05:30
consensus replace c to x in XDPos pakage 2021-10-17 11:37:55 +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 update Voter Delay Withdraw. 2021-11-08 14:58:04 +05:30
core Update Test for blockchain.go 2021-11-08 15:41:13 +05:30
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 Remove unused consensus v1 methods 2021-10-10 16:04:34 +11: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 Seperate hooks from XDPoS adaptor 2021-10-10 16:02:19 +11:00
les Merge branch 'forking-incident-fix' of https://github.com/hash-laboratories-au/XDPoSChain into hash-laboratories-au-forking-incident-fix 2021-09-23 17:01:19 +05:30
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 refactor XDPoS to accommodate multiple consensus engine versions 2021-10-10 16:02:16 +11:00
mobile new EVM Upgrade 2021-09-21 16:53:46 +05:30
node new EVM Upgrade 2021-09-21 16:53:46 +05:30
p2p fix or skip tests due to PR-136 change 2021-10-20 20:17:47 +11:00
params update version 1.4.2 2021-11-08 15:01:16 +05:30
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 Add 1 test for adaptor to switch from v1 to v2 2021-10-17 11:20:57 +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 tests related to consensus 2021-10-10 22:05:32 +11:00
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
coverage.txt fix or skip tests due to PR-136 change 2021-10-20 20:17:47 +11: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 Add 1 test for adaptor to switch from v1 to v2 2021-10-17 11:20:57 +11:00
go.sum Add 1 test for adaptor to switch from v1 to v2 2021-10-17 11:20:57 +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