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 12,387 public repositories matching this topic...
There is the test/libsolidity/SolidityEndToEndTest.cpp file, which contains a lot of semantic tests. It is a large monolithic single C++ file, which takes a long time to compile and is hard to maintain.
We want to move as many test cases out to individual files under test/libsolidity/semanticTests. They should be grouped logically, by following the grouping in SolidityEndToEnd.
Have a
Issue
Vyper handles unmapped instructions differently from Solidity. In Solidity, unmapped instructions are given a file index of -1. When attempting to show the source for such an instruction, we instead just show 1: // No source code found..
However, in Vyper, such instructions are not given a file index of -1, but are given a start and length of 0. So when we show the source for t
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Nov 1, 2020 - Rust
-
Updated
Sep 28, 2021 - Go
-
Updated
Nov 19, 2021 - C
-
Updated
Oct 25, 2021 - HTML
-
Updated
Nov 19, 2021 - CSS
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
Oct 28, 2021 - C++
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Oct 19, 2021 - Python
-
Updated
Oct 15, 2021
-
Updated
Nov 19, 2021 - Java
-
Updated
Nov 19, 2021
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Oct 2, 2021
-
Updated
Nov 19, 2021 - Python
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Nov 8, 2021
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
-
Updated
May 9, 2019 - JavaScript
-
Updated
May 10, 2021 - Ruby
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia
I had a unclean shutdown less than a day ago and got this warning afterwards:
WARN [03-26|10:10:29.944] Unclean shutdown detected booted=2021-03-17T13:16:42+0000 age=1w1d20hAs it would be better to have the "age=" part closer to the shutdown @holiman suggested to update the marker like every 5 minutes