forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from sadoci/metadium-to-master
Metadium to master
- Loading branch information
Showing
1,432 changed files
with
161,037 additions
and
58,454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# Lines starting with '#' are comments. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
accounts/usbwallet @karalabe | ||
accounts/scwallet @gballet | ||
accounts/abi @gballet | ||
cmd/clef @holiman | ||
cmd/puppeth @karalabe | ||
consensus @karalabe | ||
core/ @karalabe @holiman @rjl493456442 | ||
dashboard/ @kurkomisi | ||
eth/ @karalabe @holiman @rjl493456442 | ||
graphql/ @gballet | ||
les/ @zsfelfoldi @rjl493456442 | ||
light/ @zsfelfoldi @rjl493456442 | ||
mobile/ @karalabe @ligi | ||
p2p/ @fjl @zsfelfoldi | ||
rpc/ @fjl @holiman | ||
p2p/simulations @zelig @janos @justelad | ||
p2p/protocols @zelig @janos @justelad | ||
p2p/testing @zelig @janos @justelad | ||
signer/ @holiman | ||
whisper/ @gballet @gluk256 | ||
# accounts/usbwallet @karalabe | ||
# accounts/scwallet @gballet | ||
# accounts/abi @gballet @MariusVanDerWijden | ||
# cmd/clef @holiman | ||
# cmd/puppeth @karalabe | ||
# consensus @karalabe | ||
# core/ @karalabe @holiman @rjl493456442 | ||
# eth/ @karalabe @holiman @rjl493456442 | ||
# eth/catalyst/ @gballet | ||
# graphql/ @gballet | ||
# les/ @zsfelfoldi @rjl493456442 | ||
# light/ @zsfelfoldi @rjl493456442 | ||
# mobile/ @karalabe @ligi | ||
# node/ @fjl @renaynay | ||
# p2p/ @fjl @zsfelfoldi | ||
# rpc/ @fjl @holiman | ||
# p2p/simulations @fjl | ||
# p2p/protocols @fjl | ||
# p2p/testing @fjl | ||
# signer/ @holiman |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Request a feature | ||
about: Report a missing feature - e.g. as a step before submitting a PR | ||
title: '' | ||
labels: 'type:feature' | ||
assignees: '' | ||
--- | ||
|
||
# Rationale | ||
|
||
Why should this feature exist? | ||
What are the use-cases? | ||
|
||
# Implementation | ||
|
||
Do you have ideas regarding the implementation of this feature? | ||
Are you willing to implement this feature? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Ask a question | ||
about: Something is unclear | ||
title: '' | ||
labels: 'type:docs' | ||
assignees: '' | ||
--- | ||
|
||
This should only be used in very rare cases e.g. if you are not 100% sure if something is a bug or asking a question that leads to improving the documentation. For general questions please use [discord](https://discord.gg/nthXNEv) or the Ethereum stack exchange at https://ethereum.stackexchange.com. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
[submodule "tests"] | ||
path = tests/testdata | ||
url = https://github.com/ethereum/tests | ||
shallow = true | ||
[submodule "evm-benchmarks"] | ||
path = tests/evm-benchmarks | ||
url = https://github.com/ipsilon/evm-benchmarks | ||
shallow = true | ||
[submodule "rocksdb"] | ||
path = rocksdb | ||
url = https://github.com/facebook/rocksdb | ||
[submodule "etcd"] | ||
path = etcd | ||
url = https://github.com/metadium/etcd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.