Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GMS-1086] refactor: Remove contract clients #909

Merged
merged 6 commits into from
Sep 28, 2023

Conversation

allan-almeida
Copy link
Contributor

@allan-almeida allan-almeida commented Sep 27, 2023

Summary

Remove contract clients from the SDK

Background: https://immutable.atlassian.net/wiki/spaces/IGG/pages/2262959181/Moving+Contract+Clients+out+of+SDK

Why the changes

Contract client versions need to be decoupled from sdk versions, and instead be coupled to smart contract updates. This is to avoid versioning issues for customers who have deployed an older version of our preset contract but still want access to SDK updates that are not contract related.

Things worth calling out

Before submitting the PR, please consider the following:

  • Prefix your PR title with feat: , fix: , chore: , docs:, or refactor:.

@allan-almeida allan-almeida requested review from a team as code owners September 27, 2023 20:22
@@ -10,8 +10,6 @@
"@0xsequence/config": "^0.43.34",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two were automatically removed when I ran yarn build

@allan-almeida allan-almeida merged commit c6e9f49 into main Sep 28, 2023
6 checks passed
@allan-almeida allan-almeida deleted the refactor/GMS-1086/contract-clients-2 branch September 28, 2023 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants