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 10,753 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 would increase readability in bigger tests, such as those in semanticTests/externalContracts
.
// -- Double reserve
// account: 1
// reserve(string), 69 ether: 0x20, 3, "abc" ->
// owner(string): 0x20, 3, "abc" -> 0x1212121212121212121212121212120000000012
// account: 0
// -- Transfer
// setContent(string,bytes32): 0x40, 0, 3, "abc" ->
// transfer(string,address): 0x40, 555, 3
Remove eth-lib
Hi, just wondering why there are no tests in the scaffolded project when running truffle init
...
Can I make a PR adding this? Where in the main truffle source code should I put this file?
thanks!
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Nov 1, 2020 - Rust
-
Updated
Apr 27, 2021 - Go
-
Updated
Jun 23, 2021 - C
-
Updated
Jun 7, 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
Jun 21, 2021 - JavaScript
-
Updated
Jun 19, 2021
-
Updated
May 9, 2019 - JavaScript
-
Updated
Jun 19, 2021 - Python
-
Updated
Jun 10, 2021 - Java
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::events
fx/merge
- seems like it could be lint'ed as thread macro, plus warn on limitationsdefview
letsubs
- lint as let + check on types for
-
Updated
Jun 17, 2021 - Python
-
Updated
May 10, 2021 - Ruby
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
Jun 24, 2021 - TypeScript
-
Updated
May 1, 2021 - Go
-
Updated
Feb 16, 2021
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia
System information
Geth version:
1.10.2-stable
OS & Version: Linux
Commit hash :
97d11b0187b4695ccf44e3b71b54155fe405a36f
Expected behaviour
As mentioned here in the official guide, the following command would allow geth to push metrics data to InfluxDB.