Skip to content
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

🐜[Bugfix] Resolve loafwallet core update issue #206

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0cbbd40
🦺[Techdebt] fix firebase (#115)
kcw-grunt Oct 28, 2022
e4e2375
🥳[Techdebt] relayout address view controller (#120)
kcw-grunt Aug 29, 2022
1e33ad4
buiid bump (#125)
kcw-grunt Oct 28, 2022
77d1be0
[Techdebt] ci cd refactor (#132)
kcw-grunt Oct 7, 2022
83934ab
Feature/add bitrefill new (#134)
kcw-grunt Oct 16, 2022
b48ff5b
Create sync-mirror.yml
kcw-grunt Oct 16, 2022
c49f919
Changed the clone sig
kcw-grunt Oct 16, 2022
2ebb6ba
Update sync-mirror.yml
kcw-grunt Oct 16, 2022
3c0df64
Update sync-mirror.yml
kcw-grunt Oct 16, 2022
3c380ea
Update sync-mirror.yml
kcw-grunt Oct 16, 2022
7733b87
Update sync-mirror.yml
kcw-grunt Oct 16, 2022
bfac6dc
🚀[Release v3.10.0] Merge into Develop (#135)
kcw-grunt Oct 28, 2022
f69c039
🚧[Techdebt] Firebase polish 121 (#139)
kcw-grunt Nov 5, 2022
f1bba8f
reemvoed conflict tags
kcw-grunt Nov 6, 2022
1a15858
Mark unused code (#147)
Iferencak Nov 7, 2022
78e6249
changed the urtl
kcw-grunt Nov 7, 2022
8a8c6bc
Retired old https server code (#154)
Iferencak Nov 9, 2022
bef02df
#148 Fixed a crash that appeared when the users wallet was aout of sy…
Iferencak Nov 10, 2022
96b48c8
Removed dispatchqueue.async that was used for testing
Iferencak Nov 10, 2022
547cf00
🚀[Release v3.10.1] Merge into Develop (#162)
kcw-grunt Nov 28, 2022
48c5057
Add SwiftFormat to the codebase (#159)
Iferencak Dec 5, 2022
5381851
🤬[Techdebt] #167 add custom user agent++ (#168)
kcw-grunt Dec 14, 2022
ca7c61c
Delete sync-mirror.yml (#176)
kcw-grunt Dec 14, 2022
ee0f9e3
Delete push-to-release-email.yml (#175)
kcw-grunt Dec 14, 2022
791be9e
Delete github-actions.yml (#174)
kcw-grunt Dec 14, 2022
c28312f
Update README.md (#173)
kcw-grunt Dec 14, 2022
bccc06a
improved language switching, fixed transparent navigation bar bug (#179)
Iferencak Jan 18, 2023
3c52414
🚀[Release v3.11.0] Merge into Develop (#199)
kcw-grunt Jan 26, 2023
5c0eaf4
bump to match current prod build number
kcw-grunt Jan 26, 2023
822d534
Removed app install date variable (#200)
Iferencak Mar 12, 2023
e4aec2e
nit…format (#203)
kcw-grunt Mar 16, 2023
289ac61
move the git submodule to the latest
kcw-grunt Mar 29, 2023
e224a83
WIP: Not able to type and display recv addresses
kcw-grunt Mar 29, 2023
c11cd31
updated loafwallet-core v1.1.0
kcw-grunt Mar 30, 2023
06640f6
WIP: Added falsePositived interface
kcw-grunt Apr 9, 2023
e204d16
WIP adds the fpRate var
kcw-grunt Apr 19, 2023
c701d35
Resolved PeerManager set with proper optional setting.
kcw-grunt Apr 19, 2023
08811b1
WIP: Cannot unwrap ltc1 addresses to retain them in the UILabel
kcw-grunt May 29, 2023
8b2c63c
Revert "WIP: Cannot unwrap ltc1 addresses to retain them in the UILabel"
kcw-grunt May 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
43 changes: 0 additions & 43 deletions .github/workflows/github-actions.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/push-to-release-email.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/sync-mirror.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ Package.resolved

Pods/

# SwiftFormat
BuildTools/.build
BuildTools/.swiftpm


# Sensitive Partner API
Modules/litewallet-partner-api-ios
litewallet-partner-api-ios
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "Modules/loafwallet-core"]
path = Modules/loafwallet-core
url = https://github.com/litecoin-foundation/loafwallet-core.git
[submodule "Modules/litewallet-partner-api-ios"]
path = Modules/litewallet-partner-api-ios
url = https://github.com/litecoin-foundation/litewallet-partner-api-ios.git
10 changes: 10 additions & 0 deletions .swiftformat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# format options
--header strip
--indent tab

# file options
--exclude Pods

# rules
--enable isEmpty
--disable enumNamespaces
11 changes: 11 additions & 0 deletions BuildTools/Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// swift-tools-version:5.3
import PackageDescription

let package = Package(
name: "BuildTools",
platforms: [.macOS(.v10_11)],
dependencies: [
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.49.0"),
],
targets: [.target(name: "BuildTools", path: "")]
)
2 changes: 1 addition & 1 deletion Modules/loafwallet-core
39 changes: 0 additions & 39 deletions Podfile

This file was deleted.

124 changes: 0 additions & 124 deletions Podfile.lock

This file was deleted.

12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,17 @@ $ git submodule update
```
4. From the root where the Podfile is located, install the pods: `pod install`
5. From the root where the *Xcode Workspace* is located, open the project: `open loafwallet.xcworkspace`


### Cleaning Github Action workflow runs
Use this to delete old workflow runs from the terminal when logged in:

```
gh run list --json databaseId -q '.[].databaseId' |
xargs -IID gh api \
"repos/$(gh repo view --json nameWithOwner -q .nameWithOwner)/actions/runs/ID" \
-X DELETE
```

### Litewallet Team:
* [Development Code of Conduct](/development.md)
---
Expand Down
Binary file removed Resources/[email protected]
Binary file not shown.
Loading