
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Vitalik Buterin
- Released July 30, 2015
Here are 7,590 public repositories matching this topic...
Description
As i needed to use some method to verify ( recover? ) a signed message, i did a lot of research and what came out of it is that apparently a lot of people ( mostly stackexchange ) reffer to a method that is rather complicated AKA : web3.eth.accounts.recover(signatureObject);
As i am working with Ethereum technologies since a long time, i know that it is really easy to implemen
- I've asked for help in the Truffle Gitter before filing this issue.
Issue
As of 5.0.35, imports from node packages now throw compilation errors. This may or may not be intended behaviour, but it is a breaking change from 5.0.34 compiler - which seems to work just fine. I much prefer to have these imports over relat
Since we switched to C++17 we can replace several boost constructs by their STL equivalent.
This includes, but may not be limited to:
- changing
boost::optional
tostd::optional
- changing
boost::variant
tostd::variant
- changing
boost::filesystem
tostd::filesystem
(note: this might have to be postponed due to ethereum/solidity#7263
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
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
-
Updated
Oct 16, 2019 - 2 commits
- JavaScript
- Parity Ethereum version: 2.4.5 or 2.4.6
- Operating system: Linux
- Installation: binary from Github | releases
- Fully synchronized: both, no and yes
- Network: ethereum
- Restarted: yes
Actual behaviour
When starting parity 2.4.5/2.4.6 in archive mode (tracing on, db_compaction ssd, pruning archive, fat_db on) with the default settings for the cache_size
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
-
Updated
Oct 15, 2019 - 605 commits
- Go
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
-
Updated
Oct 16, 2019 - 4 commits
- C
Problem
The repository here mentions http://cpp-ethereum.org, which redirects to:
http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/
which contains outdated documentation.
This can be highly misleading.
Solution
- Remove redirection / link
- mark http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum as outdated/legacy
- better yet: mark whole http://
A guide to smart contract security best practices
-
Updated
Oct 16, 2019 - 548 commits
- 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
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
The Comprehensive Ethereum Reading List
-
Updated
Oct 15, 2019 - 134 commits
Squeezer Framework - Build serverless dApps
-
Updated
Oct 8, 2019 - 227 commits
- JavaScript
₿ A guide (for humans!) to cryto-currencies and their algos.
-
Updated
Oct 16, 2019 - 188 commits
Curated collection of blockchain & cryptocurrency resources.
-
Updated
Oct 14, 2019 - 305 commits
This module was used only in travis and appveyor
Problem
Currently when a user receives a PN, we show a very generic message (no indication of sender, body, etc). This will change in the future (e.g. with status-im/status-react#7043), so it would be good to be more explicit about the fact that we are showing a generic PN message due to the db being locked. Also, since we may receive PNs from users we've since removed
Lightweight Java and Android library for integration with Ethereum clients
-
Updated
Oct 16, 2019 - 1 commits
- Java
Automated Crypto Trading & Technical Analysis (TA) Bot for Bittrex, Binance, GDAX, and more! (250+ coins)
-
Updated
Oct 15, 2019 - 556 commits
- Python
Personal blockchain for Ethereum development
-
Updated
Oct 15, 2019 - 1 commits
- JavaScript
Summary of the problem
Manticore is unable to open multiple sockets with the same FileDescriptor (FD) because the symbolic array is named according to the FD, socket4
, but when that FD is closed, we are unable to open/create a new socket with the same FD due to name collisions.
Step to reproduce the behavior
There is an expectedFailure
test for this in #1514 in `tests/native/test_
Update to mypy 0.730
Update to mypy 0.730 to get the latest improvements for type checking.
💰 The cryptocurrency price tool on CLI. 🖥
-
Updated
Oct 15, 2019 - 90 commits
- JavaScript
Learn about ethereum
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia
As per EIPs/eip-1474.md at master · ethereum/EIPs. For details see this PR discussion