Skip to content

Commit

Permalink
Update deps, set priority for getTransactions, fix versioning.xcconfi…
Browse files Browse the repository at this point in the history
…g on main dev box
  • Loading branch information
livid committed Jul 2, 2024
1 parent b66990b commit 27d6ec7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "04f5ec2c370ad854d1601a3ffab8475cd1d8774bd8d70858486dcfe0847a1e8e",
"originHash" : "b5b52da383ac1bb60728bb7b92a9188cf8ad9116ebf35a3eecaeadafe04a6236",
"pins" : [
{
"identity" : "bigint",
"kind" : "remoteSourceControl",
"location" : "https://github.com/attaswift/BigInt.git",
"state" : {
"revision" : "0ed110f7555c34ff468e72e1686e59721f2b0da6",
"version" : "5.3.0"
"revision" : "88071df9f27361b52d92f9acea85e8b658af8183",
"version" : "5.4.0"
}
},
{
Expand Down Expand Up @@ -123,8 +123,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sparkle-project/Sparkle",
"state" : {
"revision" : "b456fd404954a9e13f55aa0c88cd5a40b8399638",
"version" : "2.6.3"
"revision" : "0ef1ee0220239b3776f433314515fd849025673f",
"version" : "2.6.4"
}
},
{
Expand Down
3 changes: 1 addition & 2 deletions Planet/Views/Sidebar/AccountBadgeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ struct AccountBadgeView: View {
catch {
debugPrint("Error occurred when verifying NFT ownership: \(error)")
}

}
/* Test transaction
Task {
Expand All @@ -194,7 +193,7 @@ struct AccountBadgeView: View {
}
}
*/
Task {
Task(priority: .background) {
await WalletManager.shared.getTransactions(for: walletAddress)
}
// Get balance with Web3.swift
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 2083
CURRENT_PROJECT_VERSION = 2109

0 comments on commit 27d6ec7

Please sign in to comment.