-
Notifications
You must be signed in to change notification settings - Fork 161
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
[FR] Add stake_address_id for Pointer address type #1016
Comments
@dmitrystas I think I have found where |
For my own reference, the Haskell types from
|
For this address
|
@dmitrystas Any idea of a table and row which should have that Also the |
Previously `insertStakeAddressRefIfMissing` was returning `Nothing` if it received a stake address of type `StakeRefPtr`. Now it returns a proper StakeAddressId. Closes: #1016
Previously `insertStakeAddressRefIfMissing` was returning `Nothing` if it received a stake address of type `StakeRefPtr`. Now it returns a proper `StakeAddressId`. Closes: #1016
For Shelley (and later) the query to find
This query currently returns |
If it's what you're thinking about |
Previously `insertStakeAddressRefIfMissing` was returning `Nothing` if it received a stake address of type `StakeRefPtr`. Now it returns a proper `StakeAddressId`. Closes: #1016
Previously `insertStakeAddressRefIfMissing` was returning `Nothing` if it received a stake address of type `StakeRefPtr`. Now it returns a proper `StakeAddressId`. Closes: #1016
Previously `insertStakeAddressRefIfMissing` was returning `Nothing` if it received a stake address of type `StakeRefPtr`. Now it returns a proper `StakeAddressId`. Closes: #1016
@dmitrystas The
|
Previously `insertStakeAddressRefIfMissing` was returning `Nothing` if it received a stake address of type `StakeRefPtr`. Now it returns a proper `StakeAddressId`. Closes: #1016
At the moment table
tx_out
has astake_address_id
field as refer to the stake_address table, in case this address has delegation part (stake key). However (as it was found out in this issue IntersectMBO/cardano-node#3491) this is only true for Payment address, but not for Pointer address (https://developers.cardano.org/docs/governance/cardano-improvement-proposals/cip-0019/#pointers). It would be great if DB Sync would also store the key for such addresses.The text was updated successfully, but these errors were encountered: