You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reward/Withdrawal was previously different because the tags changed between OgmiosV5 and V6. Either changing the name of the Tag (which is automatically the tag name used for the JSON serialization) or adding compatibility code to OgmiosV6/Blockfrost backend akin to #312 should do the trick.
Describe the bug
Getting this error trying to build a registration and delegation stake transaction using a staking script:
BlockFrostChainContext is the ChainContext I'm using here, I'm not sure if the backend will change things.
I'm guessing that blockfrost is using the tag name
CERTIFICATE
while pycardano is usingCERT
Should RedeemerTag.CERT actually be RedeemerTag.CERTIFICATE or is there some compatibility code missing?
#312 It seems that reward/withdrawal tag was previously different as well.
The text was updated successfully, but these errors were encountered: