moneroexamples
|
df717dafc1
|
include #include <boost/algorithm/string.hpp>
|
2018-01-02 06:43:39 +08:00 |
|
moneroexamples
|
c8cfe9ac4a
|
remove make_tx_from_json
|
2018-01-02 06:43:39 +08:00 |
|
moneroexamples
|
d56f2d8c4d
|
correctly decode amounts of bulletproof txs
|
2018-01-02 06:43:39 +08:00 |
|
moneroexamples
|
07b03bd449
|
use _tx_info.tx_blob instead of manually parsing json
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/89
|
2018-01-02 06:43:39 +08:00 |
|
moneroexamples
|
d1251baf09
|
apply patch from @stoffu for sub-addresses
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/86#issuecomment-342997868
|
2018-01-02 06:43:39 +08:00 |
|
moneroexamples
|
a9443d4e18
|
make it compile with subaddresses
|
2018-01-02 06:43:39 +08:00 |
|
moneroexamples
|
f697355101
|
Merge branch 'master' into update_to_current_monero
|
2017-08-25 15:01:32 -07:00 |
|
moneroexamples
|
b3d8279af3
|
add changes from pr #76
4983786ed5
|
2017-08-25 07:54:27 +08:00 |
|
kenshi84
|
4983786ed5
|
build on mac and windows
|
2017-08-24 23:09:02 +09:00 |
|
moneroexamples
|
fd14259c1f
|
json.http and crow modified to compile with latest gcc
|
2017-06-04 10:40:14 +08:00 |
|
moneroexamples
|
c3c25fcb03
|
fix merging problems
|
2017-04-28 15:24:19 +08:00 |
|
moneroexamples
|
468f927e8b
|
gitignore modefied
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/45
|
2017-04-28 13:45:30 +08:00 |
|
moneroexamples
|
89ec634422
|
fix: no more parsing json of each tx in mempool 5 times!
|
2017-03-03 17:09:49 +08:00 |
|
moneroexamples
|
38d893057e
|
xmreg::pause_execution added to tools.
|
2017-03-03 04:56:42 +00:00 |
|
kenshi84
|
881b87b0de
|
show number of non-ringct inputs
|
2017-02-17 11:47:35 +09:00 |
|
kenshi84
|
721da7475d
|
build on windows
|
2017-02-02 23:17:43 +09:00 |
|
moneroexamples
|
93d7c63198
|
block size and median size of blocks added
|
2017-01-18 00:37:15 +00:00 |
|
moneroexamples
|
f0271ce8e1
|
scaning for our mixins in key images disabled for now
|
2017-01-12 01:51:24 +00:00 |
|
moneroexamples
|
68a53d582b
|
decode_ringct modified
|
2017-01-12 01:31:29 +00:00 |
|
moneroexamples
|
cc97b932ad
|
fix: pseudoOuts missing in some ringct txs from mempool
|
2017-01-11 01:09:57 +00:00 |
|
moneroexamples
|
9a8712dd43
|
checking what's happening with mempool json
|
2017-01-10 18:43:50 +08:00 |
|
moneroexamples
|
29ff8f7838
|
some code cleaning
|
2017-01-10 17:58:52 +08:00 |
|
moneroexamples
|
1f9fdda419
|
started fixing mempool ringct tx on mainnet
|
2017-01-10 07:42:55 +00:00 |
|
moneroexamples
|
fe8d33b986
|
get_human_readable_timestamp simplified
|
2017-01-09 03:44:08 +00:00 |
|
moneroexamples
|
d373e5f196
|
signed and unsiged tx files prefixes updated
|
2016-12-31 10:34:00 +08:00 |
|
moneroexamples
|
9fb47b3cda
|
fix: ‘asnlSig’ is not a member of ‘rct’
|
2016-12-10 09:07:03 +08:00 |
|
moneroexamples
|
7d27c26962
|
fix: mixin of tx in mempool is correct now
|
2016-12-08 05:41:18 +08:00 |
|
moneroexamples
|
79de75f172
|
xmreg::get_dummy_account_keys removed because not used
|
2016-12-05 12:21:02 +08:00 |
|
moneroexamples
|
a9ac4166be
|
minore code clean up
|
2016-12-05 09:27:41 +08:00 |
|
moneroexamples
|
eda16d4559
|
fix: versioning not showing in the pusher's footer
|
2016-12-05 09:12:29 +08:00 |
|
moneroexamples
|
135558f417
|
reconstruction of ringct from json completed
|
2016-12-04 16:09:21 +08:00 |
|
moneroexamples
|
6141f92311
|
reconstruction of mainnet txs from json is good now.
|
2016-12-03 12:05:31 +08:00 |
|
moneroexamples
|
13f2505f88
|
vout and vin parsing from json added
|
2016-12-02 14:38:51 +08:00 |
|
moneroexamples
|
df57d2b203
|
xmreg::make_tx_from_json started
|
2016-12-02 10:22:49 +08:00 |
|
moneroexamples
|
66caaea4dd
|
rapidjson removed
|
2016-12-02 09:03:33 +08:00 |
|
moneroexamples
|
1fd68550d0
|
new json based sum_money_in_outputs started
|
2016-12-02 08:09:09 +08:00 |
|
moneroexamples
|
1d905bb7f3
|
fix: key image checker shows RingCT amounts correctly for each spent key image
|
2016-11-29 09:21:32 +08:00 |
|
moneroexamples
|
08e22f4870
|
tx_details class removed as it is not used
|
2016-11-28 11:35:23 +08:00 |
|
moneroexamples
|
900e3c2edb
|
use timestamp_to_str_local incase Hinnanat libary fails to covert to UTC timezone
|
2016-11-24 13:54:15 +08:00 |
|
moneroexamples
|
73eeb7321f
|
dateparser class removed
|
2016-11-24 07:11:18 +08:00 |
|
moneroexamples
|
6054c3e691
|
timestamp_to_str rewritten to generate UTC time strings
|
2016-11-23 13:32:51 +08:00 |
|
moneroexamples
|
996ce2c847
|
some simple reformating
|
2016-11-22 17:13:35 +08:00 |
|
moneroexamples
|
7da58d4221
|
get_tx_pub_key_from_received_outs moved to tools.h
|
2016-11-22 17:03:19 +08:00 |
|
moneroexamples
|
acd6d2afd7
|
added xmreg::ptime_to_time_t() to tools.h
|
2016-11-22 13:50:35 +08:00 |
|
moneroexamples
|
4211e5a5cb
|
decrypt function updated
|
2016-11-18 10:06:16 +08:00 |
|
moneroexamples
|
31a1862b80
|
decrypt function updated
|
2016-11-18 09:00:35 +08:00 |
|
moneroexamples
|
827f7541c6
|
decrypt function updated and authentication enabled for key images raw data
|
2016-11-18 08:30:21 +08:00 |
|
moneroexamples
|
a59b85192f
|
decryption of key image file added using private view key
|
2016-11-17 16:01:41 +08:00 |
|
moneroexamples
|
c193e8adeb
|
payment_id added to details of unsigned raw tx
|
2016-10-19 10:46:33 +08:00 |
|
moneroexamples
|
327fb1756f
|
showing real mixin on timescale added
|
2016-10-06 08:41:43 +08:00 |
|