Skip to content

Releases: my-cloud/ruthenium

v1.0.1

28 Oct 10:30
01632d9
Compare
Choose a tag to compare

1.0.1 (2022-10-28)

Bug Fixes

  • pool: the same transaction can be added twice (#125) (01632d9)

Code Refactoring

Chores

v1.0.0

16 Oct 14:47
968199f
Compare
Choose a tag to compare

1.0.0 (2022-10-16)

Feature

Bug Fixes

  • blockchain: not directly reading poh smart contract (#82) (0440ff4)
  • ui: wrong default port (#81) (9c0f3c6)
  • blockchain: block transactions amounts are not verified (#80) (91f577a)
  • blockchain: block can have no reward recipient (#77) (8051b81)
  • blockchain: same previous hash verification is wrong (#76) (637ca30)
  • blockchain: transaction don't have fee (#73) (698fc43)
  • ci: wip packages are publicly visible (#71) (10e9ee3)
  • ci: remove scheduled deployment #49 (878cea0)
  • encryption: incorrect conversion from string to uint32 #38 (ed0593a)
  • *: use uint64 for transaction value #19 (6fc72ae)
  • *: error management #17 (73c7c1e)
  • p2p: get amount error when address is empty #10 (4b14662)

Code Refactoring

Chores