This file contains hidden or 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
/home/eac/opt/eac-client-8.0.0b1/env/lib/python3.5/site-packages/dotenv/main.py:24: UserWarning: Not loading .env - it doesn't exist. | |
warnings.warn("Not loading %s - it doesn't exist." % dotenv_path) | |
Traceback (most recent call last): | |
File "/home/eac/opt/eac-client-8.0.0b1/env/lib/python3.5/site-packages/alarm_client/contracts/transaction_request.py", line 318, in get_transaction_request | |
return _txn_request_cache[address] | |
File "/home/eac/opt/eac-client-8.0.0b1/env/lib/python3.5/site-packages/pylru.py", line 91, in __getitem__ | |
node = self.table[key] | |
KeyError: None | |
During handling of the above exception, another exception occurred: |
This file contains hidden or 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
#!/usr/bin/env python3.6 | |
# plot for : | |
# https://github.com/ConsenSys/gnosis-contracts/blob/security_audit/contracts/solidity/DO/DutchAuction.sol#L236 | |
import matplotlib.pyplot as plot | |
# about now (early night 2017-04-21) | |
#STARTBLOCK = 3_571_520 | |
# expected on early night of 2017-04-24 | |
STARTBLOCK = 3_588_800 |
This file contains hidden or 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
// started from: | |
// https://ethereum.stackexchange.com/questions/2531/common-useful-javascript-snippets-for-geth/3478#3478 | |
function getTransactionsByAccount(account, startBlockNumber, endBlockNumber) { | |
if (endBlockNumber == null) { | |
endBlockNumber = eth.blockNumber; | |
console.log("Using endBlockNumber: " + endBlockNumber); | |
} | |
if (startBlockNumber == null) { | |
startBlockNumber = endBlockNumber - 1000; |
This file contains hidden or 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
#!/usr/bin/env python3 | |
import timeit | |
import matplotlib.pyplot as plt | |
from namehash import * | |
basename = 'a.b.c.d.e.f.g.h' | |
labels = 8 | |
TIMESLABELS = 32*8 | |
MAXTIMES = 1024*8 |
This file contains hidden or 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
----- 1499096366.42082118988037109375 ---------------------------------- | |
[1499053200, '245.05616', '245.49999', '245.05616', '245.17086', '245.26327', '11.62873793', 12] | |
[1499053260, '245.08273', '245.17085', '245.08273', '245.17085', '245.10513', '1.93077707', 6] | |
[1499053320, '245.08280', '245.20210', '245.05617', '245.05617', '245.17235', '3.01968192', 4] | |
[1499053380, '245.09726', '245.09726', '245.09726', '245.09726', '245.09726', '0.40806876', 1] | |
[1499053440, '245.48659', '245.48659', '245.48659', '245.48659', '245.48659', '0.43161049', 1] | |
----- 1.5261075496673583984375 ----------------------------------------- | |
----- 1499096387.9669125080108642578125 -------------------------------- | |
[1499053200, '245.05616', '245.49999', '245.05616', '245.17086', '245.26327', '11.62873793', 12] | |
[1499053260, '245.08273', '245.17085', '245.08273', '245.17085', '245.10513', '1.93077707', 6] |
This file contains hidden or 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
0x0530c54A6a0a90A7C1EC4242c7D3594a1E5FFd61 |
This file contains hidden or 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
0x0530c54A6a0a90A7C1EC4242c7D3594a1E5FFd61 |
This file contains hidden or 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
0x0530c54A6a0a90A7C1EC4242c7D3594a1E5FFd61 |
This file contains hidden or 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
0x5c887987aA814026D5348dfd730F0d81EffE0bd6 |
This file contains hidden or 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
KeyPress event, serial 32, synthetic NO, window 0x1000001, | |
root 0x273, subw 0x0, time 146928934, (781,655), root:(1743,699), | |
state 0x11, keycode 50 (keysym 0xfe0a, ISO_Prev_Group), same_screen YES, | |
XLookupString gives 0 bytes: | |
XmbLookupString gives 0 bytes: | |
XFilterEvent returns: False | |
KeyRelease event, serial 32, synthetic NO, window 0x1000001, | |
root 0x273, subw 0x0, time 146928982, (781,655), root:(1743,699), | |
state 0x10, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES, |