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 8,684 public repositories matching this topic...
While ccxt does a great job unifying most functions / settings, not everything is or can be unified.
I think it would be good to provide a separate wiki/documentation page which documents exchange-specific properties.
The behavior is there now and all is working well - but to find it users need to search through issues (which are not easy to navigate) to find certain exchange-specifics - and o
I want to translate the Web3.js document into Korean. (We have confirmed that the translated document does not exist so far.)
May I take charge of this work?
And if possible, I would like to know if there is a guideline in the translation.
I'm going to use ReadTheDocs, and I'm thinking about whether it's better to PR in the Web3.js Repo or make a separate repo.
If any of you who are lo
Issue
The "Full Example" of using @truffle/contract to interact with contracts should include an example of listening to an event with a filter.
In the past, it used to be possible to pass a filter object on indexed event parameters when listening to an event, as seen for example [here](https://ethereum.
Could be done as a prettifying step in the optimizer or in the printer, or both.
The printer should not just change the kind of literal.
Version: `0.10.0`
OS & Version: linux
Node version: `geth 1.8.2-stable-b8b9f7f4`
It seems that in "Latest transactions" in Ethereum Wallet there are listed pending transactions from all networks (the real network and several test networks) without displaying which network this transaction is of.
So either show it noticeably or l
-
Updated
Jul 11, 2020 - JavaScript
See openethereum/openethereum#11542 (comment).
After we migrate all wiki to OpenEthereum org, we need to update all the links in README.md and CONTRIBUTING.md here.
-
Updated
Jun 19, 2020 - Go
Env:
- python 3.8
- capstone 4.0.1
- ubuntu 18.04 (WSL)
Repro:
import capstone
md = capstone.Cs(capstone.CS_ARCH_X86, capstone.CS_MODE_32)
md.detail = True
# case 1
# expected: fstcw WORD PTR [ebp-0x4] (based on Objdump disassembly which round-trips with GNU as)
for insn in md.disasm(b"\x9B\xD9\x7D\xFC", 0):
print(insn.address, insn.mnemonic, insn.op_str)
print(add style guide
The section on style guides is quite short at the moment.
A more extensive description with examples would be better.
This can be highly valuable for newcomers and for the community as a whole!
There are some good style guides already out there that could be incorporated like this one:
https://github.com/0xcert/solidity-style-guide
New Page: EVM quirks
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
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
Had a hard time building both Aleth and Solidity, which were getting stuck on make.
Realized I should upgrade my GCC to a more current version, I had the initial configuration of:
- Ubuntu 16.04
- GCC/G++ 5.4.0
- clang version 3.8.0
- Boost 1.71
I then upgraded to G++ 6.5.0 and it is building successfully.
Ironically I wanted to contribute so I think this is a good starting po
-
Updated
May 25, 2020
-
Updated
May 9, 2019 - JavaScript
For a university school project I will be making some edits to your documentation which will aim to make writing more technical
Please add edits if you would like :)
Feature Request
Add more configuration options for storage (IPFS). Command line arguments, for example.
Summary
For example, I want to develop my apps using IPFS. But I do not need to use it online. For example, running with --offline flag.
There two main ways to make it:
- Creating a variable called
argsinconfig/storage.jsthat would store extra argumens for the IPFS i
-
Updated
May 17, 2020
Create a bot that watches and archives specified public channels in Status and makes it searchable
User Story
To be able to see the history of the channels (anonymized though), we need a bot that will listen in to a set of public channels and writes their content in a DB. We also need a full-text search in the archive in the same bot.
Imagine http://offsite.chat/html, but on steroids.
Description
Golem Version: 0.1
Golem-Messages version (leave empty if unsure):
Electron version (if used):
OS [e.g. Windows 10 Pro]: Ubuntu 19.04
Branch (if launched from source):
Mainnet/Testnet:
Priority label is set to the lowest by default. To setup higher priority please change the label
_P0 label is set for Severity-Critical/Effort-easy
It would be great to have truffle style migrations available in web3j for managing the lifecycle of a smart contract. We already support the reading of Truffle metadata files, so this task would require the generation of th
We should expand the contribution guide:
- Installing test / documentation dependencies
- Running the tests
- Detailed explanation of the VIP process
- Team calls
The Atom contribution guide is an excellent example - some of the content isn't valid for Vyper, but it's a great reference point for what a contribution guide can look
-
Updated
May 29, 2020
-
Updated
Jul 9, 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
When I instruct the WebUI to join a token network with 5 TDAI, I get the message
TestDAI network was joined successfully with 5 TDAI
but in my case, only a single channel with a deposit of 1 TDAI has been created. The actual behavior is an expected result of our code for joining a TN. The behavior is already surprising enough, but with this message it clearly looks like a bug to the unsus
Add ANON (ANON)
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia


The function arguments to
core.NewBlockChaingot way out of hand. We need a config structure instead.