Active development: 3 commits in the last 90 days across 1 contributor
Code ActivitySource linked
2 active day(s) in 0xSplits/splits-sdk.
Dev Tools · Utility
Verified BuilderAn SDK for building apps on top of 0xSplits
Code ActivitySource linked
2 active day(s) in 0xSplits/splits-sdk.
Github ReleaseSource verified
What's Changed * Add balance field to per-contract earnings, fix top-level user balances by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/90 * Add Tempo testnet chain support by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/91 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * chore: cap recipients to 400/500 dep. on type by @0xdiid in https://github.com/0xSplits/splits-sdk/pull/85 * Add claude.md and avalanche for splits v2 by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/86 New Contributors * @0xdiid made their first contribution in https://github.com/0xSplits/splits-sdk/pull/85 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * feat: add support for new universal swapper contract by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/84 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * chore: deploy splits to celo by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/83 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed A new version of the Split contracts (v2.2) have been launched, which includes new factories and splitters. No changes are needed to start using the new contracts. Calling SplitV2Client.createSplit(args) will now create a v2.2 Split instead of a v2.1 Split. The other functions (i.e. distribute) will also work with no changes, and they will work for both v2 Splits and v2.1 Splits. For more information see here. * feat(splits): v2.2 by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/79 * feat(splits): add ownerAddress
View evidenceGithub ReleaseSource verified
What's Changed * Hoodi support by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/76 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * feat: add plume to splits kit by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/69 * Block number chains by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/71 * Bump vitest from 1.3.1 to 1.6.1 by @dependabot in https://github.com/0xSplits/splits-sdk/pull/72 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * feat: add plume to sdk by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/66 * feat: add new univ3swap addresses by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/68 * include oracle in swapper metadata by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/67 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
v4 --> v5 Migration Guide What's Changed - A new version of the Split contracts (v2.1) have been launched, including new factories. No changes are needed to start using the new contracts. Calling SplitV2Client.createSplit(args) will now create a v2.1 Split instead of a v2 Split. The only difference in the contracts are that the v2 Split could not properly handle non-compliant ERC20 tokens (e.g. USDT on mainnet). The v2.1 Split can handle those tokens. The other functions (i.e. distribute) will also work with no changes, and they will work for both v2 Splits and v2.1 Splits. For more infor
View evidenceGithub ReleaseSource verified
What's Changed * fix ownership calculation by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/60 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * Balance fix by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/54 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * Fix earnings by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/52 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * PE-2201 optional public client arg on get earnings by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/51 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * fix: v1/v2 viem support for split v1 by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/48 * Fix split v2 arbitrary allocations by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/49 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
This major release marks the introduction of splits v2, for more information on v2 itself please refer to this article. This release has multiple breaking changes across our core SDK and React SDK. With this release we have made a departure from the hosted service provided by The Graph and moved to an in house graphQL service. All previous versions of the SDK will become partially functional following the sunset of the hosted service by The Graph. The new API for the SDK (Core and React) can be found in
View evidenceGithub ReleaseSource verified
What's Changed * PE-2055 | fix: update sepolia address by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/41 Full Changelog: https://github.com/0xSplits/splits-sdk/compare/@0xsplits/[email protected]...@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * Update zora & zora sepolia subgraph urls Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * Increased chain support by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/27 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * add sepolia support for all contracts by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/25 * fix recoup and diversifier addresses for sepolia by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/26 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * chore: deploy oracle/swapper/diversifier on arbitrum by @r0ohafza in https://github.com/0xSplits/splits-sdk/pull/24 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * Holesky and Base Sepolia support by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/23 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * Base goerli & utils refactor by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/20 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * Alchemy token fetch by @mihoward21 in https://github.com/0xSplits/splits-sdk/pull/18 Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceGithub ReleaseSource verified
What's Changed * Add support for mainnet Sepolia Full Changelog: https://github.com/0xSplits/splits-sdk/commits/@0xsplits/[email protected]
View evidenceWritten by HEY researchers and reviewed before publishing. Commentary with sources — not the project's own claims, and not evidence of shipping.
No published notes on splits-sdk yet.
Know something about splits-sdk? Sign in with GitHub to submit a research note. Notes are reviewed before they appear here.