-
Notifications
You must be signed in to change notification settings - Fork 208
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
Pirate (ARRR) integration #1775
Merged
Merged
Changes from 122 commits
Commits
Show all changes
123 commits
Select commit
Hold shift + click to select a range
5c17ffc
ZHTLC
smk762 f9e5f97
init_z_coin rpc
smk762 35ba22b
add to client
smk762 93b4ae5
add init_z_coin
smk762 859bea7
enabling zhtlc
smk762 05f6ed5
add v2 withdraw
smk762 bed7198
fix enable/disable state
smk762 3c444ba
clean up prints
smk762 7372d7c
add v2 withdraw process
smk762 35d8e01
use other mm2 for testing
smk762 6bd7285
use 20.04 for testing
smk762 392dd0f
use v2 RPC for bestorders and orderbook
smk762 915085a
cater for shielded addresses
smk762 be1aa34
use dev mm2
smk762 8595061
add notification
smk762 ed47843
fix conflicts
smk762 d1e5810
merge from devtatusq
smk762 bfe6d9e
fix conflicts
smk762 804d43c
conflict space
smk762 2989e9a
Merge branch 'dev' into zombie_pirates
smk762 c327cea
fix merge conflict
smk762 8cc6301
bigger loop to wait for pirates to come ashore
smk762 1ba433b
Merge branch 'dev' into zombie_pirates
smk762 3d70092
rm bad log
smk762 7b60955
add v2 z_coin_tx_history method
smk762 6375513
add initial tx history display
smk762 a529b6f
set fetching busy for zhtlc
smk762 ebcff3b
avoid locking on enable
smk762 2b4d1ff
update mm2, add block sync progress logs
smk762 7b41410
add SLP coins
smk762 a80e14d
add SLP icons
smk762 4519286
add SLP related configs
smk762 5fe088b
more SLP related code
smk762 a70968c
re-implement SLP enabling
smk762 f533b5c
Merge branch 'whitelabel-rpcport' into zombie_pirates
smk762 8b1de1a
fix mac ci error, make zhtlc tradable
smk762 697e2a8
fix ci error
smk762 f1f0690
limit z coin tx history response
smk762 c867887
Add enable slp rpc
37b9011
Refactoring
91aa8d7
update zombie image
smk762 b0d0ac1
update init_z_coin and zombie icon
smk762 1710f1d
Merge branch 'dev' into zombie_pirates
smk762 e2649b1
fix slp conflicts
smk762 221ec1b
clean up old slp overlap code
smk762 d26cf40
Merge branch 'dev' into zombie_pirates
smk762 f92ec4b
restore balance updates for zhtlc coins
smk762 fa05eec
use current date/time for unconfirmed z tx
smk762 6f7b578
add defauls for status
smk762 8e6eea7
include qrc fees
smk762 b8e0f44
add m_coin_enabling_status
smk762 813f8f0
ensure activated persists
smk762 debfde3
show ZHTLC in portfolio once UpdatingBlocksCache
smk762 a37c64d
track activation_status
smk762 dec8226
fix typo
smk762 cadc3c5
ack fail
smk762 b7184eb
js functions for activation trcking
smk762 152e60d
hide logs, sleep less, tell me when its ready
smk762 48607cf
block buttons in zhtlc wallet page until fully activated
smk762 4b3dd4b
add zhtlc activation status to portfolio model
smk762 71ca1ae
add activation status to portfolio model
smk762 268a40d
add activation status to portfolio model
smk762 cebedfc
show activation progress in portfolio page
smk762 9d664cf
block disabling if activation not complete
smk762 300df15
Merge branch 'zombie_pirates' of https://github.com/KomodoPlatform/at…
smk762 6225096
rm activation tag
smk762 2afa289
fix coin menu vars
smk762 5613f66
add activation effect to wallet sidebar
smk762 71fdc00
add activation effect to wallet header and message in tx history area
smk762 42a77b4
add activation progress effect to dex selectors
smk762 d6fe312
fix spelling
smk762 98cf61b
handle app exiting or logging out while zhtlc activation incomplete
smk762 9071df8
block order form if zhtlc not fully enabled; show error msg
smk762 550cf89
add validation error message when zhtlc coin not fully activated
smk762 3f0ac08
temp logs for slow fees
smk762 9e401d2
fix adress overflow in recieve modal
smk762 7501dcc
show partial activation progress in balance col
smk762 02e55d5
hide explorer link if not fully activated
smk762 33754b5
fix address overflows in send modal
smk762 3a9b1a5
fix overflows on sent tx modal
smk762 858f35b
calc public address to cover zhtlc
smk762 f296f56
code style
smk762 0408f2f
rework privkey modal to fix zhtlc overflow
smk762 2ca28a4
fix param nesting
smk762 bdcc089
hide custom fee switch for zhtlc
smk762 b5137be
fix copytext background
smk762 2e34ea9
fix tx history zhtlc overflows
smk762 0884df3
zcash params service
smk762 a6e8d13
initial modal for zcash params
smk762 d0d77c3
merge in dev, fix conflicts
smk762 687b72c
rm dup code
smk762 e20a641
add buttons to zcash params modal
smk762 aa13a9c
add initial download_zcash_params func
smk762 c0109c7
align qt_downoad_manager
smk762 f15dfd8
downloading with console logs
smk762 7783b7f
needs separation
smk762 017bd72
download manager renaming done
smk762 a33553a
debugging signal
smk762 0bcb32b
frontend d/l pct text
smk762 6acaab5
add progress bars
smk762 7592bb1
Add status bar
smk762 232a63a
add statusbar combined download progress
smk762 ff83042
clean up
smk762 390d252
disable button while downloading
smk762 9f2c6c8
use official release mm2 and coins file
smk762 5ea747a
use ubuntu 18 again
smk762 790c5dd
ensure button state correct when relaunching download modal
smk762 d63f0ef
fix tx history bug
smk762 b6af5c1
fix explorer link on sent modal
smk762 942c71e
Add ARRR Nomics ID
smk762 efa777b
code style, rm comments, clean up
smk762 f8770c6
auto-enable coins after download
smk762 ac9a179
fix crash when enabling bulk coins
smk762 35f0e71
track zhtlc coin withdraw status
smk762 dd108fa
rm log
smk762 2574d6f
Merge branch 'dev' into zombie_pirates
smk762 1b309ff
resolve conflicts
smk762 0990953
rm logs
smk762 444e64f
add text for shielded addresses
smk762 d9b2cd6
fix maxvol bug
smk762 cfb4d4b
try orderbook fix
smk762 99c2b98
fix bestorders bug
smk762 369320d
fix paprika id
smk762 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
// Qt Imports | ||
import QtQuick 2.15 | ||
import QtQuick.Layouts 1.15 | ||
import QtQuick.Controls 2.15 | ||
|
||
// Project Imports | ||
import "../Constants" as Dex | ||
import "../Components" as Dex | ||
import App 1.0 | ||
|
||
RowLayout | ||
{ | ||
id: root | ||
property double label_width: 175 | ||
property double bar_width_pct: 0 | ||
property color bar_color: Dex.DexTheme.greenColor | ||
property alias label: _label | ||
property alias pct_bar: _pct_bar | ||
property alias pct_value: _pct_value | ||
anchors.leftMargin: 10 | ||
anchors.rightMargin: 10 | ||
width: parent.width | ||
height: 42 | ||
spacing: 10 | ||
|
||
Dex.DexLabel | ||
{ | ||
id: _label | ||
font.bold: true | ||
Layout.preferredWidth: label_width | ||
Layout.alignment: Qt.AlignVCenter | ||
Component.onCompleted: font.weight = Font.Bold | ||
} | ||
|
||
// Progress bar | ||
Item | ||
{ | ||
Layout.alignment: Qt.AlignVCenter | ||
Layout.fillWidth: true | ||
height: 5 | ||
|
||
Rectangle | ||
{ | ||
id: bg_bar | ||
anchors.fill: parent | ||
radius: 5 | ||
opacity: 0.1 | ||
color: DexTheme.foregroundColorLightColor5 | ||
} | ||
|
||
Rectangle | ||
{ | ||
id: _pct_bar | ||
height: parent.height | ||
radius: 5 | ||
width: bar_width_pct / 100 * parent.width | ||
color: root.bar_color | ||
} | ||
} | ||
|
||
Dex.DexLabel | ||
{ | ||
id: _pct_value | ||
Layout.preferredWidth: 60 | ||
text: "0.00 %" | ||
Layout.alignment: Qt.AlignVCenter | ||
Component.onCompleted: font.family = 'lato' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id is
arrr-pirate
, like in https://coinpaprika.com/coin/arrr-pirate/