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
privat@yoichi-MS-7A93:~/shared/cpp2v$ coq --version | |
Command 'coq' not found, did you mean: | |
command 'oq' from snap oq (1.1.2) | |
command 'coz' from deb coz-profiler (0.1.0-2ubuntu3) | |
command 'cow' from deb fl-cow (0.6-4.2) | |
command 'cnq' from deb cplay (1.50-2) | |
command 'col' from deb bsdmainutils (11.1.2ubuntu3) | |
command 'coqc' from deb coq (8.11.0-1) |
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
(* This file is to be opened in Isabelle2020 available from | |
https://isabelle.in.tum.de/ | |
Lots of symbols look nicer there. Instead of ↦, you'll see an arrow. | |
Moreover, Isabelle checks definitions are definitions and theorems are theorems. | |
*) | |
text ‹ | |
Copyright 2020 Yoichi Hirai | |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
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
yh@14h:~/src/k-dss$ make | |
dapp --version | |
dapp 0.26.0 | |
solc, the solidity compiler commandline interface | |
Version: 0.5.15+commit.6a57276f.Linux.g++ | |
hevm 0.36 | |
git submodule update --init --recursive | |
Submodule 'dss' (https://github.com/makerdao/dss.git) registered for path 'dss' | |
Cloning into '/home/yh/src/k-dss/dss'... | |
Submodule path 'dss': checked out 'b5e9bc0717defffae73cd4f4e7f30fb84843c200' |
This file has been truncated, but you can view the full file.
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
{"raiden": "0.100.5.dev113+g2ba85cbee", "raiden_db_version": 23, "python_implementation": "CPython", "python_version": "3.7.4", "system": "Linux 64bit_ELF 5.0.0-21-generic", "architecture": "x86_64", "distribution": "bundled", "event": "Starting Raiden", "logger": "raiden.ui.runners", "level": "info", "timestamp": "2019-07-25 09:40:33.074475"} | |
{"config_file": "/home/yoichi/.local/share/raiden/config-16fa85f3a477b95c7180209b25ef0291ade95e3f-goerli.toml", "event": "Using config file", "logger": "raiden.ui.runners", "level": "debug", "timestamp": "2019-07-25 09:40:33.075235"} | |
{"node": "0x16Fa85F3a477B95c7180209B25ef0291ade95e3F", "available_nonce": 3, "client": "Geth/v1.8.23-omnibus-2ad89aaa/linux-amd64/go1.11.1", "event": "JSONRPCClient created", "logger": "raiden.network.rpc.client", "level": "debug", "timestamp": "2019-07-25 09:40:34.502762"} | |
{"pfs_info": "PFSInfo(url='https://pfs-goerli-with-fee.services-dev.raiden.network', price=100, chain_id=5, token_network_registry_address=b'\\xb3\\x86\\xe8~S\\xfbu/`\\x |
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
export GOERLI=http://geth.goerli.ethnodes.brainbot.com:8545 | |
export GOERLIPRIV=/home/yoichi/.ethereum/goerli/keystore/UTC--2019-02-18T14-56-34.781524237Z--6c5c227036a1d159c19f17316e5d0f0a52d84d5c | |
export MAX_UINT256=115792089237316195423570985008687907853269984665640564039457584007913129639935 | |
let "seconds_per_day=60*60*24" | |
let "decay=200*$seconds_per_day" | |
let "duration=200*$seconds_per_day" | |
export Deposit=2000000000000000000000 | |
python -m raiden_contracts.deploy raiden --rpc-provider $GOERLI --private-key $GOERLIPRIV --gas-price 20 --gas-limit 6000000 --max-token-networks $MAX_UINT256 --secret-registry-from-deployment-file raiden_contracts/data_0.21.0/deployment_goerli.json |
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
2019-07-25 10:03:29.719679 [info ] 127.0.0.1 - - [2019-07-25 12:03:29] "GET /api/v1/channels HTTP/1.1" 200 1707 0.003652 [raiden.api.rest.pywsgi] | |
Traceback (most recent call last): | |
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run | |
File "raiden/connection_manager.py", line 322, in _join_partner | |
File "raiden/api/python.py", line 610, in set_total_channel_deposit | |
ValueError: Channel is not in an open state. | |
2019-07-25T10:03:31Z <Greenlet "Greenlet-5" at 0x7f687a813830: <bound method ConnectionManager._join_partner of ConnectionManager(target=3 channels=1:[NettingChannelState(canonical_identifier=CanonicalIdentifier(chain_identifier=5, token_network_address=b'\xf5\xd6T\xf8\xfc`\x91\x17\xe9\xcew\xb0\x97\x98\xee\t\xe4\x7f;\x97', channel_identifier=10), open_transaction=TransactionExecutionStatus(started_block_number=None, finished_block_number=1001986, result='success'), close_transaction=None, settle_transaction=None, update_transaction=None)])>(b'VGl\x08\xcf\x0c0^\x03L\xbb\xbb\x |
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
#private_key=/Users/admin/xud-eth/blkchain1/keystore/UTC--2019-02-04T14-57-25.251612000Z--b9a2c5e9cd48a5284698a1aff76b0b20b5757305 | |
#/home/offerm/xud-eth/chaindata/keystore/UTC--2019-01-07T17-32-09.575657568Z--15beaee1233557a83110cc5d7be956e4e3658e7a | |
source ~/.virtualenvs/offerm-script/bin/activate | |
version="0.10.1" #"" #"0.4.0" #"0.3._" | |
provider="http://127.0.0.1:8545" |
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
kovan | |
export KOVAN=http://localhost:8545 | |
export KOPRIV=/home/yoichi/import/parity/keys/kovan/UTC--2019-01-08T17-09-24Z--fcf0e5e3-7d74-7abc-773e-a2ccab085547 | |
export MAX_UINT256=115792089237316195423570985008687907853269984665640564039457584007913129639935 | |
python -m raiden_contracts.deploy raiden --rpc-provider $KOVAN --private-key $KOPRIV --gas-price 11 --gas-limit 6000000 --max-token-networks $MAX_UINT256 | |
"TokenNetworkRegistry": "0x980e5c79780198FcCFE5c937452abF0a1716411f" |
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
pragma solidity ^0.5.2; | |
/// @title Utils | |
/// @notice Utils contract for various helpers used by the Raiden Network smart | |
/// contracts. | |
contract Utils { | |
string constant public contract_version = "0.5.0"; | |
/// @notice Check if a contract exists | |
/// @param contract_address The address to check whether a contract is |
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
{"raiden": "0.19.1.dev44+gaf0eaa6f", "python_implementation": "CPython", "python_version": "3.6.7", "system": "Linux 64bit_ELF 4.15.0-42-generic x86_64", "distribution": "bundled", "event": "Starting Raiden", "logger": "raiden.ui.runners", "level": "info", "timestamp": "2018-12-19 10:15:06.886954"} |
NewerOlder