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

Upcoming hard fork [view tags / identify outputs] #5

Open
plowsof opened this issue Apr 21, 2022 · 0 comments
Open

Upcoming hard fork [view tags / identify outputs] #5

plowsof opened this issue Apr 21, 2022 · 0 comments

Comments

@plowsof
Copy link

plowsof commented Apr 21, 2022

Hello, as you may be aware, view tags will be added in the next hard fork (block 2,668,888) and the block data will have a breaking change to the json format for vout data:
pre fork:

{ 
  "target": {
    "key": "ea3f..."
  }
}

post fork:

{ 
  "target": {
    "tagged_key": {
      "key": "ea3f...",
      "view_tag": "a1"
    }
  }
}

@j-berman has offered to help with implementing this in the ecosystem. There is also a ' work in progress ' / 'here's what it might look like' version of it implemented in python in this pull request to an existing python library that identifies outputs. Hope this helps

I believe these changes would need to be placed somewhere here in UniversalIdentifier.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant