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,364 public repositories matching this topic...
The current flash loans implementation suggests to burn the fee of the flash loan with no easy way for implementers to override this default behavior. e.g. If the token is capped, this leads to shrink the total supply over time [considering the fee is higher than 0].
This behavior is not well documented and the Wizard doesn't consider this.
I would suggest to
Description
Say we have a custom error defined like this in an interface:
interface MyInterface {
error MyCustomError();
}The compiler mistakenly considers MyInterface.MyCustomError to be of type function() pure instead of type error. The latter is what should be used b
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Apr 5, 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
Mar 31, 2022
-
Updated
Nov 1, 2020 - Rust
-
Updated
Apr 5, 2022 - CSS
-
Updated
Apr 5, 2022 - Go
-
Updated
Apr 3, 2022 - C
-
Updated
Mar 31, 2022
-
Updated
Apr 2, 2022
-
Updated
Apr 5, 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
Mar 20, 2022 - Python
-
Updated
Oct 28, 2021 - C++
-
Updated
Apr 6, 2022 - Java
-
Updated
Apr 7, 2022 - Python
-
Updated
Mar 28, 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