Skip to content

Commit

Permalink
Update WalletConnect to support Modal (#312)
Browse files Browse the repository at this point in the history
* Onboarding working

* Bump Abacus and restrict languages

* eth_call

* balanceOf works

* Deposit

* WIP

* Improve Metamask experience

* Fix empty transfer status bug

* Lint

* Bump Abacus

* Update app version to 1.11.4
  • Loading branch information
ruixhuang authored Dec 13, 2024
1 parent c3ae7fc commit 674055b
Show file tree
Hide file tree
Showing 399 changed files with 24,407 additions and 29,250 deletions.
6 changes: 3 additions & 3 deletions dydx/PodFile
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ def statsig_pods
end

def abacus_pods
#pod 'abacus', :path => '~/v4-abacus'
pod 'Abacus', :podspec => '../podspecs/Abacus.podspec'
pod 'abacus', :path => '~/v4-abacus'
#pod 'Abacus', :podspec => '../podspecs/Abacus.podspec'
end

def util_pods
pod 'BigInt'
#pod 'BigInt'
#pod 'CryptoSwift', '1.5.1'
pod 'libPhoneNumber-iOS', '~> 0.9.15'
pod 'KVOController'
Expand Down
16 changes: 6 additions & 10 deletions dydx/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
PODS:
- Abacus (1.13.41)
- abacus (0.4.18)
- AmplitudeSwift (1.11.1):
- AnalyticsConnector (~> 1.3.0)
- AnalyticsConnector (1.3.1)
- AppsFlyerFramework (6.15.3):
- AppsFlyerFramework/Main (= 6.15.3)
- AppsFlyerFramework/Main (6.15.3)
- Atributika (5.0.5)
- BigInt (5.2.0)
- CocoaLumberjack (3.8.5):
- CocoaLumberjack/Core (= 3.8.5)
- CocoaLumberjack/Core (3.8.5)
Expand Down Expand Up @@ -267,11 +266,10 @@ PODS:
- ZSWTappableLabel (3.3.2)

DEPENDENCIES:
- Abacus (from `../podspecs/Abacus.podspec`)
- abacus (from `~/v4-abacus`)
- AmplitudeSwift (~> 1.0)
- AppsFlyerFramework
- Atributika
- BigInt
- CombineExt
- COSTouchVisualizer
- DGCharts (from `https://github.com/dydxprotocol/Charts.git`, branch `releases/3.6.0.4`)
Expand Down Expand Up @@ -316,7 +314,6 @@ SPEC REPOS:
- AnalyticsConnector
- AppsFlyerFramework
- Atributika
- BigInt
- CocoaLumberjack
- CombineExt
- COSTouchVisualizer
Expand Down Expand Up @@ -370,8 +367,8 @@ SPEC REPOS:
- ZSWTappableLabel

EXTERNAL SOURCES:
Abacus:
:podspec: "../podspecs/Abacus.podspec"
abacus:
:path: "~/v4-abacus"
DGCharts:
:branch: releases/3.6.0.4
:git: https://github.com/dydxprotocol/Charts.git
Expand All @@ -382,12 +379,11 @@ CHECKOUT OPTIONS:
:git: https://github.com/dydxprotocol/Charts.git

SPEC CHECKSUMS:
Abacus: 10bc3a4ba97ba3981e6a2e1ef847758579ff5302
abacus: 46f62be6dc9b3f888093eb2c9952d0267ab40670
AmplitudeSwift: e27c57acea01eceb4684346201ae3817bed5cf52
AnalyticsConnector: 3def11199b4ddcad7202c778bde982ec5da0ebb3
AppsFlyerFramework: ad7ff0d22aa36c7f8cc4f71a5424e19b89ccb8ae
Atributika: ecedf5259e4aa3c6278d840b6c18d60c1a8b6ca0
BigInt: f668a80089607f521586bbe29513d708491ef2f7
CocoaLumberjack: 6a459bc897d6d80bd1b8c78482ec7ad05dffc3f0
CombineExt: c4daa97ef75754d8ef319bd79edeef82652f3eea
COSTouchVisualizer: a398089327a6c02897823614d7447ccc97198997
Expand Down Expand Up @@ -441,6 +437,6 @@ SPEC CHECKSUMS:
Validator: 80a6f567220c962dfd2d9928ae98a8c1d164f6f4
ZSWTappableLabel: 92f11d677bb395a8294df48482316c4981783ca0

PODFILE CHECKSUM: 553823b5ab70e1fe233c6a834ad450bcb98974db
PODFILE CHECKSUM: 23f69b061a94b99ea489e8d7e6b1a0960fc966b3

COCOAPODS: 1.15.2
20 changes: 0 additions & 20 deletions dydx/Pods/BigInt/LICENSE.md

This file was deleted.

430 changes: 0 additions & 430 deletions dydx/Pods/BigInt/README.md

This file was deleted.

126 changes: 0 additions & 126 deletions dydx/Pods/BigInt/Sources/Addition.swift

This file was deleted.

74 changes: 0 additions & 74 deletions dydx/Pods/BigInt/Sources/BigInt.swift

This file was deleted.

Loading

0 comments on commit 674055b

Please sign in to comment.