kkrt-labs / keth

Integration of the Kakarot Ethereum execution layer in the Reth client.
MIT License
29 stars 8 forks source link

rust model: reorganize the models #111

Closed tcoratger closed 5 hours ago

tcoratger commented 2 days ago

At the moment, all the keth model in rust are stored in this single file: https://github.com/kkrt-labs/keth/blob/bd14d973f19314bb5cb246aaff6ceab3e4d8f65f/crates/exex/src/model.rs

It is starting to become quite big and it would be good to split it into several files in a model folder:

With this new division, we would have a more modular and scalable structure with small modules

varun-doshi commented 6 hours ago

I can take this up

tcoratger commented 5 hours ago

I can take this up

@varun-doshi Sorry forgot to link the issue, already closed by https://github.com/kkrt-labs/keth/pull/116

But soon we will have more good first issues, will tag you if you want

varun-doshi commented 4 hours ago

I can take this up

@varun-doshi Sorry forgot to link the issue, already closed by #116

But soon we will have more good first issues, will tag you if you want

Looking forward to the next issues Thanks