trufflesuite / drizzle

Reactive Ethereum dapp UI suite
906 stars 238 forks source link

NPM package out of date #99

Closed kylescollins closed 3 years ago

kylescollins commented 3 years ago

https://www.npmjs.com/package/drizzle

Other packages in the truffle suite have been updated, however drizzle unfortunately has not. For serverless-type architecture this causes... painful issues.

Is there any timeline on when the truffle team may push an update for drizzle to npm? Specifically, to accommodate for the solc 0.6.0 breaking changes.

Any information regarding this would be helpful. Thanks!

cds-amal commented 3 years ago

Hi @kylescollins

Apologies. It's been difficult to prioritize resources for Drizzle but hope this will change in the near future. Please use the scoped package which has work to address Solidity 0.6. You'll have to change how you include drizzle in your project.

Some helpful references

Hope that helps