Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit a2b814d

Browse files
committed
rename package into chainweb-mining-client
1 parent d540981 commit a2b814d

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Revision history for test-miner
1+
# Revision history for chainweb-mining-client
2+
3+
## 0.2 -- 2020-08-20
4+
5+
* Rename package into chainweb-mining-client
26

37
## 0.1 -- 2020-08-20
48

test-miner.cabal renamed to chainweb-mining-client.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cabal-version: 3.0
2-
name: test-miner
3-
version: 0.1
2+
name: chainweb-mining-client
3+
version: 0.2
44
synopsis: Mining Client for Kadena Chainweb
5-
homepage: https://github.com/kadena-io/test-miner
6-
bug-reports: https://github.com/kadena-io/test-miner/issues
5+
homepage: https://github.com/kadena-io/chainweb-mining-client
6+
bug-reports: https://github.com/kadena-io/chainweb-mining-client/issues
77
license: BSD-3-Clause
88
license-file: LICENSE
99
author: Lars Kuhtz
@@ -20,15 +20,15 @@ extra-source-files:
2020

2121
source-repository head
2222
type: git
23-
location: https://github.com/kadena-io/test-miner.git
23+
location: https://github.com/kadena-io/chainweb-mining-client.git
2424

2525
custom-setup
2626
setup-depends:
2727
base >=4.10 && <5
2828
, Cabal >=3.0
2929
, configuration-tools >=0.5
3030

31-
executable test-miner
31+
executable chainweb-mining-client
3232
hs-source-dirs: main, src
3333
main-is: Main.hs
3434
other-modules:

main/Main.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
-- Maintainer: Lars Kuhtz <lars@kadena.io>
2222
-- Stability: experimental
2323
--
24-
-- A fake Chainweb POW miner for testing and simulations.
25-
--
2624
module Main
2725
( main
2826
) where
@@ -751,7 +749,7 @@ genKeys = do
751749
-- Main
752750

753751
mainInfo :: ProgramInfo Config
754-
mainInfo = programInfo "Chainweb Test Miner for simulating POW" parseConfig defaultConfig
752+
mainInfo = programInfo "Kadena Chainweb Mining Client" parseConfig defaultConfig
755753

756754
-- | TODO: validate the configuration:
757755
--

0 commit comments

Comments
 (0)