ethers.js
                                
                                 ethers.js copied to clipboard
                                
                                    ethers.js copied to clipboard
                            
                            
                            
                        Export util formating methods like so others could extends
as I explain here: https://github.com/ethers-io/ethers.js/issues/3829
it's very useful if we export the formatting utils, since etherjs not support all the data types, e.g. geth trace, parity trace, etc, better let people could extends according to it's need
Yes. I agree. With the exports available in modern node, it is also easy to do in a way that doesn't pollute the global namespace. This is definitely on my radar, as it will help with Networks which are less standard as well.
Thanks! :)
yeah, in that way, maybe we should move all formatting related stuff to ./format and then export as ethers/format ?