question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[2.6][T4] can't apply bridgechain resignation or update without bootstrap

See original GitHub issue

Bridgechain resignations or updates cannot be applied to newly registered bridgechains without bootstrapping inbetween. Similar to #3242, in the sense that the wallet manager being out of sync is probably the reason behind it.

This may also apply for businesses (untested).

To reproduce:

  1. send bridgechain registration and wait for it to be forged
  2. send bridgechain resignation or update
{
  "data": {
    "accept": [],
    "broadcast": [],
    "excess": [],
    "invalid": [
      "9c748f9d940a2b00f9d523c84b12b5757ee45b4936673e9e851788fe168a9799"
    ]
  },
  "errors": {
    "9c748f9d940a2b00f9d523c84b12b5757ee45b4936673e9e851788fe168a9799": [
      {
        "type": "ERR_APPLY",
        "message": "Failed to apply transaction, because bridgechain is not registered."
      }
    ]
  }
}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
air1onecommented, Nov 14, 2019

Hey yes will check @dated but from quick look at the code, looks like another issue 🤔

0reactions
ghostcommented, Nov 19, 2019

This issue has been closed. If you wish to re-open it please provide additional information.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[2.6][T4] Round saving error in 2.6.0-next.6 #3329
After a while we receive the following error message in the console, running testnet (1 node) locally. After restarting the node, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found