cryptozoidberg
|
57d1245ab6
|
minor coverity fix
|
2019-11-14 17:53:08 +01:00 |
|
sowle
|
320249f1f6
|
basic_db_accessor: fixed a bug in close()
|
2019-11-14 06:03:24 +03:00 |
|
sowle
|
10ea355ae9
|
don't register arg_db_engine option in daemon (it's registered in bcs)
|
2019-11-14 05:57:02 +03:00 |
|
sowle
|
a5990a00b7
|
select_db_engine_from_arg improvements and arg_db_engine option fix
|
2019-11-14 05:54:52 +03:00 |
|
sowle
|
f67ad76f38
|
1) LOCAL_FUNCTION_DEF__ made less verbose for gcc 2) fixed gcc compilation
|
2019-11-14 03:12:22 +03:00 |
|
sowle
|
0c5fcfe74e
|
reading of uninitialized variable fixed in a log message in get_block_reward()
|
2019-11-13 16:30:49 +03:00 |
|
sowle
|
ca0ec026e1
|
wallet rpc: correct exception handling (#130)
|
2019-11-12 11:35:09 +03:00 |
|
sowle
|
506b2e57e1
|
wallet: more consistent and less drama logging when unable to connect to the daemon
|
2019-11-12 11:33:39 +03:00 |
|
sowle
|
6d51f367bc
|
p2p: minor log improvement for net_node.inl
|
2019-11-12 11:31:49 +03:00 |
|
cryptozoidberg
|
cbf79bbc7a
|
changed seed list
|
2019-11-10 01:18:52 +01:00 |
|
sowle
|
2f7a92674c
|
=== build version: 1.1.3.70 -> 1.1.4.71 ===
|
2019-11-09 00:30:35 +03:00 |
|
sowle
|
e536e06cc3
|
wallet2: more correct work with transfers flags when daemon rejects a tx in accept_proposal() and request_cancel_contract() (related to #47)
|
2019-11-07 14:44:22 +03:00 |
|
sowle
|
d5c7526440
|
=== build number: 69 -> 70 ===
|
2019-10-31 10:55:17 +03:00 |
|
sowle
|
3e76185988
|
wallet: fixed wrong contract id in send_escrow_proposal
|
2019-10-31 10:54:37 +03:00 |
|
sowle
|
3f7c435207
|
whitespaces fixed
|
2019-10-31 10:53:34 +03:00 |
|
sowle
|
633c93721e
|
wallet: an effort to fix #47
|
2019-10-31 10:52:59 +03:00 |
|
sowle
|
fd1acadecb
|
mdbx unicode support: partially fixed (fix from mdbx is still required)
|
2019-10-29 19:40:15 +03:00 |
|
sowle
|
a6efee0c24
|
fixed compilation for macOS
|
2019-10-29 02:12:59 +03:00 |
|
sowle
|
d8df80335d
|
=== build version: 1.1.2 -> 1.1.3 ===
|
2019-10-28 22:03:55 +03:00 |
|
sowle
|
307d45c9da
|
=== build number: 68 -> 69 ===
|
2019-10-28 21:58:01 +03:00 |
|
cryptozoidberg
|
19d3ba7fb2
|
merged from develop
|
2019-10-28 19:52:15 +01:00 |
|
sowle
|
da782cdd73
|
wallet: fix for #47
|
2019-10-28 21:07:34 +03:00 |
|
cryptozoidberg
|
2e51748cfb
|
removed unused code
|
2019-10-25 22:59:45 +02:00 |
|
cryptozoidberg
|
30cbbeb9ab
|
fixed warning related to ? operator
|
2019-10-25 01:04:30 +02:00 |
|
cryptozoidberg
|
1ade55eb17
|
libmdbx set as an option for command line parameter(--db-engine)
|
2019-10-25 00:13:38 +02:00 |
|
sowle
|
b9335fefc8
|
wallet: an attempt to fix #47
|
2019-10-24 09:40:02 +03:00 |
|
sowle
|
7c5202dcab
|
wallet: fixed a bug with removing a temp file when write fails
|
2019-10-24 08:13:37 +03:00 |
|
sowle
|
acc6d1a53b
|
finalized wallet integrity on store, closes #57
|
2019-10-24 08:12:28 +03:00 |
|
sowle
|
4135740ffd
|
p2p: formatting and comments
|
2019-10-24 00:46:17 +03:00 |
|
cryptozoidberg
|
f75be80a3f
|
Merge branch 'develop' into libmdbx
|
2019-10-23 15:01:30 +02:00 |
|
sowle
|
998ab7cfa8
|
p2p: immediately close outgoing connection if handshake fails (fixes a rare connectivity bug)
|
2019-10-23 14:07:00 +03:00 |
|
sowle
|
b24f3b5d6c
|
p2p: attempt to fix double connections between nodes (#135)
|
2019-10-23 14:03:47 +03:00 |
|
sowle
|
b398de6e9f
|
minor log improvements in currency protocol and epee's net_utils_base
|
2019-10-19 06:38:21 +03:00 |
|
sowle
|
9d829d2cb3
|
=== build number: 67 -> 68 ===
|
2019-10-18 18:56:20 +03:00 |
|
sowle
|
2ba3f5afac
|
tx pool: remove stuck txs with key image conflicts from pool once conflicted tx has enough confirmations in the blockchain (closes #52)
|
2019-10-17 14:07:32 +03:00 |
|
sowle
|
8246498d94
|
attempt to fix core tests
|
2019-10-16 12:35:35 +03:00 |
|
sowle
|
8a40f7b9fd
|
logs: less drama in time sync when it's pretty much ok
|
2019-10-15 14:38:42 +03:00 |
|
zetov
|
8ca969448a
|
price update + password text fix (#134)
|
2019-10-14 22:07:03 +02:00 |
|
sowle
|
ac8401db73
|
temporary disable daemon stop on low free space due to issue #133
|
2019-10-14 15:28:35 +03:00 |
|
cryptozoidberg
|
1b6fff2bf3
|
fixed resync market issue
|
2019-10-11 19:52:04 +02:00 |
|
sowle
|
47d61b6424
|
p2p: fix for filtering old clients mechanism #128 (2)
|
2019-10-11 00:02:41 +03:00 |
|
sowle
|
adc08088aa
|
p2p: fix for filtering old clients mechanism #128
|
2019-10-10 23:47:15 +03:00 |
|
sowle
|
609969799e
|
p2p: check_remote_client_version() moved to more appropriate place
|
2019-10-10 16:22:34 +03:00 |
|
sowle
|
02c04aa300
|
p2p: filter out old clients by version + unittest #128
|
2019-10-10 11:12:28 +03:00 |
|
sowle
|
e3cc89846e
|
wallet: make sure there's enough disk space on load, store and wallet generation (simplewallet + GUI) #57
|
2019-10-09 16:01:33 +03:00 |
|
sowle
|
64d0d1a4ea
|
fixed testnet synchronization
|
2019-10-07 08:18:58 +03:00 |
|
sowle
|
88f868c5be
|
=== build number: 66 -> 67 ===
|
2019-10-06 00:27:35 +03:00 |
|
cryptozoidberg
|
6441183d25
|
marketplace documentation and rpc methods renamed
|
2019-10-05 23:23:44 +02:00 |
|
sowle
|
ed733c3210
|
=== project version: 1.1.0.65 -> 1.1.2.66 ===
|
2019-10-05 15:18:46 +03:00 |
|
zetov
|
7f407b82a2
|
Minor fix (#124)
* test details & close btn
* compiled
* confirm modal
* delete "cancel" btn from aliases
* fix copy btn
* text alias fix
* confirm pop up
* lock & unlock transaction
* confirm pop up comment fix
* compiled
* rebuild html
* contact service
* rebuild html
* fix add contact + rebuild html
* allow symbols at name field diffrent from latin
* fix export import
* alias fix
* fix master pass (immigration 41 > 43)
* rebuild html
* commit
* fix
* rebuild
* fix modal width
* add type '.csv',validation empty contact list/file
* merge
* fix data.foreach & rebuild html
* fix countdown + counter of blocks
* fix logout without master pass
* fix sync block view
* fix modal
* fix lock transaction
* icons functional
* animated icons
* rebuild html
* tooltips
* fix logo, sidebar tooltip delay, multi languages
* confirm modal
* allowed symbols
* rebuild html
* fix conf. pop up, tooltip delay, rebuild html
* Portuguese fix(on/off)
* cutted letter "g"
* scale settings
* change view confirm pop up
* fix icons
* fix tooltips
* new contacts display after open import file
* change syncing text
* rebuild html
|
2019-10-04 17:06:20 +02:00 |
|