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 15,450 public repositories matching this topic...
-
Updated
Jun 14, 2022 - JavaScript
-
Updated
May 30, 2022 - JavaScript
- I've opened a support ticket before filing this issue.
Issue
Tests are not isolated from each other. I reproduced it using the metacoin box tutorial, adding a new test at the end that checks again the balance. As per the "clean-room" the first account should have all 10000 tokens. It's not.
-
Updated
May 31, 2022
-
Updated
Jun 13, 2022 - CSS
-
Updated
Jun 14, 2022
-
Updated
Apr 11, 2022 - Go
-
Updated
May 31, 2022
-
Updated
Jun 9, 2022 - C
-
Updated
Jun 12, 2022 - TypeScript
-
Updated
Jun 7, 2022
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
Jun 8, 2022 - Java
-
Updated
Jun 12, 2022 - Python
-
Updated
Oct 28, 2021 - C++
-
Updated
Jun 14, 2022 - Python
-
Updated
May 20, 2022
-
Updated
Jan 11, 2022
-
Updated
Jun 3, 2022 - JavaScript
-
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
Description
Change links and references in the docs to run an Ethereum node from parity to openethereum, and change these references in the code too.
Motivation
Currently, docs about running an Ethereum node states that you can use parity-ethereum, but the project is no longer maintained.
There's also lots of comments and b
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