Skip to content

Commit

Permalink
- wire up the generic screen to WC2
Browse files Browse the repository at this point in the history
- implement new extractors to use screens correctly
- fix issue with generic using contractCall pending
- add sending XTZ amount to generic screen for now
- use generic as batch screen for now
  • Loading branch information
simonmcl committed Jan 11, 2024
1 parent 6ffd207 commit 5e7c4bf
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@
"location" : "https://github.com/kukai-wallet/kukai-core-swift",
"state" : {
"branch" : "develop",
"revision" : "f4a08fb37302b01cd3cf48cd998fb28cbe39e1a7"
"revision" : "4ad4585f999a0b2dea57213a3154b91d762a9aba"
}
},
{
"identity" : "kukai-crypto-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/kukai-wallet/kukai-crypto-swift",
"state" : {
"revision" : "4087e7251d43c73f97f3b572b1006be6fe0e1f7e",
"version" : "1.0.17"
"revision" : "b83b7109b577337600cc064cb95aa1df9f8a9979",
"version" : "1.0.18"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class WalletConnectSignViewController: UIViewController, BottomSheetCustomFixedP
let updatedSignature = Base58Check.encode(message: signature, ellipticalCurve: wallet.privateKeyCurve())
self?.handleApproval(signature: updatedSignature)

case .failure(let sendError):
case .failure(_):
self?.windowError(withTitle: "error".localized(), description: String.localized(String.localized("error-cant-sign"), withArguments: result.getFailure().description))
self?.slideButton?.resetSlider()
}
Expand Down
Loading

0 comments on commit 5e7c4bf

Please sign in to comment.