threefoldfoundation / tfchain

Official implementation of the ThreeFold blockchain
https://explorer.threefoldtoken.com
Apache License 2.0
13 stars 7 forks source link

a [testnet] consensus from August 30 2018 holds the wrong minting conditions #258

Closed robvanmieghem closed 5 years ago

robvanmieghem commented 5 years ago
{
  "type": 4,
  "data": {
    "unlockhashes": [
      "016148ac9b17828e0933796eaca94418a376f2aa3fefa15685cea5fa462093f0150e09067f7512",
      "01d553fab496f3fd6092e25ce60e6f72e24b57950bffc0d372d659e38e5a95e89fb117b4eb3481",
      "013a787bf6248c518aee3a040a14b0dd3a029bc8e9b19a1823faf5bcdde397f4201ad01aace4c9"
    ],
    "minimumsignaturecount": 2
  }
}

while the testnet explorer gives:

url -A "Rivine-Agent" https://explorer2.testnet.threefoldtoken.com/explorer/mintcondition/102793
{"mintcondition":{"type":1,"data":{"unlockhash":"0137d2a302e9c0477a70bc39fa3fd69d285a3cb770ec0c38be2c1ed42686b11c553ab968cc67f0"}}}
robvanmieghem commented 5 years ago

Deleting the transactionsdb and consensus solves it:

Synced: No
Height: 148120

which is fine since the first 3bot tx is on height 148123 I assume I was running an old version back then