UnorderedKeySet icon indicating copy to clipboard operation
UnorderedKeySet copied to clipboard

Solidity CRUD Library

Results 5 UnorderedKeySet issues
Sort by recently updated
recently updated
newest added

This library doesn't remove the elements of a mapping from storage, it only clears the key of that mapping from its associated index array. I understand why absolute deletes are...

I'm using Truffle `V5.1.13` and in my contracts `pragma solidity ^0.5.1;` Having nukeSet be public causes truffle tests to fail with the following error message ``` "before all" hook: prepare...

=First off, great library! I wanted to ask, do you think it's possible to add integers as keys an option? I like the addresses and bytes32 but I have a...

This is not an issue, but more of a request. The README states that you can use the library for Iteration, but it's not clear from the examples how I...

I updated the Solidity version to 0.8.4, since this is the earliest version to support custom errors. I have also updated the error from require, to revert with the new...