Skip to content

Releases: my-cloud/ruthenium

v2.0.1

26 Jan 07:13
92c4d95
Compare
Choose a tag to compare

2.0.1 (2023-01-26)

Bug Fixes

  • p2p: neighbor finding timeout causes cluster troubles (#186) (92c4d95)

Documentation

  • readme: update docker run parameters (#178) (d0ac299)

Chores

v2.0.0

10 Jan 11:33
Compare
Choose a tag to compare

2.0.0 (2023-01-10)

Breaking Changes


BREAKING CHANGE: Changed several API enpoints.
* UI:
  * POST mining/start renamed to POST validation/start
  * POST mining/stop renamed to POST validation/stop
* node:
  * GET BLOCKS REQUEST renamed to GET BLOCKS
  * GET TRANSACTIONS REQUEST renamed to GET TRANSACTIONS
  * START MINING REQUEST renamed to START VALIDATION
  * STOP MINING REQUEST renamed to STOP VALIDATION

BREAKING CHANGE: The wallet amount response was an object holding one field, the amount, it is now a 64 bits floating-point number.

BREAKING CHANGE: The pubic key has been removed from the POST /transaction request body.

BREAKING CHANGE: The endpoints for a single validation are not available anymore.
* the UI endpoint /mine is not available anymore
* the node endpoint MINE REQUEST is not available anymore
  • node: let to set the seeds ports in configuration (#166) (ee39550)

BREAKING CHANGE: the config/seeds.json configuration file must now contain the seed target of the form 89.82.76.241:8106 instead of only the IP of the form 89.82.76.241.
  • ui: the created status code is wrong (#165) (5acf965)

BREAKING CHANGE: return status code 201 when a transaction or a wallet is created.

The involved API routes are:
* POST /transaction
* POST /wallet

Bug Fixes

Chores

v1.0.9

22 Dec 15:42
e7f12e8
Compare
Choose a tag to compare

1.0.9 (2022-12-22)

Bug Fixes

v1.0.8

22 Dec 14:02
2035a7d
Compare
Choose a tag to compare

1.0.8 (2022-12-22)

Bug Fixes

  • ui: amount too small is not forbidden (#160) (2035a7d)

Code Refactoring

  • change methods visibility and rework project structure (#152) (ec11215)

v1.0.7

25 Nov 17:05
517ad58
Compare
Choose a tag to compare

1.0.7 (2022-11-25)

Bug Fixes

  • protocol: timestamp verification is wrong (#155) (517ad58)

v1.0.6

10 Nov 17:00
1e8f676
Compare
Choose a tag to compare

1.0.6 (2022-11-10)

Bug Fixes

  • protocol: a transaction can be added several times (#149) (1e8f676)

Chores

v1.0.5

04 Nov 15:08
64fb144
Compare
Choose a tag to compare

1.0.5 (2022-11-04)

Bug Fixes

  • protocol: unreachable poh contract might lead into block lack (#140) (64fb144)

Chores

  • doc: change link (5134b70)
  • doc: simplify pull request template (a247fb3)

v1.0.4

31 Oct 22:19
81e30f3
Compare
Choose a tag to compare

1.0.4 (2022-10-31)

Bug Fixes

  • pool: transaction timestamp validation is too restrictive (#135) (81e30f3)

v1.0.3

31 Oct 17:55
0a4712d
Compare
Choose a tag to compare

1.0.3 (2022-10-31)

Bug Fixes

  • network: client timeout is too short (#133) (0a4712d)

v1.0.2

29 Oct 08:55
1aa7d6d
Compare
Choose a tag to compare

1.0.2 (2022-10-29)

Bug Fixes

  • encryption: generated private key may already exist (#130) (1aa7d6d)

Chores