Francisco Giordano
Francisco Giordano
There has been quite a bit of interest in this feature in the past few months. The ["ERC721A"](https://www.azuki.com/erc721a) implementation by Azuki makes same tradeoffs (that we consider unacceptable) with the...
@rubo Functions like `tokenOfOwnerByIndex` use unbounded loops. Please see this thread: https://forum.openzeppelin.com/t/erc721enumerable-gas-optimization/22795
Fixed in https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3311. Currently in release candidate. Note: Burning is available even for consecutive mints.
Maybe the documentation is confusing because it's in the constructor. We could move the part about `decimals` to the contract-level docs.
@SharjeelSafdar We're interested in this sort of contract, but we feel we need more input from different real world use cases in order to understand what the best solution could...
@GrandSchtroumpf `solidity-ast` is definitely focused on the AST types. Another difference is that the approach is to provide types that are valid across multiple Solidity versions. So for example newer...
Since Firefox supports WebExtensions now this is almost trivial to port. I've made the necessary modifications in my [firefox](https://github.com/frangio/github-repo-size/tree/firefox) branch. I'll open a pull request with the details.
I just ran into this issue. Comparing the checksum of `package-lock.json` is not enough. There are many possible scenarios. Some repositories may not have a `package-lock.json` and only a `package.json`....
Oh, okay, that's exactly what was done in #114. I'm not sure why it was reverted afterwards.
Related to #110, #112.