Releases: ToucanProtocol/toucan-sdk
1.0.6-beta
This release includes the following updates:
- documentation fixes
- downgrading isomorphic-fetch to address #95
- add support for decentralized Subgraphs
Full changelog
- Add editor ignore section to
.gitignore
by @pheuberger in #102 - Fix a few mistakes in the README file by @pheuberger in #103
- P2: fix: downgrade
isomorphic-unfetch
to 4.0.0 by @pheuberger in #104 - [LILA-6103] Update CI to Node v20 by @0xmichalis in #111
- Replace Subgraph urls with new ones sourced from docs by @pheuberger in #113
New Contributors
- @pheuberger made their first contribution in #102
Full Changelog: 0.1.6-beta...1.0.6-beta
0.1.6-beta
Small fixes.
0.1.5-beta
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
Full Changelog: v0.1.4-beta...0.1.5-beta
v0.1.4-beta
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
- @dependabot made their first contribution in #26
Full Changelog: v0.1.3-beta...v0.1.4-beta
v0.1.3-beta
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
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
The first release of the Toucan-SDK. Heavily under development. USE AT YOUR OWN RISK.