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

Initial Xelis integration #1084

Open
wants to merge 21 commits into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2174cc6
xelis boiler plate early setup
Tritonn204 Jan 28, 2025
5d0dca9
xelis CryptoCurrency definition added, bridged wallet wrapper started
Tritonn204 Jan 29, 2025
7b401b3
added xelis enum variants
Tritonn204 Jan 29, 2025
926bfd4
build script + dep updates, xelis library integration progress
Tritonn204 Feb 6, 2025
ffd5cbb
gitignore
Tritonn204 Feb 6, 2025
c736482
Xelis base integration
Tritonn204 Feb 12, 2025
7ae65d8
Slight polish for Xelis integration
Tritonn204 Feb 12, 2025
52243c8
Android works
Tritonn204 Feb 14, 2025
7d15380
adjusted for xelis flutter refactor
Tritonn204 Feb 14, 2025
399218f
Xelis price service added, wallet storage bugs fixed, updated to appl…
Tritonn204 Feb 15, 2025
53412a2
Apple/iOS builds working (with PRs from plugins)
Tritonn204 Feb 16, 2025
8db1c17
removed Xelis lib from build scripts
Tritonn204 Feb 16, 2025
e0fcc64
updated linux devops for new Xelis flutter setup, fixed Xelis fee est…
Tritonn204 Feb 17, 2025
e1a321b
updated price_test, corrected outgoing tx db entries for xelis
Tritonn204 Feb 17, 2025
762b187
xelis_flutter branch switch adopted
Tritonn204 Feb 20, 2025
a004e88
xelis_flutter correction
Tritonn204 Feb 20, 2025
52ef727
updated fee estimation params in xelis_flutter
Tritonn204 Feb 20, 2025
a27ae9d
libepiccash build script corrections, pubspec template adjusted for s…
Tritonn204 Feb 26, 2025
8daf41d
svg change reversal
Tritonn204 Feb 27, 2025
fa621d2
removed frostdart from windows build scripts
Tritonn204 Feb 27, 2025
92ca641
keep version update without frostdart in windows build scripts
Tritonn204 Feb 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,16 @@ libepic_cash_wallet.dll
libmobileliblelantus.dll
libtor_ffi.dll
flutter_libsparkmobile.dll
xelis_flutter.dll
secp256k1.dll
/libisar.so
/lib/app_config.g.dart
/android/app/src/main/app_icon-playstore.png

# Dart generated files (Freezed, Riverpod, GoRouter etc..)
lib/**/*.g.dart
lib/**/*.freezed.dart

## other generated project files

pubspec.yaml
Expand Down Expand Up @@ -105,3 +110,4 @@ scripts/linux/build/libsecret/subprojects/gi-docgen/.meson-subproject-wrap-hash.

crypto_plugins/cs_monero/built_outputs
crypto_plugins/cs_monero/build
crypto_plugins/*.diff
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "crypto_plugins/frostdart"]
path = crypto_plugins/frostdart
url = https://github.com/cypherstack/frostdart
[submodule "crypto_plugins/xelis_flutter"]
path = crypto_plugins/xelis_flutter
url = https://github.com/Tritonn204/xelis_flutter_ffi.git
30 changes: 15 additions & 15 deletions asset_sources/svg/campfire/socials/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions asset_sources/svg/campfire/socials/telegram-brands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions asset_sources/svg/stack_duo/socials/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions asset_sources/svg/stack_duo/socials/telegram-brands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions asset_sources/svg/stack_wallet/socials/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions asset_sources/svg/stack_wallet/socials/telegram-brands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions crypto_plugins/xelis_flutter
Submodule xelis_flutter added at e939a8
Empty file added flutter_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading