Ana
Ana
Update outdated documentation of `ReentrancyGuard.sol`. Documentation on lines [ReentrancyGuard.sol:L65-L66](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3715/files#diff-4218e3d5bae14d9a0419ff5f2bf33f7c2ea75e09eba8bcc0ca869d680b2fedcfL65-L66) regarding gas refunds is no longer valid since now ReentrancyGuard is `uint256`-based and `_NOT_ENTERED` value is set to 1. #### PR...
## News Adds new facet `ProtocolInitializationFacet`, which will be used for initializing things on the protocol. - `initialize` function: must be called on every deployment/upgrade. Responsible for calling facets initializers,...
We need to verify if a range condition is set for the offer when the seller pre-mints the rNFTs. If a pre-minted token is created for a token-gated offer with...
Code coverage is the lower step of CI. We could use the same strategy we used for running tests (splitting into chunks) to decrease CI runtime. https://github.com/SetProtocol/set-v2-strategies/blob/29db4a3de4a6ecd55a2c86d85a002b7e1106f8b2/.circleci/config.yml#L79-L143 - reference of...
Discussion here https://github.com/bosonprotocol/boson-protocol-contracts/pull/633#discussion_r1193984751
### Component Forge ### Describe the feature you would like I'm currently working on a project where the integration test suite involves running multiple tests, each having its own forks...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [] Foundryup ### What version of Foundry are you on? forge...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [ ] Foundryup ### What version of Foundry are you on?...
### Component Forge ### Describe the feature you would like It's quite common in our codebase to experience CI failures related to RPC errors. For example: ```Could not instantiate forked...