jabs icon indicating copy to clipboard operation
jabs copied to clipboard

a blockchain network simulator aimed at researching consensus algorithms for performance and security

Results 3 jabs issues
Sort by recently updated
recently updated
newest added

I am trying to implement CasperFFG protocol and I substitute the code of 'EthereumGlobalProofOfWorkNetwork' to 'CasperFFGGlobalBlockchainNetwork' and 'GhostProtocolConfig' to 'CasperFFGConfig' in file src/main/java/jabs/scenario/NormalEthereumNetworkScenario. it looks ok but there is bug:...