Skip to content

Commit

Permalink
[Chore] Remove coveralls + update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoAlic committed Sep 11, 2020
1 parent 499deea commit 2e20baf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- run:
name: coverage report
command: $SBT coverageReport coverageAggregate coveralls
command: $SBT coverageReport coverageAggregate

- store_artifacts:
path: target/scala-2.12/coverage-report
Expand Down
25 changes: 6 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
# Mantis - Scala Client for Ethereum Classic and Ethereum, The 2.0 Release
# Mantis

This release of *Mantis*, the new Ethereum Classic and Ethereum client produced by the [Grothendieck Team](https://iohk.io/projects/ethereum-classic/),
has been focused on improving general performance and introducing full Ethereum network support.
Ethereum-like Blockchain Scala client built by IOHK's Team Grothendieck.

This version has been tested on recent versions of Windows and macOS
### Status

### Status - CLI 2.0 Release
Continuous Integration Build Status [FIXME]

Continuous Integration Build Status [![CircleCI](https://circleci.com/gh/input-output-hk/mantis/tree/phase%2Frelease2_0.svg?style=svg)](https://circleci.com/gh/input-output-hk/mantis/tree/phase%2Frelease2_0)

Unit Test Code Coverage Status [![Coverage Status](https://coveralls.io/repos/github/input-output-hk/mantis/badge.svg?branch=phase%2Frelease2_0)](https://coveralls.io/github/input-output-hk/mantis?branch=phase%2Frelease2_0)

This version of the code supports

- CPU mining
- peer discovery
- fast sync (download a recent state trie snapshot and all blocks, this is the default behaviour)
- regular sync (download and execute every transaction in every block in the chain)
- JSON RPC API (useful for console and Mist integration)
- Morden and Ropsten testnets and private network
- Ethereum classic and Ethereum networks
- `ethminer` miner integration (allows *mantis* to mine blocks with [ethminer](https://github.com/Genoil/cpp-ethereum))
Unit Test Code Coverage Status [FIXME]

// FIXME: Should we continue using this? or we should migrate to atlassian wiki?
For more details on configuration and functionality check out our [wiki](http://mantis.readthedocs.io) (also at [wiki](https://github.com/input-output-hk/mantis/wiki))

### Download the client
Expand Down

0 comments on commit 2e20baf

Please sign in to comment.