Skip to content

Releases: fabianbormann/cardano-peer-connect

v1.2.6

29 Mar 19:19
85ef812
Compare
Choose a tag to compare

1.2.6 (2023-03-28)

Features

  • Allow to set discovery seed (963c771)

Bug Fixes

  • Add defaul trackers and remove hardcoded trackers for discovery (b1f54de)
  • add wallet information for autoconnect (1315193)
  • Set correct parameter in verifyConnection (aff0fc6)

v1.2.5

24 Mar 14:52
e612a23
Compare
Choose a tag to compare

1.2.5 (2023-03-24)

Features

  • add a simple dapp e2e test and a testing pipeline (c4efff5)
  • add logger and refactor big index.ts in smaller modules. closes #28 (732fe10)
  • Allow api overwrite (e9bb87b)

v1.2.4

23 Mar 16:51
733a1f5
Compare
Choose a tag to compare

1.2.4 (2023-03-21)

Features

  • Add bidirectional connection (9c34b9c)
  • Add useWalletDiscovery parameter (5f657ee)

Bug Fixes

  • inject wallet names in lowercase into the window.cardano object to prevent an odd behavior (7cccc15)

v1.2.3

21 Mar 15:47
f51bc8f
Compare
Choose a tag to compare

1.2.3 (2023-03-17)

Bug Fixes

  • update outdated versions to trigger release that has not been built after the latest github actions run (93b1c19)

v1.2.2

17 Mar 19:33
4f5fd75
Compare
Choose a tag to compare

1.2.2 (2023-03-16)

Features

  • Add autoConnect to ConnectMessage (c9e4a89)
  • Add dependency for marble-identicons (9171d60)
  • Add identicon (460d5c2)
  • Add requestAutoconnect property (82b104c)
  • Added autoconnect implementation (e1067d2)

v1.2.1

13 Mar 19:37
f2b0d44
Compare
Choose a tag to compare

1.0.2 (2023-03-08)

Features

  • add on injected callback (f96a314)
  • Check wallet name is not injected and is compliant (076ec39)

Bug Fixes

  • remove last p2p occurrences (832ffb5)
  • use wallet icon for icon property (c763e13)

v1.0.1

08 Mar 15:24
fae1cef
Compare
Choose a tag to compare

1.0.1 (2023-03-07)

Bug Fixes

  • increase minor version to prevent conflicts with the npmjs package history (2351cb4)

v1.0.0

07 Mar 20:13
98fd8d6
Compare
Choose a tag to compare

1.0.0 (2023-03-07)

⚠ BREAKING CHANGES

  • add onApiEject function and use named params
  • the connect functions now returns the meerkats seed
  • provide seed for a new meerkat

Features

  • add a basic class (interface) for dapps as well (0d46e8d)
  • add basic implementation (f6d4234)
  • add callback functions (5f4c9f5)
  • add connect method to establish the connection before injecting the api (0038a90)
  • add disconnect method (80916dd)
  • add enable and isEnable function to be cip30 compliant (ef2213c)
  • Add lifecycle callbacks & subscriber info of the connection (8d48a8f)
  • add onApiEject function and use named params (a87c22e)
  • add qr code generator to dapp interface (4f0fa87)
  • ci: add github actions for creating a release and publish the bundle to npmjs (fc94058)
  • link the demo repository (e73fb1a)
  • provide bundle for browser imports (94ac549)
  • provide seed for a new meerkat (48d3777)
  • reduce the amount of listeners (aa10cb0)
  • result of the cip30 functions should be async (a93c753)
  • the connect functions now returns the meerkats seed (03acaca)

Bug Fixes

  • add bundle file (036d3c0)
  • add new bundle version (b403c1e)
  • add Readme.md (f93c06c)
  • args are now correctly passed to their cip30 function (fc36b22)
  • resolve bug in invoke function with no params (86baf7a)
  • seed handling in constructor (5d25c2c)
  • use splice instead of slice (eebad69)