Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add predicates for TenureChange transactions #522

Open
MicaiahReid opened this issue Mar 13, 2024 · 1 comment · May be fixed by #672
Open

Add predicates for TenureChange transactions #522

MicaiahReid opened this issue Mar 13, 2024 · 1 comment · May be fixed by #672
Assignees
Labels
enhancement New feature or request

Comments

@MicaiahReid
Copy link
Contributor

MicaiahReid commented Mar 13, 2024

There's the potential for some new predicate types based off of the new TenureChange transactions.

If any users have requested types of predicates regarding the tenure change transactions, we'd love to hear about it here!

Transactions to add:

  • TenureChange
  • TenureChange-BlockFound
  • TenureChange-Extend
    Reference here.
@MicaiahReid MicaiahReid added the enhancement New feature or request label Mar 13, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in DevTools Mar 13, 2024
@smcclellan smcclellan moved this from 🆕 New to 📋 Backlog in DevTools Mar 18, 2024
@vini-btc
Copy link

vini-btc commented Aug 6, 2024

Slightly different from this, I think having tenure height information in the current block_height payload would be useful, maybe as part of the metadata field:

"metadata": {
    "bitcoin_anchor_block_identifier": {
      "index": 123456,
      "hash": "0x..."
    },
+  "tenure_height": 100,
    "pox_cycle_index": 3,
    "pox_cycle_position": 1,
    "pox_cycle_length": 20,
    "confirm_microblock_identifier": null,
    "stacks_block_hash": "0x.."
  }

@tippenein tippenein linked a pull request Oct 30, 2024 that will close this issue
@smcclellan smcclellan moved this from 📋 Backlog to 🏗 In Progress in DevTools Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🏗 In Progress
Development

Successfully merging a pull request may close this issue.

3 participants