Skip to content

Instantly share code, notes, and snippets.

View ngyam's full-sized avatar

Adam Z. Nagy ngyam

View GitHub Profile
C:\Users\nadam\Downloads>"parity (1).exe" --chain tobalaba -l snapshot=trace
2018-08-27 16:51:58 main INFO parity_ethereum::run Starting Parity-Ethereum/v2.0.1-beta-e7dc0bed1-20180726/x86_64-windows-msvc/rustc1.27.2
2018-08-27 16:51:58 main INFO parity_ethereum::run Keys path C:\Users\nadam\AppData\Roaming\Parity\Ethereum\keys\Tobalaba
2018-08-27 16:51:58 main INFO parity_ethereum::run DB path C:\Users\nadam\AppData\Local\Parity\Ethereum\chains\Tobalaba\db\5b5adf025532f2b0
2018-08-27 16:51:58 main INFO parity_ethereum::run State DB configuration: fast
2018-08-27 16:51:58 main INFO parity_ethereum::run Operating mode: active
2018-08-27 16:51:58 main INFO ethcore_service::service Configured for Tobalaba using AuthorityRound engine
2018-08-27 16:51:58 main WARN jsonrpc_http_server Multi-threaded server is not available on Windows. Falling back to single thread.
2018-08-27 16:52:03 IO Worker #2 INFO network Public node URL: enode://593230c30fc8c92f702dff8ff3458d175cb5525e97a8c17efe7b1b03202e5a2503
2018-09-25 00:05:19 Verifier #7 INFO import Imported #7104052 0xd640…4d54 (0 txs, 0.00 Mgas, 2 ms, 0.55 KiB)
2018-09-25 00:05:20 IO Worker #1 DEBUG txqueue Re-computing pending set for block: 7104052
2018-09-25 00:05:25 IO Worker #2 TRACE own_tx Importing transaction: PendingTransaction { transaction: SignedTransaction { transaction: UnverifiedTransaction { unsigned: Transaction { nonce: 32, gas_price: 100, gas: 1340000, action: Call(0xaf8cde66b6b3afdc5c435684c09c72d542668334), value: 0, data: [23, 172, 83, 162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 113, 148, 53,
@ngyam
ngyam / EWC_rewardcontract_ABI.json
Created May 6, 2019 12:33
EWF Reward contract JSON ABI
[
{
"constant": true,
"inputs": [],
"name": "communityFund",
"outputs": [
{
"name": "",
"type": "address"
}
@ngyam
ngyam / EWF_relayed_validator_set_ABI.json
Created May 6, 2019 12:45
EWF relayed validator set contract JSON ABI
[
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "addressStatus",
@ngyam
ngyam / EWF_relay_validator_set_ABI.json
Created May 6, 2019 12:46
EWF relay validator set contract JSON ABI
[
{
"constant": false,
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
@ngyam
ngyam / EWC_holdingcontract_ABI.json
Last active May 7, 2019 11:39
EWF holding contract JSON ABI
[
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "holders",
@ngyam
ngyam / EWF_node_control_logic_ABI.json
Created May 7, 2019 12:36
EWF node control logic JSON ABI
[
{
"constant": false,
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
@ngyam
ngyam / EWC_node_control_DB_ABI.json
Created May 7, 2019 12:39
EWF node control DB JSON ABI
[
{
"constant": true,
"inputs": [],
"name": "nodeControlLookUp",
"outputs": [
{
"name": "",
"type": "address"
}
@ngyam
ngyam / EWC_node_control_lookup_ABI.json
Created May 7, 2019 12:43
EWF node control lookup JSON ABI
[
{
"constant": true,
"inputs": [],
"name": "nodeControlContract",
"outputs": [
{
"name": "",
"type": "address"
}
@ngyam
ngyam / EWC_name_registry_simple_ABI.json
Created May 7, 2019 12:44
EWF simple name registry JSON ABI
[
{
"constant": true,
"inputs": [
{
"name": "",
"type": "bytes32"
}
],
"name": "entries",