Skip to content

Releases: ToucanProtocol/toucan-sdk

1.0.6-beta

21 Aug 09:08
5ef28e5
Compare
Choose a tag to compare

This release includes the following updates:

  • documentation fixes
  • downgrading isomorphic-fetch to address #95
  • add support for decentralized Subgraphs

Full changelog

New Contributors

Full Changelog: 0.1.6-beta...1.0.6-beta

0.1.6-beta

04 Jan 13:49
5762002
Compare
Choose a tag to compare
0.1.6-beta Pre-release
Pre-release

Small fixes.

0.1.5-beta

17 Nov 21:55
2a94942
Compare
Choose a tag to compare
0.1.5-beta Pre-release
Pre-release

0.1.5-beta represents mostly maintenance changes, fixes, and quality improvements.

What's Changed

  • chore(deps): bump ethers from 5.6.6 to 5.6.9 by @dependabot in #31
  • chore(deps-dev): bump typescript from 4.6.4 to 4.7.4 by @dependabot in #29
  • chore(deps-dev): bump typechain from 8.0.0 to 8.1.0 by @dependabot in #30
  • chore(deps-dev): bump eslint from 8.15.0 to 8.19.0 by @dependabot in #33
  • chore(deps-dev): bump @typescript-eslint/parser from 5.30.0 to 5.30.4 by @dependabot in #32
  • PRT-305: Disable dev dependency dependabot by @lazaralex98 in #34
  • PRT-306: Debug SDK build issues by @lazaralex98 in #35
  • PRT-305: disable dev dependency dependabot fix by @lazaralex98 in #41
  • [PROD-2028] Fix & improve SDK tests by @lazaralex98 in #49
  • [PROD-2036] Improve contract interaction tests by @lazaralex98 in #58
  • Fix: typos by @omahs in #59
  • [PROD-2034] License for SDK by @lazaralex98 in #61

New Contributors

  • @omahs made their first contribution in #59

Full Changelog: v0.1.4-beta...0.1.5-beta

v0.1.4-beta

04 Jul 15:27
07b0837
Compare
Choose a tag to compare
v0.1.4-beta Pre-release
Pre-release

Important fix: we have come to the realization that some dev dependencies were causing build issues in the previous version.

What's Changed

  • chore: enable dependabot by @lazaralex98 in #21
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.25.0 to 5.30.0 by @dependabot in #26
  • chore(deps-dev): bump @nomiclabs/hardhat-etherscan from 3.0.3 to 3.1.0 by @dependabot in #25
  • chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 by @dependabot in #24
  • chore(deps-dev): bump @typescript-eslint/parser from 5.25.0 to 5.30.0 by @dependabot in #23
  • PRT-286: Refactor nits by @lazaralex98 in #28
  • PRT-300 Update TS config to not mention HH config by @lazaralex98 in #27

New Contributors

Full Changelog: v0.1.3-beta...v0.1.4-beta

v0.1.3-beta

29 Jun 23:35
23d568d
Compare
Choose a tag to compare
v0.1.3-beta Pre-release
Pre-release

The main change of this re-write is that from now on the SDK may be instantiated and used without a signer or provider.

What's Changed

  • PRT-277-toucan-sdk-release-failed-to-npm-publish by @lazaralex98 in #16
  • Add npm badge in README by @Kargakis in #17
  • chore: move rpc url by @lazaralex98 in #19
  • Alexlazar/prt 284 Separate contract interactions from subgraph interactions by @lazaralex98 in #18
  • chore: release 0.1.3-beta by @lazaralex98 in #20

Full Changelog: v0.1.2-alpha...v0.1.3-beta

v0.1.2-alpha

17 Jun 13:53
079305a
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

Second version of the SDK. It's now usable, but still under development. USE AT YOUR OWN RISK.

Feats:

  • interactions with core smart contracts (TCO2, pools, registry, OffsetHelper)
  • common subgraph queries
  • method for custom queries to Toucan subgraph

What's Changed

  • PRT-196: users pass their own providers by @lazaralex98 in #8
  • chore: first test setup by @lazaralex98 in #9
  • PRT-198: update offset helper integration by @lazaralex98 in #10
  • PRT-197: Integrate Core Contracts by @lazaralex98 in #11
  • PRT-247: Implement common subgraph queries by @lazaralex98 in #12
  • Lowercase addresses and other small issues by @lazaralex98 in #13
  • PRT-181 Add examples by @lazaralex98 in #14
  • refactor: no need for address in constructor by @lazaralex98 in #15

Full Changelog: v0.1.1-alpha...v0.1.2-alpha

v0.1.1-alpha

14 May 22:07
888c713
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

The first release of the Toucan-SDK. Heavily under development. USE AT YOUR OWN RISK.