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,480 public repositories matching this topic...
Following
https://web3js.readthedocs.io/en/v1.3.0/web3-utils.html?highlight=BN#bn
Run:
new BN('0xea').toString();
Expected behavior
"234"
Actual behavior
"3450"
PS: web3.utils.toBN('0xea') returns "234" correctly
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
Create simple ERC20 and ERC777 presets with fixed supply.
The benefits are:
- Easy to deploy (including from Remix).
- No access control (for minting/pausing), and hence no governance required.
- Can be verified easily on public networks and then are verified for all.
Community members are creating their own simple ERC20 tokens, so it would be good if they
Proposed by @axic in ethereum/solidity#10352 (comment).
Hmm, didn't we also had a sh256 hash next to this? That is way more useful for anyone downloading a static compiler from here and trying to verify it on CI (as that works with shasum -a 256 ).
After doing this the example in solc-bin docs should be updated to include such a hash too.
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Nov 1, 2020 - Rust
-
Updated
Aug 6, 2020 - Go
-
Updated
Nov 27, 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
Oct 23, 2020 - 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
May 25, 2020
-
Updated
May 9, 2019 - JavaScript
-
Updated
Oct 5, 2020
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Oct 31, 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
Nov 30, 2020 - Java
-
Updated
Nov 30, 2020 - Python
-
Updated
Nov 24, 2020
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Nov 29, 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
Nov 30, 2020 - Python
-
Updated
Nov 30, 2020 - TypeScript
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia
If we config the cache options in the config file, then it will be overwritten.