Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Release 0.2.0 - Fuchsia LWSS support

Compare
Choose a tag to compare
@chmanie chmanie released this 11 May 15:12
· 188 commits to main since this release

The flwss release!

πŸŽ‰ ColonySDK 0.2.0 is out! It comes with the freshest release of colonyJS on-board which in turn adds support for the just deployed Fuschia LWSS release of the ColonyNetwork. πŸŽ‰

Also now available: support for the OneTxPayment extension as well as the reputation system. See the reputation-local example for more details.

Additions

  • Add getReputationAcrossTeams method to Colony (26bc5ed)
  • Add local reputation example (2471e19)
  • Add ColonyToken and reputation support (c3b50e0)
  • Add basic local example (f850373)
  • Add Colony and additional helpful docs (6cfb18c)
  • Add API reference markdown (418105c)
  • Document all the available code (ea0587c)
  • Typedoc/Gitbook integration (6fdf3d1)

Changes

  • Update colonyJS to v5.1.0 - lwss support (7e274c4)

Fixes

  • Improve release-it flight-checks (8a1a993)
  • Fix the future-jump in local reputation example (c91b585)
  • Rename to Colony SDK in examples (3b5f8e2)
  • Use npm cache in workflow & check for staged files (cda91ee)

Maintenance