-
Notifications
You must be signed in to change notification settings - Fork 42
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
IOS-8496 remove pending solana transaction #4291
IOS-8496 remove pending solana transaction #4291
Conversation
|
||
let mapper = PendingTransactionRecordMapper() | ||
let record = mapper.mapToPendingTransactionRecord(transaction: transaction, hash: hash) | ||
wallet.addPendingTransaction(record) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ну нет, этот код должен остаться и на апдейте пендинг нужно чистить
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ну нет, этот код должен остаться и на апдейте пендинг нужно чистить
Так , ну я убрал не спроста , сходил в Андроид , узнал что обсуждали с Денисом , и объяснили сделать именно так , завтра тогда уточню еще разок
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ну нет, этот код должен остаться и на апдейте пендинг нужно чистить
Может я конечно не так понял , но суть такая да , что транзакции становятся мгновенно , и подвешивать их смысла нет
Убираем pending транзакции для сокращения числа запросов. Транзакции считаем, что пролетают мгновенно
Рекомендация @dbaturin