Skip to content

Releases: nguyenphuminh/JeChain

JeChain v0.14.6

26 Jul 02:26
231820b
Compare
Choose a tag to compare

Removed "hash" from transactions.

JeChain v0.14.5

25 Jul 14:09
e445794
Compare
Choose a tag to compare

Fixed some bugs.

JeChain v0.14.4

23 Jul 12:56
fcf40c7
Compare
Choose a tag to compare

Fix contractGas exploit, provide contractGas as rewards for miners.

JeChain v0.14.3

11 Jul 18:51
fe2bb04
Compare
Choose a tag to compare
  • Fixed get_code in RPC server.
  • Added mining and get_storage APIs to RPC server.

JeChain v0.14.2

01 Jul 03:46
2dda6d3
Compare
Choose a tag to compare

Clear database first before syncing chain.

JeChain v0.14.1

29 Jun 14:02
7a3212a
Compare
Choose a tag to compare

Add merkle root of transactions into blocks - might be helpful in developing light clients in the future.

JeChain v0.14.0

29 Jun 06:42
c5293a3
Compare
Choose a tag to compare
  • 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

24 Jun 11:47
60aa324
Compare
Choose a tag to compare

Fix TYPE_SEND_CHAIN.

JeChain v0.13.0

16 Jun 14:05
997aa4d
Compare
Choose a tag to compare
  • Renamed JSON-RPC APIs to improve clarity.
  • Added error handling.
  • Added docs for these APIs.

JeChain v0.12.1

07 May 06:55
36a49d3
Compare
Choose a tag to compare
  • Remove gas calculation in state transition.