ethereumjs / ethereumjs-monorepo

Monorepo for the Ethereum VM TypeScript Implementation
2.59k stars 753 forks source link

`@ethereumjs/wallet` integration TODO list #2731

Closed acolytec3 closed 1 year ago

acolytec3 commented 1 year ago
Coollaitar commented 1 year ago

Updated dependencies of ethereum-cryptography to v2.0.0 #2734

Coollaitar commented 1 year ago

Can you please elaborate in which files buffer should be replaced with Uint8Array?

acolytec3 commented 1 year ago

Can you please elaborate in which files buffer should be replaced with Uint8Array?

Anywhere buffers are used in this new package, they need to be placed with Uint8Arrays.

Coollaitar commented 1 year ago

Can you please elaborate in which files buffer should be replaced with Uint8Array?

Anywhere buffers are used in this new package, they need to be placed with Uint8Arrays.

Okay, I will make a PR for that.

Coollaitar commented 1 year ago

Updated dependencies of ethereum-cryptography to v2.0.0 https://github.com/ethereumjs/ethereumjs-monorepo/pull/2737

gabrocheleau commented 1 year ago

Can this be closed @acolytec3 ? Seems like all todos have been completed.

acolytec3 commented 1 year ago

We should also clean up the conflicting types/node devDependency. I don't think there's any actual work other than removing the ones from wallet but we should do this so we don't have duplicate conflicting dependencies in our repo.

gabrocheleau commented 1 year ago

We should also clean up the conflicting types/node devDependency. I don't think there's any actual work other than removing the ones from wallet but we should do this so we don't have duplicate conflicting dependencies in our repo.

So just this: https://github.com/ethereumjs/ethereumjs-monorepo/pull/2793 ?

acolytec3 commented 1 year ago

We should also clean up the conflicting types/node devDependency. I don't think there's any actual work other than removing the ones from wallet but we should do this so we don't have duplicate conflicting dependencies in our repo.

So just this: https://github.com/ethereumjs/ethereumjs-monorepo/pull/2793 ?

Yessir. I meant to submit this since I had done it locally. Will approve once CI passes.