[SON for Hive] - Separate transaction signed counters per sidechain #145

Closed
opened 2021-07-15 14:31:54 +00:00 by serkixenos · 6 comments
serkixenos commented 2021-07-15 14:31:54 +00:00 (Migrated from gitlab.com)

Separate transaction signed counters per sidechain, in accordance with design document from here
https://gitlab.com/PBSA/peerplays/-/issues/140

Separate transaction signed counters per sidechain, in accordance with design document from here https://gitlab.com/PBSA/peerplays/-/issues/140
serkixenos commented 2021-07-15 14:31:54 +00:00 (Migrated from gitlab.com)

assigned to @serkixenos

assigned to @serkixenos
serkixenos commented 2021-07-15 14:33:12 +00:00 (Migrated from gitlab.com)

changed time estimate to 16h

changed time estimate to 16h
serkixenos commented 2021-07-19 11:34:21 +00:00 (Migrated from gitlab.com)

assigned to @prandnum

assigned to @prandnum
serkixenos commented 2021-07-29 12:40:29 +00:00 (Migrated from gitlab.com)

changed time estimate to 8h

changed time estimate to 8h
prandnum (Migrated from gitlab.com) closed this issue 2021-08-09 18:05:06 +00:00
prandnum (Migrated from gitlab.com) reopened this issue 2021-08-09 18:05:09 +00:00
prandnum commented 2021-08-13 19:03:49 +00:00 (Migrated from gitlab.com)

mentioned in issue #167

mentioned in issue #167
prandnum commented 2021-08-26 19:27:08 +00:00 (Migrated from gitlab.com)

Verified in bitcoin/hive SON docker environment(see below).

unlocked >>> get_object 2.25.2
get_object 2.25.2
[{
    "id": "2.25.2",
    "owner": "1.33.2",
    "total_txs_signed": [[
        "bitcoin",
        1
      ],[
        "hive",
        2
      ]
    ],
    "txs_signed": [[
        "bitcoin",
        1
      ],[
        "hive",
        0
      ]
    ],
    "total_voted_time": 94800,
    "total_downtime": 0,
    "current_interval_downtime": 0,
    "last_down_timestamp": "1970-01-01T00:00:00",
    "last_active_timestamp": "2021-08-26T19:23:44",
    "deregistered_timestamp": "1970-01-01T00:00:00",
    "total_sidechain_txs_reported": [[
        "bitcoin",
        1
      ],[
        "peerplays",
        2
      ],[
        "hive",
        6
      ]
    ],
    "sidechain_txs_reported": [[
        "bitcoin",
        1
      ],[
        "peerplays",
        0
      ],[
        "hive",
        0
      ]
    ]
  }
]
unlocked >>>
Verified in bitcoin/hive SON docker environment(see below). ``` unlocked >>> get_object 2.25.2 get_object 2.25.2 [{ "id": "2.25.2", "owner": "1.33.2", "total_txs_signed": [[ "bitcoin", 1 ],[ "hive", 2 ] ], "txs_signed": [[ "bitcoin", 1 ],[ "hive", 0 ] ], "total_voted_time": 94800, "total_downtime": 0, "current_interval_downtime": 0, "last_down_timestamp": "1970-01-01T00:00:00", "last_active_timestamp": "2021-08-26T19:23:44", "deregistered_timestamp": "1970-01-01T00:00:00", "total_sidechain_txs_reported": [[ "bitcoin", 1 ],[ "peerplays", 2 ],[ "hive", 6 ] ], "sidechain_txs_reported": [[ "bitcoin", 1 ],[ "peerplays", 0 ],[ "hive", 0 ] ] } ] unlocked >>> ```
prandnum (Migrated from gitlab.com) closed this issue 2021-08-26 19:27:09 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Peerplays_Blockchain/peerplays_migrated#145
No description provided.