Skip to content

Releases: KevinOnFrontEnd/Tibby

Release5

18 Jun 13:55
5f36ae9
Compare
Choose a tag to compare
Release5 Pre-release
Pre-release

Nuget Version 0.0.6

This version contains changes to the Tibby client so that an Ilogger is injected into tibbyclient so that requests & responses can be logged using whatever logging mechanism is chosen for your project. Messages are logged as information

Secondly, a few tests have been added the test project so that it explicitly tests for properties on the api calls to tibetswap, if they do not exist in the response, or contain extra properties then the tests will fail. This will make it easier to identify when tibetswap api changes and is out of sync will the models that Tibby has.

Release4

05 Jun 13:45
49ddc36
Compare
Choose a tag to compare
Release4 Pre-release
Pre-release

Version 0.0.5

This is a maintenance version that adds some helper functions to help calculate the fees that tibetswap adds onto the swap - currently 0.7% Liquidity Fee & 0.3% as Dev Fee.

  • Include helper methods to help calculating fees to be posted to tibetswap /offer/{offerId} endpoint.

Release3

31 May 14:12
Compare
Choose a tag to compare
Release3 Pre-release
Pre-release
  • Bumped Version and corrected typo in Nuget Readme description.

Nuget Version

0.0.4

https://www.nuget.org/packages/Tibby/

Release2

31 May 13:58
bdafb52
Compare
Choose a tag to compare
Release2 Pre-release
Pre-release

This Release contains

  • a http client that interacts with the V2 TibetSwap Api defined at https://api.v2.tibetswap.io/docs#/
  • An extension method method to add Tibby using Dependency Injection (AddTibbyClient)

Nuget Package Version

  • 0.0.3