Commit 2000bbe
authored
File tree
28 files changed
+2317
-47
lines changed- crypto_plugins
- docs
- lib
- models
- pages_desktop_specific/my_stack_view/wallet_view/sub_widgets
- pages
- epic_finalize_view
- receive_view
- sub_widgets
- send_view
- sub_widgets
- wallet_view
- providers/ui
- utilities/enums
- wallets
- crypto_currency/coins
- wallet/impl
- widgets
- wl_gen/interfaces
- scripts
- android
- ios
- linux
- macos
- windows
- tool/wl_templates
28 files changed
+2317
-47
lines changedSubmodule flutter_libepiccash updated 42 files
- .gitmodules-3
- example/.gitignore+2
- example/ios/Flutter/AppFrameworkInfo.plist+1-1
- example/ios/Podfile+1-1
- example/ios/Podfile.lock+12-11
- example/ios/Runner.xcodeproj/project.pbxproj+8-5
- example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme+4-1
- example/ios/Runner/AppDelegate.swift+1-1
- example/lib/cancel_transactions_view.dart+317
- example/lib/epicbox_config.dart+14-1
- example/lib/mnemonic_view.dart+1-7
- example/lib/recover_view.dart+78-7
- example/lib/send_transaction_view.dart+298
- example/lib/slate_transaction_view.dart+657
- example/lib/transaction_view.dart+455-64
- example/lib/wallet_info_view.dart+654-141
- example/lib/wallet_management_view.dart+1-1
- example/lib/wallet_state_manager.dart+43
- example/macos/Podfile+1-1
- example/macos/Podfile.lock+6-6
- example/macos/Runner.xcodeproj/project.pbxproj+4-4
- example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme+2-1
- example/macos/Runner/AppDelegate.swift+5-1
- example/pubspec.lock+29-29
- ios/Classes/SwiftFlutterLibepiccashPlugin.swift+2-1
- ios/flutter_libepiccash.podspec+5-3
- lib/epic_cash.dart+109-5
- lib/lib.dart+235-12
- macos/Classes/FlutterLibepiccashPlugin.h+95-30
- macos/flutter_libepiccash.podspec+2
- rust/Cargo.lock+2.4k-1.6k
- rust/Cargo.toml+18-11
- rust/epic-wallet-1
- rust/src/config.rs+4-3
- rust/src/ffi.rs+194-32
- rust/src/lib.rs+845-13
- rust/src/listener.rs+27-18
- rust/src/mnemonic.rs+3-3
- rust/src/wallet.rs+186-113
- scripts/ios/build_all.sh+47-10
- scripts/linux/build_all.sh+13
- scripts/macos/build_all.sh+45-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
0 commit comments