cryptozoidberg
5b14456c61
changed parameters of get_block_template
2019-11-14 19:53:38 +01:00
sowle
a5990a00b7
select_db_engine_from_arg improvements and arg_db_engine option fix
2019-11-14 05:54:52 +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
3f7c435207
whitespaces fixed
2019-10-31 10:53:34 +03:00
cryptozoidberg
19d3ba7fb2
merged from develop
2019-10-28 19:52:15 +01:00
cryptozoidberg
2e51748cfb
removed unused code
2019-10-25 22:59:45 +02:00
cryptozoidberg
1ade55eb17
libmdbx set as an option for command line parameter(--db-engine)
2019-10-25 00:13:38 +02:00
cryptozoidberg
f75be80a3f
Merge branch 'develop' into libmdbx
2019-10-23 15:01:30 +02: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
64d0d1a4ea
fixed testnet synchronization
2019-10-07 08:18:58 +03:00
cryptozoidberg
6441183d25
marketplace documentation and rpc methods renamed
2019-10-05 23:23:44 +02:00
cryptozoidberg
9d3e2dee6b
Merge branch 'develop' into market_rpc_api
2019-10-02 21:06:50 +02:00
sowle
da79610fac
from now new passwords must consist of allowed characters only
2019-10-02 03:41:24 +03:00
sowle
6f4b36a8a8
minor naming fix
2019-09-28 18:14:10 +03:00
cryptozoidberg
01bc8ef53d
Merge branch 'develop' into libmdbx
2019-09-27 20:34:00 +02:00
cryptozoidberg
a38032d39a
Merge branch 'develop' into der_hint_improve
2019-09-27 17:24:41 +02:00
cryptozoidberg
a5c02c7d8c
improvements over wallet balance caclulations algo
2019-09-27 17:16:18 +02:00
cryptozoidberg
ef8f61fbc4
fixed relative_cumulative_difficulty issue
2019-09-26 22:07:47 +02:00
cryptozoidberg
7eb7849f86
Merge branch 'develop' into libmdbx
2019-09-26 15:04:39 +02:00
sowle
d66e07ef1a
filesystem unicode refactoring WIP3
2019-09-25 17:09:38 +03:00
sowle
7706f0d6ac
filesystem unicode support: WIP
2019-09-24 17:49:04 +03:00
cryptozoidberg
22a5c44089
added more logs + fixed issue with forgotten cumulative_diff_precise_adjusted
2019-09-23 21:51:25 +02:00
sowle
f5dbbfd1d4
some warning fixed
2019-09-11 13:30:56 +03:00
cryptozoidberg
7aed4b508c
Merge branch 'master' into develop
2019-09-08 20:03:29 +02:00
cryptozoidberg
7dd61aede6
make low fee message less dramatic
2019-09-08 20:02:42 +02:00
sowle
fd0e7c3f7d
minor fixes and impovements
2019-09-07 12:46:25 +03:00
cryptozoidberg
89ac994b59
fixed misprint and reduced building threads number
2019-09-07 00:46:15 +02:00
cryptozoidberg
c064864a75
shifted hardfork date to 21 of september
2019-09-06 16:21:03 +02:00
cryptozoidberg
888d97d27d
fixed bug with wallet deactivation on poor connection, related to PoS mining failures
2019-09-06 15:13:28 +02:00
cryptozoidberg
a78c475169
hardfork shifted to 15 of september
2019-09-05 20:43:30 +02:00
sowle
6f93fbd7a0
fix for PoS locking issue + enhanced naming
2019-09-05 19:08:10 +03:00
sowle
073a12f0ff
minor fixes
2019-09-05 16:15:21 +03:00
cryptozoidberg
993027ad42
hardfork date shifted to 10 of september
2019-09-02 18:33:20 +02:00
cryptozoidberg
0383fb78d4
fixed misprint in the fork choise rule
2019-08-31 22:56:25 +02:00
cryptozoidberg
84dfc6917a
added cmake paramter to have mdbx as an option
2019-08-31 14:41:18 +02:00
sowle
33598c7c19
ethash: implement custom logging, add log message on allocation error
2019-08-30 03:53:20 +03:00
cryptozoidberg
5009a20461
added mdbx backend, first launch(got some errors)
2019-08-30 00:21:53 +02:00
sowle
e07e4b0b9b
correctly handle null ptr that may be returned from progpow in get_block_longhash()
2019-08-29 18:44:59 +03:00
cryptozoidberg
3679c7e638
implemented marketplace api, some fixes of contract api calls
2019-08-28 22:16:15 +02:00
sowle
28659827c3
lmdb: reverting back to v 18 due to complex issues with resizing/synchronization
...
lmdb v 24 requires manual resizing/growing during it's normal function
Zano core is purely async so it's not easy to prevent all DB txs from starting on lmdb adapter level, because it will lead to random deadlocks in the core due to many high-level cross-thread dependencies.
We will rethink this later.
Many thanks to @leo-yuriev who helped us to discover these issues!
2019-08-28 17:58:35 +03:00
sowle
4936c6bb20
core: check for free space at launch as well
2019-08-27 03:25:35 +03:00
cryptozoidberg
1689d2e3a2
Merge branch 'develop' of github.com:hyle-team/zano into develop
2019-08-21 22:29:23 +02:00
cryptozoidberg
a72db3d3c4
shifted hardfork day
2019-08-21 22:29:06 +02:00
sowle
1caa86c499
DB: fixed a bug in tx pool major compartibility option storing, implemented more robust two-stage lmdb opening for blockchain and tx pool; added handling for 0.9.18->0.9.24 lmdb migration for case, when a user has >128GB of free space
2019-08-17 07:10:37 +03:00
cryptozoidberg
3ff1ce583e
added auto port changing for testnet
2019-08-15 17:01:51 +02:00
cryptozoidberg
f31c5e2225
changed the way of restarting testnet
2019-08-15 16:41:29 +02:00
cryptozoidberg
ef03c79ab5
reset testnet
2019-08-15 16:12:51 +02:00
sowle
4db9e078ef
Revert "temporary disable block major version check"
...
This reverts commit 5a5497a476 .
2019-08-15 07:15:08 +03:00
sowle
5a5497a476
temporary disable block major version check
2019-08-15 07:13:44 +03:00
cryptozoidberg
c49e24007a
limited BLOCKCHAIN_HEIGHT_FOR_POS_STRICT_SEQUENCE_LIMITATION work until hard fork 1
2019-08-14 15:35:29 +02:00