0xCourtney

Results 15 issues of 0xCourtney

If I run `npx hardhat clean` followed by `npx hardhat test` I receive the following: ```bash % npx hardhat test Generating typings for: 60 artifacts in dir: ./types for target:...

The Binary Heap is commonly used for priority queues with applications in DeFi such as a DEX order book. This data structure is partially sorted, therefore only the root node...

The AVL tree is a data structure that is efficiently sorted upon insertion and removal of nodes. This may be useful for DeFi data structures where 1) data must be...

The Diamond proxy pattern is gaining popularity as a contract scaling solution. It would be great if this app could support contracts that leverage this architecture.

closes #140

closes #126

I noticed that structs do not render in the docs with a description. This can be seen in the docs for `set()` in `Bar.sol` found in this repo. ```md ###...

If an event is inherited it will not display anything in the description. After digging through this a bit I found that the `devdoc` and `userdoc` contain different sets of...