-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
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.
Some pretty impressive size reductions here, good work! Just need to remove all the branch versions from package.json
and resolve the conflicts.
I see you swapped out joi
for superstruct
to validate the config - is this something we should be doing throughout the project?
test/http-api/inject/pin.js
Outdated
@@ -115,7 +115,7 @@ module.exports = (http) => { | |||
}) | |||
}) | |||
|
|||
describe('ls', () => { | |||
describe.only('ls', () => { |
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.
Remove pls
@hugomrdias are you still tracking this? Can you list out the dependent PRs in the description above so I can help you push them along? |
waiting on mplex we are getting there just a little bit longer |
b9809a6
to
7568612
Compare
return mergeOptions({ | ||
blockService: blockService | ||
}, options) | ||
} |
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.
Until we have multiple browser builds we need to include bitcoin, ethereum, git and zcash.
Co-Authored-By: hugomrdias <[email protected]>
Co-Authored-By: hugomrdias <[email protected]>
Shall we close this one @hugomrdias? |
Before/After:
modules 1549 946 -38.92%
unminified 8 617 735 3 629 020 -57.88893485%
minified 3 007 790 1 439 307 -52.14735736%
minified+gzip 773.59 386.56 -50.03037785%
Analyzer
https://bundle-size.netlify.com/ipfs-before.html
https://bundle-size.netlify.com/ipfs-after.html