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 11,377 public repositories matching this topic...
🎉 Description
The ECDSA contract has a function toEthSignedMessage(bytes32), but we should have a function that works for any length of a bytes array:
function toEthSignedMessage(bytes s) pure internal returns (bytes32) {
return keccak256(
"\x19Ethereum Signed Message:\n",
uintToBytes(s.length),
s);
}
Where uintToBytes is implemented from an ideally
This is a part of #10269 but getting includes consistent also came up recently in #11812 as it might prevent bugs like #11811 and #11103. I'm creating a more focused issue to try out specifically include-what-you-use even if it does not solve the original problem as a whole.
The task here is to install [include-what-you-use](https://include-what-you-us
Error: There was a timeout while attempting to connect to the network.
Check to see that your provider is valid.
If you have a slow internet connection, try configuring a longer timeout in your Truffle config. Use the networks[networ
-
Updated
Aug 20, 2021 - JavaScript
-
Updated
Nov 1, 2020 - Rust
-
Updated
Aug 17, 2021 - Go
-
Updated
Aug 24, 2021 - C
-
Updated
Jul 31, 2021 - HTML
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
The cpp-ethereum homepage is not exactly helpful... http://cpp-ethereum.org/ which just takes you to here: http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/ which only helps with building and installing.. and the only useful link is the "Running" which is only this: "Running eth without any argument will synchronise your node to the public blockchain. It is also possible to create or
-
Updated
Feb 2, 2021
-
Updated
Oct 5, 2020
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Jul 16, 2021
-
Updated
Aug 13, 2021 - Python
-
Updated
Aug 21, 2021 - JavaScript
-
Updated
Aug 24, 2021 - Java
-
Updated
Aug 24, 2021 - Python
-
Updated
May 9, 2019 - JavaScript
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 10, 2021 - Ruby
-
Updated
Aug 24, 2021 - TypeScript
React-app warnings
When running yarn start, after compilation React complains with the following warnings:
Compiled with warnings.
./src/hooks/ContractLoader.js
Line 120:6: React Hook useEffect has missing dependencies: 'config.customAddresses', 'config.externalContracts', and 'config.hardhatContracts'. Either include them or remove the dependency array react-hooks/exhaustive-deps
./src/components/S
Dotenv hardhat
-
Updated
Aug 23, 2021 - Go
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia
System information
Geth version:
1.10.2-stableOS & Version: Linux
Commit hash :
97d11b0187b4695ccf44e3b71b54155fe405a36fExpected behaviour
As mentioned here in the official guide, the following command would allow geth to push metrics data to InfluxDB.