Ethereum
Ethereum is a decentralized platform that runs contract-based applications without any possibility of downtime, censorship, fraud or third-party interference. Ethereum blockchain focuses on running the code of any decentralized application.
Here are 14,195 public repositories matching this topic...
After a batch mint of ERC1155 NFTs I want to be able to increment the total supply count like this:
_mintBatch(_receiver, ids, amounts, "");
supply.increment(ids.length);
However currently increment() can only increase the counter by 1:
https://github.com/OpenZeppelin/openzeppelin-contracts/blob/4a9cc8b4918ef3736229a5cc5a310bdc17bf759f/contracts/utils/Counters.sol#L26
So I hav
Abstract
We need a CI job that runs mypy on every PR and reports type errors in Python code.
Motivation
Currently type annotations in our Python scripts are not checked at all. This is because the interpreter does not enforce them and an external tool is needed. mypy is currently the most popular one (though there are some others and we could use one of
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Mar 19, 2022 - JavaScript
Jump targets are identified by hex numbers, but the listing counts lines in decimal. This makes it tricky to see where the jump target is: you have to convert.
-
Updated
Feb 19, 2022
-
Updated
Nov 1, 2020 - Rust
-
Updated
Mar 28, 2022 - CSS
-
Updated
Mar 16, 2022 - Go
-
Updated
Mar 23, 2022 - C
-
Updated
Mar 22, 2022
-
Updated
Mar 27, 2022
-
Updated
Mar 26, 2022 - TypeScript
A parametrized option to set the blocksize would be useful to experiment with. As quorum is used in a private setting I think this option should be available
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Feb 10, 2022
-
Updated
Oct 28, 2021 - C++
-
Updated
Mar 20, 2022 - Python
-
Updated
Mar 23, 2022 - Java
-
Updated
Mar 28, 2022 - Python
-
Updated
Mar 24, 2022
-
Updated
Mar 9, 2022
-
Updated
Mar 11, 2022 - JavaScript
-
Updated
Jan 11, 2022
-
Updated
May 10, 2021 - Ruby
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia
System information
Geth
Version: 1.10.13-stable
Git Commit: 7a0c19f813e285516f4b525305fd73b625d2dec8
Architecture: amd64
Go Version: go1.17.3
Operating System: linux
GOPATH=
GOROOT=go
Expected behaviour
Close files that aren't in use / have a settable limit
Actual behaviour
Every database file it opens stays open for the duration of the sync
Steps to re