All Projects → ethereum → Hive

ethereum / Hive

Licence: gpl-3.0
Ethereum end-to-end test harness

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Hive

Open Bounty
Enable communities to distribute funds to push their cause forward.
Stars: ✭ 121 (-4.72%)
Mutual labels:  ethereum
Bitcoinwallet
Bitcoin and ETH wallet
Stars: ✭ 124 (-2.36%)
Mutual labels:  ethereum
Mythril
Security analysis tool for EVM bytecode. Supports smart contracts built for Ethereum, Hedera, Quorum, Vechain, Roostock, Tron and other EVM-compatible blockchains.
Stars: ✭ 1,968 (+1449.61%)
Mutual labels:  ethereum
Covasim
COVID-19 Agent-based Simulator (Covasim): a model for exploring coronavirus dynamics and interventions
Stars: ✭ 122 (-3.94%)
Mutual labels:  simulation
Seissol
A scientific software for the numerical simulation of seismic wave phenomena and earthquake dynamics
Stars: ✭ 123 (-3.15%)
Mutual labels:  simulation
Ethvtx
🌀🛰 ethereum-ready & framework-agnostic redux store configuration
Stars: ✭ 125 (-1.57%)
Mutual labels:  ethereum
Etherscamdb
Keep track of all current ethereum scams in a large database
Stars: ✭ 121 (-4.72%)
Mutual labels:  ethereum
Hadoopcryptoledger
Hadoop Crypto Ledger - Analyzing CryptoLedgers, such as Bitcoin Blockchain, on Big Data platforms, such as Hadoop/Spark/Flink/Hive
Stars: ✭ 126 (-0.79%)
Mutual labels:  ethereum
Cellularforms
An implementation of Andy Lomas' Cellular Forms.
Stars: ✭ 124 (-2.36%)
Mutual labels:  simulation
Ethereum Wallet
Native Ethereum Wallet - iOS
Stars: ✭ 125 (-1.57%)
Mutual labels:  ethereum
Ion
General interoperability framework for trustless cross-system interaction
Stars: ✭ 122 (-3.94%)
Mutual labels:  ethereum
Molecular Design Toolkit
Notebook-integrated tools for molecular simulation and visualization
Stars: ✭ 123 (-3.15%)
Mutual labels:  simulation
Ethereum Security
Security issues in Ethereum demonstrated in mocha tests. The fix is also demonstrated
Stars: ✭ 124 (-2.36%)
Mutual labels:  ethereum
Remix Ide
Documentation for Remix IDE
Stars: ✭ 1,768 (+1292.13%)
Mutual labels:  ethereum
Cyb
Immortal robot for the Great Web
Stars: ✭ 126 (-0.79%)
Mutual labels:  ethereum
Ds Proxy
a proxy object that can compose transactions on owner's behalf
Stars: ✭ 120 (-5.51%)
Mutual labels:  ethereum
Dls Schematics
Schematics for DLS - The Digital Logic Simulator game http://makingartstudios.itch.io/dls
Stars: ✭ 124 (-2.36%)
Mutual labels:  simulation
Hs Web3
Web3 API for Haskell.
Stars: ✭ 127 (+0%)
Mutual labels:  ethereum
Py Solc
Python wrapper around the solc Solidity compiler.
Stars: ✭ 126 (-0.79%)
Mutual labels:  ethereum
Hd Wallet Derive
A command-line tool that derives bip32 addresses and private keys.
Stars: ✭ 125 (-1.57%)
Mutual labels:  ethereum

hive - Ethereum end-to-end test harness

Hive is a system for running integration tests against Ethereum clients.

Ethereum Foundation maintains a public Hive instance to check for consensus, p2p and blockchain compatibility. You can find the latest test results here.

To read more about hive, please check the documentation.

Trophies

If you find a bug in your client implementation due to this project, please be so kind as to add it here to the trophy list. It could help prove that hive is indeed a useful tool for validating Ethereum client implementations.

  • go-ethereum:
    • Genesis chain config couldn't handle present but empty settings: #2790
    • Data race between remote block import and local block mining: #2793
    • Downloader didn't penalize incompatible forks hashly enough: #2801
  • Nethermind:
    • Bug in p2p whith bonding nodes algorithm found by Hive: #1894
    • Difference in return value for 'r' parameter in getTransactionByHash: #2372

Contributions

This project takes a different approach to code contributions than your usual FOSS project with well ingrained maintainers and relatively few external contributors. It is an experiment. Whether it will work out or not is for the future to decide.

We follow the Collective Code Construction Contract (C4), code contribution model, as expanded and explained in The ZeroMQ Process. The core idea being that any patch that successfully solves an issue (bug/feature) and doesn't break any existing code/contracts must be optimistically merged by maintainers. Followup patches may be used to for additional polishes – and patches may even be outright reverted if they turn out to have a negative impact – but no change must be rejected based on personal values.

License

The hive project is licensed under the GNU General Public License v3.0. You can find it in the COPYING file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].