trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.31k forks source link

Rewrite `@truffle/contract` around `@truffle/codec` #5474

Open benjamincburns opened 2 years ago

benjamincburns commented 2 years ago

Rewriting @truffle/contract to depend primarily on @truffle/codec rather than web3.js would likely help us to achieve a few goals:

Note: This was captured from an internal session where we discussed potential future breaking changes for major releases. Until the team assigns this ticket, this is merely a proposal, and not a commitment to make this specific change.

dongmingh commented 2 years ago

We need more information before prioritizing it.