Releases: nguyenphuminh/JeChain
Releases · nguyenphuminh/JeChain
JeChain v0.14.6
Removed "hash" from transactions.
JeChain v0.14.5
Fixed some bugs.
JeChain v0.14.4
Fix contractGas exploit, provide contractGas as rewards for miners.
JeChain v0.14.3
- Fixed
get_code
in RPC server. - Added
mining
andget_storage
APIs to RPC server.
JeChain v0.14.2
Clear database first before syncing chain.
JeChain v0.14.1
Add merkle root of transactions into blocks - might be helpful in developing light clients in the future.
JeChain v0.14.0
- Switched from RAM to ROM for chain and state storage using LevelDB.
- Switched command line config to JSON.
- Renamed and changed some props.
- Changed mining difficulty and reward.
- Updated Jelscript.
- Fixed state transition and smart contracts.
- Fixed chain request.
- Fixed several bugs.
JeChain v0.13.1
Fix TYPE_SEND_CHAIN
.
JeChain v0.13.0
- Renamed JSON-RPC APIs to improve clarity.
- Added error handling.
- Added docs for these APIs.
JeChain v0.12.1
- Remove gas calculation in state transition.