Alexe Spataru

Results 6 issues of Alexe Spataru

Hello forgers, I spotted an inconsistency in the documentation. The Forge Guide part of the book is not up to date with the [testing best practices](https://book.getfoundry.sh/tutorials/best-practices#general-test-guidance) described in the Tutorials...

Instead of rewriting our own facets like ERC20 and others, we should use the OpenZeppelin library for security guarantees.

`supportsInterface` should return false for facets that are removed, our options: 1. We store supported interfaces for each facet in registry, and diamond removes by fetching interfaces from there. `supportedInterfaces(address...

For example, we could make another fallback that resolves to some default behavior if no Facet was found in the diamond. Other fallback approaches are also welcome

Hi, I'm trying to follow the [Basic File Management](https://docs.bnbchain.org/bnb-greenfield/for-developers/tutorials/file-management-overview/#object-operations) tutorial from greenfield docs, and I get the invalid x509 certificate whenever I try to put a file, I get a...