-
Notifications
You must be signed in to change notification settings - Fork 4.6k
web3: restructure files into more directories #27080
Conversation
c5d79e7
to
b34f0b0
Compare
b34f0b0
to
441c4cc
Compare
Codecov Report
@@ Coverage Diff @@
## master #27080 +/- ##
===========================================
- Coverage 81.9% 77.5% -4.4%
===========================================
Files 631 46 -585
Lines 174252 2469 -171783
Branches 0 352 +352
===========================================
- Hits 142728 1915 -140813
+ Misses 31524 424 -31100
- Partials 0 130 +130 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@steveluscher any high level concerns or comments here?
More module boundaries the better! |
Thanks for totally screwing my future rebase of #25839 tho. 😘 |
Oh dang, I forgot to follow up on that. Let's definitely get yours in first. This restructure isn't that pressing |
Sorry @steveluscher, I'd like to get this in first. Feel free to squash the commits in your nonce pr to avoid resolving merge conflicts for each one |
Oh, by all means. No problem. Rebases are afraid of me, not the other way around. |
Summary of Changes
transaction
andmessage
directories that will hold new code that will be added soon to support versioned transactions.programs
andprogram-tests
directories to make it easier to see which programs are supported by this libraryutil
directory toutils
Fixes #