Skip to content

Releases: nguyenphuminh/JeChain

JeChain v0.9.2

19 Feb 06:15
fa50bce
Compare
Choose a tag to compare

Fixed some bugs, documented some codes.

JeChain v0.9.1

17 Feb 23:19
c353d52
Compare
Choose a tag to compare

Fix deploying smart contract problem.

JeChain v0.9.0

08 Feb 14:50
6faff04
Compare
Choose a tag to compare
  • Prevent repeating transactions with no authority.

JeChain v0.8.0

01 Feb 16:30
e2faa76
Compare
Choose a tag to compare
  • Proofs now need to have (4+difficulty) zeros.
  • Transactions now need to have at least 1 JeCoin as gas fee.
  • Difficulty can not be less than 1.

JeChain v0.7.0

27 Jan 02:35
5da2e6c
Compare
Choose a tag to compare
  • Add gas estimation.
  • Fix contract logging.

JeChain v0.6.2

21 Jan 03:13
073bb15
Compare
Choose a tag to compare
Merge pull request #6 from nguyenphuminh/patch-0.6.2

Patch v0.6.2

JeChain v0.6.1

18 Jan 02:10
b70ad06
Compare
Choose a tag to compare
  • Added arguments, an instruction to get balance into Jelscript.
  • Fixed total supply to 100000000000000.

JeChain v0.6.0

16 Jan 09:34
3f8a081
Compare
Choose a tag to compare
  • Added smart contract supports using a new language called jelscript.
  • Update license.

JeChain v0.5.0

15 Jan 03:39
b385aae
Compare
Choose a tag to compare
  • Split big classes into individual files.
  • Rewrite some dirty code.
  • Rename some files.

JeChain v0.4.0

14 Jan 12:12
fd66f2f
Compare
Choose a tag to compare

Better finalism, no need to ask other nodes for newest block, with the help from worker threads.