• Stars
    star
    27
  • Rank 874,340 (Top 18 %)
  • Language
    Python
  • License
    MIT License
  • Created about 6 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python types for type hinting commonly used ethereum types

eth-typing

Join the conversation on Discord Build Status PyPI version Python versions Docs build

Common type annotations for ethereum python packages.

Read more in the documentation on ReadTheDocs. View the change log.

Quickstart

python -m pip install eth-typing

Developer Setup

If you would like to hack on eth-typing, please check out the Snake Charmers Tactical Manual for information on how we do:

  • Testing
  • Pull Requests
  • Documentation

We use pre-commit to maintain consistent code style. Once installed, it will run automatically with every commit. You can also run it manually with make lint. If you need to make a commit that skips the pre-commit checks, you can do so with git commit --no-verify.

Development Environment Setup

You can set up your dev environment with:

git clone [email protected]:ethereum/eth-typing.git
cd eth-typing
virtualenv -p python3 venv
. venv/bin/activate
python -m pip install -e ".[dev]"
pre-commit install

Network ChainIds

A list of ChainId constants reside in the eth-typing/networks.py file. This list should be kept in sync with the network list available on chainid.network.

To keep the list up to date, run the following command:

python update_network_chain_ids.py

This will remove the original networks file and output a new file with the new networks added.

Check that the output file is correct and that constants are defined as expected. If the shortName contains special characters it may not work as a constant variable name. The script should be updated to transform names into valid constants as new cases occur.

Release setup

To release a new version:

make release bump=$$VERSION_PART_TO_BUMP$$

How to bumpversion

The version format for this repo is {major}.{minor}.{patch} for stable, and {major}.{minor}.{patch}-{stage}.{devnum} for unstable (stage can be alpha or beta).

To issue the next version in line, specify which part to bump, like make release bump=minor or make release bump=devnum. This is typically done from the main branch, except when releasing a beta (in which case the beta is released from main, and the previous stable branch is released from said branch).

If you are in a beta version, make release bump=stage will switch to a stable.

To issue an unstable version when the current version is stable, specify the new version explicitly, like make release bump="--new-version 4.0.0-alpha.1 devnum"

More Repositories

1

go-ethereum

Official Go implementation of the Ethereum protocol
Go
45,440
star
2

solidity

Solidity, the Smart Contract Programming Language
C++
22,171
star
3

wiki

The Ethereum Wiki
14,759
star
4

EIPs

The Ethereum Improvement Proposal repository
Python
12,522
star
5

mist

[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network.
JavaScript
7,432
star
6

web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
Python
4,701
star
7

ethereum-org-website

Ethereum.org is a primary online resource for the Ethereum community.
Markdown
4,230
star
8

aleth

Aleth – Ethereum C++ client, tools and libraries
C++
3,960
star
9

consensus-specs

Ethereum Proof-of-Stake Consensus Specifications
Python
3,388
star
10

pyethereum

Next generation cryptocurrency network
2,667
star
11

remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
TypeScript
2,253
star
12

remix-ide

Documentation for Remix IDE
2,220
star
13

py-evm

A Python implementation of the Ethereum Virtual Machine
Python
2,188
star
14

ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
Java
2,166
star
15

research

Python
1,708
star
16

yellowpaper

The "Yellow Paper": Ethereum's formal specification
TeX
1,598
star
17

fe

Emerging smart contract language for the Ethereum blockchain.
Rust
1,556
star
18

pm

Project Management: Meeting notes and agenda items
Python
1,473
star
19

solc-js

Javascript bindings for the Solidity compiler
TypeScript
1,404
star
20

remix

This has been moved to https://github.com/ethereum/remix-project
JavaScript
1,177
star
21

dapp-bin

A place for all the ÐApps to live
JavaScript
1,007
star
22

remix-desktop

Remix IDE desktop
JavaScript
1,000
star
23

devp2p

Ethereum peer-to-peer networking specifications
JavaScript
910
star
24

execution-apis

Collection of APIs provided by Ethereum execution layer clients
Io
850
star
25

kzg-ceremony

Resources and documentation related to the ongoing Ethereum KZG Ceremony.
812
star
26

execution-specs

Specification for the Execution Layer. Tracking network upgrades.
Python
766
star
27

evmone

Fast Ethereum Virtual Machine implementation
C++
756
star
28

sourcify

Decentralized Solidity contract source code verification service
TypeScript
716
star
29

casper

Casper contract, and related software and tests
Python
685
star
30

js-ethereum-cryptography

Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
TypeScript
638
star
31

meteor-dapp-wallet

This is an archived repository of one of the early Ethereum wallets.
JavaScript
598
star
32

btcrelay

Ethereum contract for Bitcoin SPV: Live on https://etherscan.io/address/0x41f274c0023f83391de4e0733c609df5a124c3d4
Python
585
star
33

solidity-examples

Loose collection of Solidity example code
Solidity
529
star
34

staking-deposit-cli

Secure key generation for deposits
Python
507
star
35

tests

Common tests for all Ethereum implementations
Python
506
star
36

webthree-umbrella

Former home of cpp-ethereum (Oct 2015 to Aug 2016)
492
star
37

sharding

Sharding manager contract, and related software and tests
Python
477
star
38

trinity

The Trinity client for the Ethereum network
Python
475
star
39

homebrew-ethereum

Homebrew Tap for Ethereum
Ruby
468
star
40

ethereum-org

[ARCHIVED] ethereum.org website from 2016-2019. See https://github.com/ethereum/ethereum-org-website for current version.
HTML
402
star
41

lahja

Lahja is a generic multi process event bus implementation written in Python 3.6+ to enable lightweight inter-process communication, based on non-blocking asyncio
Python
389
star
42

solc-bin

This repository contains current and historical builds of the Solidity Compiler.
JavaScript
379
star
43

hive

Ethereum end-to-end test harness
Go
371
star
44

serpent

C++
360
star
45

evmlab

Utilities for interacting with the Ethereum virtual machine
Python
352
star
46

eth-tester

Tool suite for testing ethereum applications.
Python
334
star
47

trin

An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage
Rust
328
star
48

evmc

EVMC – Ethereum Client-VM Connector API
C
316
star
49

populus

The Ethereum development framework with the most cute animal pictures
316
star
50

annotated-spec

Vitalik's annotated eth2 spec. Not intended to be "the" annotated spec; other documents like Ben Edgington's https://benjaminion.xyz/eth2-annotated-spec/ also exist. This one is intended to focus more on design rationale.
310
star
51

beacon-APIs

Collection of RESTful APIs provided by Ethereum Beacon nodes
HTML
301
star
52

eth-utils

Utility functions for working with ethereum related codebases.
Python
300
star
53

homestead-guide

Python
291
star
54

eth2.0-pm

ETH2.0 project management
Python
261
star
55

staking-launchpad

The deposit launchpad for staking on Ethereum 🦏
TypeScript
257
star
56

portal-network-specs

Official repository for specifications for the Portal Network
JavaScript
256
star
57

ropsten

Ropsten public testnet PoW chain
Jupyter Notebook
256
star
58

eth-account

Account abstraction library for web3.py
Python
245
star
59

cbc-casper

Python
226
star
60

eth-abi

Ethereum ABI utilities for python
Python
223
star
61

remix-live

Live deployment of the remix IDE
JavaScript
221
star
62

act

Smart contract specification language
Haskell
214
star
63

hevm

symbolic EVM evaluator
Haskell
208
star
64

ERCs

The Ethereum Request for Comment repository
Solidity
208
star
65

beacon_chain

Python
208
star
66

emacs-solidity

The official solidity-mode for EMACS
Emacs Lisp
201
star
67

moon-lang

Minimal code-interchange format
MoonScript
192
star
68

remixd

remix server
TypeScript
182
star
69

go-verkle

A go implementation of Verkle trees
Go
181
star
70

ethash

C
181
star
71

browser-solidity

Fomer location of remix-ide => https://github.com/ethereum/remix-ide
JavaScript
178
star
72

py_ecc

Python implementation of ECC pairing and bn_128 and bls12_381 curve operations
Python
175
star
73

py-solc

Python wrapper around the solc Solidity compiler.
Python
174
star
74

grid

[DEPRECATED] Download, configure, and run Ethereum nodes and tools
JavaScript
173
star
75

pos-evolution

Evolution of the Ethereum Proof-of-Stake Consensus Protocol
167
star
76

mix

The Mix Ethereum Dapp Development Tool
JavaScript
164
star
77

evmjit

The Ethereum EVM JIT
C++
163
star
78

eth-keys

A common API for Ethereum key operations.
Python
153
star
79

remix-plugin

TypeScript
153
star
80

builder-specs

Specification for the external block builders.
HTML
152
star
81

solidity-underhanded-contest

Website for the Underhanded Solidity Contest
Solidity
151
star
82

meteor-dapp-whisper-chat-client

JavaScript
150
star
83

rig

Robust Incentives Group
HTML
117
star
84

public-disclosures

117
star
85

economic-modeling

Python
117
star
86

kzg-ceremony-specs

Specs for Ethereum's KZG Powers of Tau Ceremony
107
star
87

snake-charmers-tactical-manual

Development *stuff* for the Snake Charmers EF team
107
star
88

node-crawler

Attempts to crawl the Ethereum network of valid Ethereum execution nodes and visualizes them in a nice web dashboard.
Go
106
star
89

py-trie

Python library which implements the Ethereum Trie structure.
Python
100
star
90

py-wasm

A python implementation of the web assembly interpreter
Python
99
star
91

py-geth

Python wrapping for running Go-Ethereum as a subprocess
Python
97
star
92

pyrlp

The python RLP serialization library
Python
96
star
93

swarm-dapps

Swarm Đapp Examples
JavaScript
96
star
94

remix-vscode

Remix VS Code extension
TypeScript
95
star
95

eth-hash

The Ethereum hashing function, keccak256, sometimes (erroneously) called sha256 or sha3
Python
95
star
96

dapp-styles

HTML
94
star
97

ens-registrar-dapp

Registrar DApp for the Ethereum Name Service
JavaScript
94
star
98

remix-workshops

Solidity
94
star
99

c-kzg-4844

Minimal 4844 version of c-kzg
Nim
93
star
100

retesteth

testeth via RPC. Test run, generation by t8ntool protocol
C++
93
star