Skip to content

Commit

Permalink
Merge branch 'master' into cleanup-github-project
Browse files Browse the repository at this point in the history
  • Loading branch information
inflector authored Dec 8, 2017
2 parents b0cfb93 + 53956ca commit 7eba857
Show file tree
Hide file tree
Showing 22 changed files with 6 additions and 6,528 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "agent/sn_agent/network/ethereum/core"]
path = agent/sn_agent/network/ethereum/core
url = https://github.com/singnet/core
2 changes: 1 addition & 1 deletion agent/sn_agent/accounting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sn_agent.accounting.settings import AccountingSettings
from sn_agent.api import internal_perform_job
from sn_agent.job.job_descriptor import JobDescriptor
from sn_agent.network.sn import MarketJob
from sn_agent.network.ethereum.__init__ import MarketJob


class PriceTooLowException(Exception):
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions agent/sn_agent/network/ethereum/core
Submodule core added at 76c196
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion agent/sn_agent/network/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, **custom_settings):
self.CLIENT_URL = 'http://testrpc:8545'
self.ACCOUNT_PASSWORD = Required(str)

self.CLASS = 'sn_agent.network.sn.SNNetwork'
self.CLASS = 'sn_agent.network.ethereum.SNNetwork'

self.WEB_HOST = "0.0.0.0"
self.WEB_PORT = 8000
Expand Down
43 changes: 0 additions & 43 deletions docker-compose.testing.yml

This file was deleted.

21 changes: 0 additions & 21 deletions geth/Dockerfile

This file was deleted.

16 changes: 0 additions & 16 deletions geth/config.toml

This file was deleted.

24 changes: 0 additions & 24 deletions geth/geth.sh

This file was deleted.

1 change: 0 additions & 1 deletion geth/password.txt

This file was deleted.

3 changes: 0 additions & 3 deletions ipfs/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions ipfs/hello.txt

This file was deleted.

24 changes: 0 additions & 24 deletions ipfs/index.js

This file was deleted.

Loading

0 comments on commit 7eba857

Please sign in to comment.