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

♻(dependencies) upgrade ethers 6 and other dependencies #202

Conversation

anonkey
Copy link

@anonkey anonkey commented May 26, 2024

I upgraded all dependencies for my personal usage and thought it'll avoid you do the same thing on your own.

I restored the scripts/commit-msg.js because husky hooks was broken but maybe what was wished is to remove commitlint ?

And the override in package.json are here because of an empty package release published for these package, it will be removed as soon as the release is fixed

If you're okay i'm ready to do PR on erc3643-packages too to avoid breaking it

aliarbak and others added 3 commits January 3, 2024 10:51
## [4.1.2]
- **Compliance Modules**:
  - Removed `_compliance` parameter from `setSupplyLimit` function of the `SupplyLimitModule`
## [4.1.3]

### Update

- **AbstractProxy**: updated the storage slot for `TREXImplementationAuthority` from 
  `0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7` to 
  `0x821f3e4d3d679f19eacc940c87acf846ea6eae24a63058ea750304437a62aafc` to avoid issues with blockchain explorers 
  confusing the proxy pattern of T-REX for an ERC-1822 proxy (old storage slot was the slot used by ERC-1822) which 
  caused errors in displaying the right ABIs for proxies using this implementation.
* Implement upgradeable proxies to compliance modules

* Add module proxy

* Fix lint issue

* Add initializer tests

* Update changelog and package version

---------

Co-authored-by: ali.arbak <hi@alinaciarbak.com.tr>
@anonkey anonkey changed the title ♻(dependencies) upgrade ethers 6 and other dependencies Draft: ♻(dependencies) upgrade ethers 6 and other dependencies May 26, 2024
@anonkey anonkey force-pushed the upgrade-ethers-6-and-others branch 3 times, most recently from 3ebefce to 5edf4c8 Compare May 28, 2024 12:39
@anonkey anonkey force-pushed the upgrade-ethers-6-and-others branch from 5edf4c8 to ca7deb4 Compare May 28, 2024 12:46
@anonkey anonkey changed the title Draft: ♻(dependencies) upgrade ethers 6 and other dependencies ♻(dependencies) upgrade ethers 6 and other dependencies Jun 10, 2024
@Joachim-Lebrun Joachim-Lebrun changed the base branch from main to develop June 20, 2024 11:13
@Joachim-Lebrun Joachim-Lebrun changed the base branch from develop to v4.2.0-beta1 June 20, 2024 11:20
@Joachim-Lebrun
Copy link
Collaborator

Thanks a lot for the work done here @anonkey ! We'll add this in the v4.2 of T-REX

@Joachim-Lebrun Joachim-Lebrun merged commit 9611cd1 into TokenySolutions:v4.2.0-beta1 Jun 20, 2024
2 of 3 checks passed
@Joachim-Lebrun
Copy link
Collaborator

i will solve the test error on branch 4.2.0 instead of doing it working on your fork of the repository, will be easier for me, that's why i merged even if a test was failing

@anonkey
Copy link
Author

anonkey commented Jun 20, 2024

Ok thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants