simblock
simblock copied to clipboard
An open source blockchain network simulator.
### Description This pull request updates the miner's hashrate data type from `int` to `long` to accommodate larger values and prevent potential overflow issues. ### Changes Made - Modified the...
**Problem:** When building the simulator fails with: >Where: >Build file 'simblock/build.gradle' line: 80 >* What went wrong: >A problem occurred evaluating root project 'simblock'. >> Could not set unknown property...
## Problem The current network parameters are outdated as they are from 2024. ## Solution The following parameters were added or changed: ### File: `NetworkConfiguration.java` - `LATENCY_2024` - `DOWNLOAD_BANDWIDTH_2024` -...
# 実施内容 GitHub Actionsをつかって、masterとfeature-cicdブランチにpushとpull requestをしたタイミングで`gradle build`と`gradle :simulator:run`を自動実行するように変更 # 仕様 実行環境はUbuntuの最新、用いるJDKは11