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 9,135 public repositories matching this topic...
In ethers-io/ethers.js#891 (comment), @ricmoo notes that he released a new version of the ethersproject abi coder that contains a "loose" reader for decoding logs for certain contracts built with solc 0.4.x.
This is a tracking issue to upgrade the dependency in web3-eth-abi [here](https://github.com/ethereum/web3.js/blob/1.x/packages/web3-eth-abi/packa
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
Not exactly a bug, for for those who have been using Claimable in earlier versions of OZ (for the purpose of transferOwnership followed by claimOwnership) - what are the options in v2.0.0?
Relying solely on Ownable.transferOwnership lacks a safety mechanism for accidentally transferring the ownership to an incorrect address.
At present, the only alternative that I see is copying `Cla
Output Yul ASTs
It would be helpful/essential for verification tools to have access to the Yul ASTs that are generated throughout compilation via Yul.
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Oct 3, 2020 - Rust
-
Updated
Aug 6, 2020 - Go
-
Updated
Sep 18, 2020 - C
Describe the bug
QR Code Scanner fails to scan input fields on Send Transaction view when scanning QR Code contains an EIP-681 URI
Example URI
ethereum:0x46c69f4424043e720a704330748cf3c593656b9c
To Reproduce
Steps to reproduce the behavior:
- Go to Send Transaction view
- Click on QR Code scanner
- Position QR Code in front of Webcam
- QR Code scanner closes
-
Updated
May 22, 2020 - HTML
Quorum doesn't return a message error clearly specifying the cause of an error (from a user standpoint) when the transaction manager fails to Quorum (e.g: 400 bad request, ...).
System information
Release: 2.2.3
Expected behaviour
Helpful error message
Actual behaviour
invalid argument 0: json: cannot unmarshal non-string into Go value of type common.Hash
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
May 25, 2020
-
Updated
May 9, 2019 - JavaScript
-
Updated
Oct 5, 2020
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 23, 2020
Bug Report
Problem
In a private group chat that I created, assigned a name and act as an admin, I am unable to successfully change the name.
Expected behavior
[comment]: # Group chat name is able to be changed
Actual behavior
[comment]: # Group chat name is not able to be changed
Notes
For the developer who will be investigating. Is it related to anothe
-
Updated
Oct 4, 2020 - Java
-
Updated
Oct 6, 2020 - Python
-
Updated
May 29, 2020
-
Updated
May 24, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Python
It's nice if testing doesn't produce unnecessary artifacts after running with success but keeps relevant info on fail for further inspection.
Pytest should have a nice way of creating fixtures that can post-process a test based on whether it failed or not https://docs.pytest.org/en/latest/example/simple.html#making-test-result-information-available-in-fixtures
If a test fails, then keep the
-
Updated
Oct 6, 2020 - Python
-
Updated
Sep 23, 2020 - JavaScript
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia
I want to modify geth Log level by config files, not cmd .
is there some ways to solve ?
Please help me ~
Thanks