Skip to content
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

Update geth parameters and submodules #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blockchain
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ACCOUNT_PASSWORDS=(account0 account1 account2)
PASSWORD_FILE=res/password.pass

DATA_DIR=`pwd`/.geth_data/
GETH_PARAMS=(--identity "FincontractsTestNet" --maxpeers 0 --rpc --rpcport "8545" --rpccorsdomain "*" --datadir $DATA_DIR --port "30303" --nodiscover --rpcapi "db,eth,net,web3,personal" --networkid 1900 --verbosity $VERBOSITY --nat "none")
GETH_PARAMS=(--identity "FincontractsTestNet" --maxpeers 0 --rpc --rpcport "8545" --rpccorsdomain "\"*\"" --datadir $DATA_DIR --port "30303" --nodiscover --rpcapi "db,eth,net,web3,personal" --networkid 1900 --verbosity $VERBOSITY --nat "none" --ipcdisable)
MINE_PARAMS=(--mine --minerthreads 1)
UNLOCK_PARAMS=(--unlock $(join_by , ${!ACCOUNT_PASSWORDS[@]}) --password res/password.pass)

Expand Down
2 changes: 1 addition & 1 deletion contracts/fincontracts
Submodule fincontracts updated 3 files
+674 −0 LICENSE
+7 −0 README.md
+66 −66 marketplace.sol
2 changes: 1 addition & 1 deletion contracts/solc_helper
Submodule solc_helper updated 1 files
+3 −3 solc_helper