Mihir Wadekar
Mihir Wadekar
@hanselb have you been able to clean the code and add tests yet? If not I can go ahead and submit a PR for this.
Hey @hanselb yup that could be really helpful! I haven't begun work on this yet, but this would be a good starting point.
I also would want to tag @Amxx snd @frangio to this thread to hear their thoughts about it.
@frangio @Amxx do you think we should proceed with building a potential dutch auction mechanism? To answer @frangio's question, many NFT drops today are happening via Dutch Auction, and by...
Is anyone still working on this? If not I'd like to have a crack at this.
I found this useful function on StackExchange that could be the solution to this: https://ethereum.stackexchange.com/questions/71565/verifying-modular-exponentiation-operation-in-etherum
I propose adding overloaded increment and decrement functionswith the following signatures: `function increment(Counter storage counter, uint256 amount)` `function decrement(Counter storage counter, uint256 amount)`
I agree with @tab00 on this, I think the proposed new functions to the Counters library would be good in terms of the added functionality mixed in with the safety...
This is a pretty interesting proposal. Mainly because this extends solidity as a language, and separates it from EVM, allowing it to thrive on its own. My only pushback for...
@yash-atreya just double checked commits and it seems to still be failing on the `bdc04c2` commit for me. No worries if not able to reproduce and have future plans to...