Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit b046760

Browse files
skylenetnonsense
authored andcommitted
swarm: codebase split from go-ethereum (#1405)
1 parent 7a22da9 commit b046760

File tree

1,540 files changed

+4645
-129384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,540 files changed

+4645
-129384
lines changed

.dockerignore

-5
This file was deleted.

.github/CODEOWNERS

+1-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +1 @@
1-
# Lines starting with '#' are comments.
2-
# Each line is a file pattern followed by one or more owners.
3-
4-
accounts/usbwallet @karalabe
5-
accounts/scwallet @gballet
6-
accounts/abi @gballet
7-
cmd/clef @holiman
8-
cmd/puppeth @karalabe
9-
consensus @karalabe
10-
core/ @karalabe @holiman @rjl493456442
11-
dashboard/ @kurkomisi
12-
eth/ @karalabe @holiman @rjl493456442
13-
graphql/ @gballet
14-
les/ @zsfelfoldi @rjl493456442
15-
light/ @zsfelfoldi @rjl493456442
16-
mobile/ @karalabe @ligi
17-
p2p/ @fjl @zsfelfoldi
18-
rpc/ @fjl @holiman
19-
p2p/simulations @zelig @nonsense @janos @justelad
20-
p2p/protocols @zelig @nonsense @janos @justelad
21-
p2p/testing @zelig @nonsense @janos @justelad
22-
signer/ @holiman
23-
whisper/ @gballet @gluk256
1+
# To be defined

.github/CONTRIBUTING.md

+9-23
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,26 @@
11
# Contributing
22

3-
Thank you for considering to help out with the source code! We welcome
4-
contributions from anyone on the internet, and are grateful for even the
3+
Thank you for considering to help out with the source code! We welcome
4+
contributions from anyone on the internet, and are grateful for even the
55
smallest of fixes!
66

7-
If you'd like to contribute to go-ethereum, please fork, fix, commit and send a
7+
If you'd like to contribute to swarm, please fork, fix, commit and send a
88
pull request for the maintainers to review and merge into the main code base. If
9-
you wish to submit more complex changes though, please check up with the core
10-
devs first on [our gitter channel](https://gitter.im/ethereum/go-ethereum) to
11-
ensure those changes are in line with the general philosophy of the project
9+
you wish to submit more complex changes though, please check up with the core
10+
devs first on [our gitter channel](https://gitter.im/ethereum/swarm) to
11+
ensure those changes are in line with the general philosophy of the project
1212
and/or get some early feedback which can make both your efforts much lighter as
1313
well as our review and merge procedures quick and simple.
1414

1515
## Coding guidelines
1616

1717
Please make sure your contributions adhere to our coding guidelines:
1818

19-
* Code must adhere to the official Go
20-
[formatting](https://golang.org/doc/effective_go.html#formatting) guidelines
19+
* Code must adhere to the official Go
20+
[formatting](https://golang.org/doc/effective_go.html#formatting) guidelines
2121
(i.e. uses [gofmt](https://golang.org/cmd/gofmt/)).
22-
* Code must be documented adhering to the official Go
22+
* Code must be documented adhering to the official Go
2323
[commentary](https://golang.org/doc/effective_go.html#commentary) guidelines.
2424
* Pull requests need to be based on and opened against the `master` branch.
2525
* Commit messages should be prefixed with the package(s) they modify.
2626
* E.g. "eth, rpc: make trace configs optional"
27-
28-
## Can I have feature X
29-
30-
Before you submit a feature request, please check and make sure that it isn't
31-
possible through some other means. The JavaScript-enabled console is a powerful
32-
feature in the right hands. Please check our
33-
[Wiki page](https://github.com/ethereum/go-ethereum/wiki) for more info
34-
and help.
35-
36-
## Configuration, dependencies, and tests
37-
38-
Please see the [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide)
39-
for more details on configuring your environment, managing project dependencies
40-
and testing procedures.

.github/ISSUE_TEMPLATE.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
Hi there,
2-
3-
please note that this is an issue tracker reserved for bug reports and feature requests.
4-
5-
For general questions please use the gitter channel or the Ethereum stack exchange at https://ethereum.stackexchange.com.
1+
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions. It's helpful to search the existing GitHub issues first. It's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of. Please note that this is an issue tracker reserved for bug reports and feature requests. For general questions please use the gitter channel https://gitter.im/ethereum/swarm or the ethereum stack exchange at https://ethereum.stackexchange.com. -->
62

73
#### System information
84

9-
Geth version: `geth version`
5+
Swarm version: `swarm version`
106
OS & Version: Windows/Linux/OSX
117
Commit hash : (if `develop`)
128

.gitmodules

-3
This file was deleted.

.mailmap

-123
This file was deleted.

0 commit comments

Comments
 (0)