-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It is possible that an asset could be sent to an account with a large history, and that NFT gets 'stuck' in the account due to the Kalium API only returning ~2500 entries from a history call.
So the history scan should be paginated.
The specific call to account_history is in getReceiveBlock and getNextAssetOwnerForCache in ipfs-util.js.
getReceiveBlock:
banano-metanode-nft/scripts/ipfs-util.js
Line 394 in c5e8719
| action: 'account_history', |
getNextAssetOwnerForCache
banano-metanode-nft/scripts/ipfs-util.js
Line 508 in c5e8719
| action: 'account_history', |
all calls to account_history:
https://github.com/BananoCoin/banano-metanode-nft/search?q=account_history
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request