Skip to content

Releases: nguyenphuminh/JeChain

JeChain v0.12.0

03 May 17:39
0a6c8b5
Compare
Choose a tag to compare
  • Added an RPC server.
  • Fixed a tiny error.

JeChain v0.11.5

10 Apr 09:52
3ecf43e
Compare
Choose a tag to compare

Log out the chain :D

JeChain v0.11.4

04 Apr 14:36
bd9eedd
Compare
Choose a tag to compare
  • Removed TYPE_REQUEST_INFO and TYPE_SEND_INFO.
  • Removed Blockchain.isValid.
  • Fixed requestChain.

JeChain v0.11.3

27 Mar 11:06
ac865bf
Compare
Choose a tag to compare

Fix contract logging.

JeChain v0.11.2

26 Mar 07:53
e75d2dd
Compare
Choose a tag to compare
  • Fix transactions checking,

JeChain v0.11.1

15 Mar 05:39
1a9db10
Compare
Choose a tag to compare
  • Fix Blockchain.isValid.

JeChain v0.11.0

14 Mar 09:16
60998c1
Compare
Choose a tag to compare

Fix difficulty adjustment:

  • Difficulty is adjusted when every 100 blocks are mined.
  • Removed the ability to tell others difficulty through block suggestion.
  • Mining time is determined by block timestamps ( (n+100)th block's timestamp - (n)th block's timestamp).
  • Changed difficulty adjustment formula, the new difficulty will now be calculated with old difficulty * 3000000 / mining time.
  • New proof requirement: 4+log16(difficulty).

JeChain v0.10.0

13 Mar 08:17
64e544f
Compare
Choose a tag to compare
  • Added blockNumber and difficulty into Block.
  • Added logging.
  • Fixed requesting/sending chain.

JeChain v0.9.4

25 Feb 07:07
54c100b
Compare
Choose a tag to compare

Fixed problem: TxPool is not consensus.

JeChain v0.9.3

20 Feb 06:04
d0111ba
Compare
Choose a tag to compare
  • Fixed bugs.
  • Documented the code.