Skip to content

v0.5.0: Merge pull request #96 from darcys22/dev

Compare
Choose a tag to compare
@darcys22 darcys22 released this 23 Oct 06:12
· 224 commits to master since this release
642be6a

Minor upgrade, there are some breaking changes in this release so thought it would be good to make it earlier rather than waiting for next full upgrade.

Removed the Signature Field from the GRPC methods. This became irrelevant as the future signatures will be included in a JWT in the header and not as a field.

Ledger CLI now also operates using Decimals. The API is unchanged to the GoDBLedger Server but anything now entered into the command line will be transformed into an integer before being sent over the wire. This will mean if previously you used "100" to represent $1 now you will only have to enter "1" into the command line and it will be transformed into the "100" integer before being sent.

This should make it slightly easier for usage. However if i script had been working using the previous version it will be multiplied before being sent

Changelog

  • Add Decimal Places to Ledger CLI and Reporter
  • Misc Fixes
  • Further Testing
  • Remove Signature from GRPC Methods

sha256sum

986626d626d1321292e39258f4679d4e9084bb458349727d1ed0195ea4e85851 godbledger-arm64-v0.5.0.tar.gz
2c0947e727de71bdae66700a12fc63059ade71dc6f8df66fc3376cc1d1d47af7 godbledger-arm7-v0.5.0.tar.gz
bf5730563abaec6fbc17602f0a1169f64c1735c4210c49ff775a20c88097f8bd godbledger-linux-x64-v0.5.0.tar.gz