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
ClientInner::sync_nodes uses latest_milestone_timestamp which disappeared. It should use one of the new timestamps but there are 4, which one should be used?
Account::remove_ended_participation_events uses latest_milestone_timestamp which disappeared. It should use one of the new timestamps but there are 4, which one should be used?
Do we keep a timestamp in Transaction since OutputMetadata::milestone_timestamp_spent is gone? Instance in build_transaction_from_payload_and_inputs -> No, removed in Remove remaining mentions of milestones #2086
ClientInner::sync_nodes
useslatest_milestone_timestamp
which disappeared. It should use one of the new timestamps but there are 4, which one should be used?Account::remove_ended_participation_events
useslatest_milestone_timestamp
which disappeared. It should use one of the new timestamps but there are 4, which one should be used?Transaction
sinceOutputMetadata::milestone_timestamp_spent
is gone? Instance inbuild_transaction_from_payload_and_inputs
-> No, removed in Remove remaining mentions of milestones #2086filter_outputs
by timestamps sinceOutputMetadata::milestone_timestamp_booked
is gone -> Filtered by slot index in Remove remaining mentions of milestones #2086RegularTransactionEssenceBuilder
needs a no_std way to get the current timestamp in nanoseconds64
bytes ?8192
bytes ?create a signature unlock
nodejs test -> Removed as we only have signing on the secret manager nowGetting output and metadata is now two calls :/it's notVec<u8>
or the unpacked type?pub alias: AliasSyncOptions
when we are done with Account changes (in Single account wallet #1279)account_addresses
andaccount_and_nft_addresses
.rent_cost()
calculation for staking and delegation outputs Refactor rent cost traits #1065The text was updated successfully, but these errors were encountered: