Tanguy Pruvot
2cfbd87157
use proper function case for arraySafeVal
2017-05-14 07:40:28 +02:00
Tanguy Pruvot
a4d9326e9d
wallet: reduce default limit to list txs
...
2500 seems too much... for decred at least
2017-04-13 17:44:42 +02:00
Tanguy Pruvot
a58f3e0745
show also ETA on block history + main wallet
2017-02-25 20:20:48 +01:00
Tanguy Pruvot
9f3d194fd7
decred: 0.8.0 rpc changes in stake, getbalance
2017-02-14 14:06:22 +01:00
Tanguy Pruvot
acc8285a90
xmr-rpc: allow to list transactions
...
very basic list, this rpc is screwed... not even a proper timestamp...
2017-02-01 02:49:33 +01:00
Tanguy Pruvot
1148fef011
wallet: show available field + manual update
2016-12-27 02:58:26 +01:00
Tanguy Pruvot
548f31e846
markets: minor message fix
2016-07-04 07:14:58 +02:00
crackfoo
f4743b0af1
yiimp: add link to algo's pool
2016-06-15 19:06:12 +02:00
Tanguy Pruvot
5c83e36a5b
tickets: amountin tx value is now normal since 0.1.5
2016-06-13 15:46:57 +02:00
Tanguy Pruvot
35220977ef
new wallet rpc class to handle martians
...
add some bitcoin rpc commands to query geth wallet informations (balance,diff,connections..)
todo: handle explorer and transactions list
2016-05-29 09:39:04 +02:00
Tanguy Pruvot
ad89a55256
sql: add bookmarks table and link to wallet
2016-05-24 00:34:13 +02:00
Tanguy Pruvot
54de738048
decred: check if blocktime is before tx time
...
required after a wallet resynch/import
2016-05-11 19:10:08 +02:00
Tanguy Pruvot
410246fddf
decred: adjustments for tickets and pool fees stx
...
also prepare support of the txtype field
ticket and unlocked amounts transactions are now shown in the wallet txs
2016-05-08 14:04:51 +02:00
Tanguy Pruvot
6172ae09ba
settings: market and coin functions + cache
...
and update cli settings commands
2016-05-06 12:26:11 +02:00
Tanguy Pruvot
f3c65e270c
explorer: dynamic generation of all explorer links
...
will use a more friendly format if the coin is visible
bitcoins txs will be linked to an external site, and if the site explorer
is disabled, hyperlinks should be disabled (text only)
+ some other changes related to the explorer...
2016-05-03 21:37:18 +02:00
Tanguy Pruvot
2300314280
wallet: enhance graph ajax refresh and resize
...
prevent graph flicker on ajax refresh, only reload data after 5mn
and/or when the browser window is resized.
should reduce a bit the browser cpu usage...
2016-05-01 08:00:05 +02:00
Tanguy Pruvot
21746e5953
history: allow to watch local price/balance
...
also show graphes even if the wallet is not installed (like BTC or LTC)
+ yaamp "core" function to know if a coin is watched
2016-04-25 12:49:10 +02:00
Tanguy Pruvot
e6365fcc93
wallet: refactor graphes + vertical scroll to show more txs
2016-04-25 10:13:11 +02:00
Tanguy Pruvot
25a76ce458
wallet: history graphes improvements
...
apply a better granularity to reduce empty space on axis edges,
also handle resize and hide empty balances from the stacked graph.
2016-04-25 08:19:30 +02:00
Tanguy Pruvot
8dcbeec01b
wallet: market price/balance graphes
...
only shown if the coin is monitored (server config)
2016-04-24 15:58:04 +02:00
Tanguy Pruvot
74b80292a6
stratum/decred: link new db coin rpc fields
...
And use rpcencoding='DCR' for decred checks,
to handle testnet instances or future forks..
2016-04-20 00:13:11 +02:00
Tanguy Pruvot
63f1032fb3
decred: tickets plugin in the wallet
...
can be useful as dashboard-only mode of yiimp
2016-04-06 23:34:23 +02:00
Tanguy Pruvot
2902cdbf4e
wallet: allow to manually toggle markets
2016-04-02 15:11:54 +02:00
Tanguy Pruvot
9f431ec275
markets: improve disabled flag
...
disabled = 9 means permanent disable by admin (no more checked)
else, values 1 to 8 will depends on different cases... api down, low volume, etc
for the moment, only handle the autoswitch between 0 and 1 when the api reports an active state
2016-04-02 15:11:54 +02:00
Tanguy Pruvot
616e448228
wallet: link new market fields
2016-04-02 15:11:53 +02:00
Tanguy Pruvot
7d4f97b1a3
decred: show tickets and locked amount in the wallet
2016-04-01 12:26:27 +02:00
Tanguy Pruvot
8dfa435d94
exchanges: load balances in market table
...
for the moment, only when not using the auto-exchange
disable empoex (closing)
2016-03-21 16:44:11 +01:00
Tanguy Pruvot
158f7c1f4d
decred: wallet stake just need 256 confirmations
...
(not 257)
for now, use receive category for the ticket reward
2016-03-18 12:27:45 +01:00
Tanguy Pruvot
06d55b90bc
decred: fixor the wallet votes txs (wallet)
...
until they fix listtransactions output ;)
2016-03-18 06:44:20 +01:00
Tanguy Pruvot
db76c2e525
wallets: proper wallet version function
2016-03-18 01:25:37 +01:00
Tanguy Pruvot
3b74cc6a89
wallet: link filtered earnings and payments views
2016-03-02 19:32:21 +01:00
Tanguy Pruvot
2f64283027
wallet: allow to show the last month txs
2016-03-01 15:07:56 +01:00
Tanguy Pruvot
d7969799df
wallet: right txid links + decred filter
...
filter more "spent" decred transactions (received ones too)
and allow to show more txs rows on demand...
2016-02-29 14:56:49 +01:00
Tanguy Pruvot
5e882f4419
wallet: improve owed/earnings amounts in the header
2016-02-28 14:38:31 +01:00
Tanguy Pruvot
3b32d4b987
backend: detect and assign category of PoS blocks
...
category "stake" while immature, "generated" after
Only shown in the dashboard...
2016-02-27 03:06:19 +01:00
Tanguy Pruvot
993cb428f5
wallet: show rpc listtransactions error
2016-02-20 09:15:53 +01:00
Tanguy Pruvot
35e0ada99d
wallet: ignore spent blocks in listtransactions and fix order
...
unlike other wallets, a send operation generate 2 "transactions"
one for the send, and another with a bad time for the "spent" block
2016-02-16 06:05:43 +01:00
Tanguy Pruvot
cc364febfc
decred: listtransactions doesnt use account name
2016-02-14 07:27:59 +01:00
Tanguy Pruvot
51e846c1fd
yiimp: handle decred default account
2016-02-14 04:09:23 +01:00
Tanguy Pruvot
c55b75e6b5
wallet: complete the send/sell to market dialog
...
also fix and style the flash messages
2016-02-05 09:20:51 +01:00
Tanguy Pruvot
dadda52412
Add some errors checks, reported by zpool.ca
2016-01-05 23:19:04 +01:00
Tanguy Pruvot
148a69a249
wallet: use more txs to do weekly sums
...
and hide the last day sums if truncated
2015-12-05 15:37:22 +01:00
Tanguy Pruvot
8aad0a0f0e
wallet: some sums of the week
2015-10-31 08:32:51 +01:00
Tanguy Pruvot
d2a36bac7d
admin: rework wallet tables, add links to the bloc explorer
2015-10-22 03:31:31 +02:00
Tanguy Pruvot
892c7c5158
wallet: show difficulty and stake + cleanup
2015-09-19 23:12:55 +02:00
Tanguy Pruvot
751507a13b
core: new function to get coins exchange urls
2015-09-19 05:05:10 +02:00
Tanguy Pruvot
cd59d8545a
Fix php error in the coin list
2015-07-24 06:44:16 +02:00
Tanguy Pruvot
92cfceb233
use getiparam everywhere to get url ids
2015-07-23 05:56:48 +02:00
Tanguy Pruvot
b10abe401a
bestmarket: allow to force a coin exchange in coin table
2015-07-23 05:56:46 +02:00
Tanguy Pruvot
ccd8bed2e6
monitor the right webserver and new exchanges
...
Added cryptopia ticker, and prepare alcurex functions...
2015-07-14 09:29:10 +02:00