-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Travis CI with GitHub actions #37
Draft
myronrotter
wants to merge
58
commits into
MaibornWolff:master
Choose a base branch
from
myronrotter:feature/github-actions
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Replace Travis CI with GitHub actions #37
myronrotter
wants to merge
58
commits into
MaibornWolff:master
from
myronrotter:feature/github-actions
Conversation
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
- Update geth commands according to latest geth version - Expose RPC for miners - Add a second blockchain explorer - Update forks in genesis.json Open issues: - ethereum-swarm is depreacted - geth-explorer is depreacted - monitor and dashboard is deprecated
- Add docker file for blockscout - Add blockscout to docker-compose - Add swarm bee to docker-compose - Building blockscout fails - Swarm bee containers does not connect to geth-dev node
- Remove deprecated go-ethereum swarm - Add Makefile for convenience - WIP readme
…o geth-poa-docker setup
- Add alethio blockchain explorer - Enable oyente and smartcheck as analyzer for solc < v0.4.21 and smartcheck only for solc < latest - smartcheck.Dockerfile is WIP, node is missing as a dependency
…g and PR template; use husky 6
- Add schain - Add explorer - Add Makefile for convenience - Add README with quick start
* Refactor poa components for latest geth version - Update geth commands according to latest geth version - Expose RPC for miners - Add a second blockchain explorer - Update forks in genesis.json Open issues: - ethereum-swarm is depreacted - geth-explorer is depreacted - monitor and dashboard is deprecated * Add makefile for convenience; Update readme to match up-to-date setup * Add berlin block * Add gcmode archive for blockscout * Add blockscout and swarm bee - Add docker file for blockscout - Add blockscout to docker-compose - Add swarm bee to docker-compose - Building blockscout fails - Swarm bee containers does not connect to geth-dev node * Git is requied * Add postgres container for blockscout * Fix blockscout integration * Remove leftovers of go-ethereum swarm * Update network topology description and quickstart * Fix format; update to latest setup * Add deprecation warning for parity setup * Prepend account addresses with hex identifier * Remove quotation marks for workdir * Fix healthchecks for miners * Fix typos * Change docker.host.internal to static ip * Add build and build without cache command * Remove bootnode from monitoring since no rpc exposed * Fix typo * Remove deprecation warning Co-authored-by: Myron Rotter <myron.rotter@maibornwolff.de>
* Refactor PoW setup; now runnable - Remove deprecated go-ethereum swarm - Add Makefile for convenience - WIP readme * Add healthcheck; enable scaling for geth-node; assign ports similar to geth-poa-docker setup * Add description and quick start * Add build and build without cache command * Fix typo Co-authored-by: Myron Rotter <myron.rotter@maibornwolff.de>
…ff#38) - Add seperate Dockerfiles for authorities and members - Pin parity version to latest stable version - Add members to network monitoring - Add alethio lite explorer - Remove unnecessary config files - Add Makefile for convenience - Update README accordingly Co-authored-by: Myron Rotter <myron.rotter@maibornwolff.de>
- Add dockerized ipfs network with 3 ipfs peers and corresponding ipfs clusters - Add Makefile for convenience - Add README with quick start
- Add containerized dev chain environment - Add explorer - Add monitor and dashboard - Add Makefile for convenience - Add README instructions with quick start
- Update README - Update Makefile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on #36 #35 #34 #47 #49 #50
Closes #33 #32 #31 #30 #27 #48
TODO: