Nick Barry
Nick Barry
There's really nothing new here to test, so merging directly.
Reorganization can be done later.
Is this related to the non-reentrant proxies that I discussed with @0xCourtney?
I was thinking that this would be a completely separate package, but it might make more sense to put it in `@solidstate/lib`. It will be imported into the following: `hardhat-abi-exporter`,...
Have you tried this? https://github.com/projectsophon/hardhat-diamond-abi
I am not in favor of combining _all_ ABIs, but maybe a configuration option like this would work: ```js composites: [ { inputs: ['facets/*], output: 'MyDiamond', } ], ``` Not...
I found another way to do this: ``` ndjson-reduce 'p.set.has(d) || p.results.push(d), p.set.add(d), p' \ '{ set: new Set(), results: [] }' | \ ndjson-split 'd.results' ``` It's a bit...
Linking #60 because I believe it's related.
@startswithaj I changed the base of this PR to `diamond-cleanup`, and merged those changes here.
I don't know whether "slug" is the right terminology.