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
tuxcanfly
changed the title
frame pointer: use transaction commitment instead of block height + tx index
frame pointer: use data coorindates instead of block height and tx index
Jun 5, 2023
tuxcanfly
changed the title
frame pointer: use data coorindates instead of block height and tx index
frame pointer: use blob API commitment instead of block height and tx index
Jun 6, 2023
Currently the tx index is hardcoded to
0
, as thesubmit_pfb
endpoint does not return an index for the data we just submitted.We should use a commitment to the data we just posted, either a coordinate in the EDS or a transaction hash so that the query is actually unique.
The text was updated successfully, but these errors were encountered: