gahag
f05b5973ae
Implement basic log rotation ( closes #211 ) ( #344 )
...
* Remove shrinkdebugfile flag (#211 )
To implement a basic form of log rotation, two instances of the log file are to
be adopted: one for the current execution, and one for the previous
execution. On startup, if the log file exists, it will be renamed into the old
log file. This implies the deprecation and removal of the log shrink flag, since
the log is no longer forever growing.
* Implement log backup
To implement a basic form of log rotation, two instances of the log file are to
be adopted: one for the current execution, and one for the previous
execution. On startup, if the log file exists, it is renamed into the old
log file. This means that you should always have logs for the last 2 executions.
closes #211
2019-10-29 14:21:04 -06:00
Aditya J Karia
4a3c2e6504
Docs: Updated README.md files with TOC and best practices in Mar… ( #339 )
...
* Added table of contents to README.md
* Restructured headings and contents to follow Markdown best Practices
2019-10-29 14:20:05 -06:00
Bharat Raghunathan
8010681915
Update hyperlinks in README ( #326 )
2019-10-29 14:11:49 -06:00
GwanYeong Kim
6fe70b58ce
Fix 'Use $(...) notation instead of legacy backticked ...
.' issue in shell script
2019-10-29 14:05:48 -06:00
Eric Brian Anil
51ec0a92f7
MIT License badge
...
Added the MIT license badge that redirects to the license page
2019-10-21 07:37:04 -06:00
Thomas Zarebczan
d3a8722ea8
Merge pull request #340 from addy1510/master
...
Fix typo in README.md
2019-10-17 21:06:08 -04:00
addy1510
ab08f6b35e
Fix typo in README.md
2019-10-18 06:33:42 +05:30
Brannon King
76e3d8861c
error w/o segwit after fork
2019-10-11 14:16:38 -06:00
Brannon King
b16356b927
added segwit instructions
2019-10-10 10:50:02 -06:00
Brannon King
1bbedef565
ensure we don't return witness data in the transaction w/o segwit rule
2019-10-09 21:53:07 -06:00
Jeremy Kauffman
e5f049e5ed
mention mailing list on README
2019-10-02 18:01:46 -06:00
Brannon King
9dee2eee5f
windows compilation fix round 2
2019-09-30 13:58:11 -06:00
Brannon King
785471745c
fixed compilation on Windows
2019-09-30 13:22:10 -06:00
Brannon King
7afebb02f4
Use memory mapped file for claim data allocations
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
match previous serialization
tweaks
added check for RC's data
2019-09-30 12:21:55 -06:00
Brannon King
8932d90a9e
rolled version, added info to chaintips
2019-09-27 09:26:26 -06:00
Brannon King
96fdb05689
added helper method, enabled signing
2019-09-26 12:29:40 -06:00
Brannon King
9149e371ed
fixed fee calc issue, removed segwit enable fallback
2019-09-25 13:42:34 -06:00
Anthony Fieroni
12ab16f50e
Show bid and sequence as optional parameters
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-09-19 10:59:15 -06:00
Anthony Fieroni
c185b49ede
Show claimtrie help in cli rpc
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-09-19 10:59:15 -06:00
Brannon King
d05eee35e8
updated go-live heights
2019-09-18 13:53:07 -06:00
lbrynaut
4df4136c5d
Fix unit tests after recent breaks.
2019-09-17 09:46:44 -06:00
Brannon King
b7cdd9f2a0
added staked totals to getwalletinfo
2019-09-16 16:04:57 -06:00
Brannon King
ffe828b1d9
rolled version, fix txindex_test, other tweaks
2019-09-16 14:54:05 -06:00
Brannon King
71bd612c4a
Fix broken test on previous checkin
2019-09-16 14:49:35 -06:00
Brannon King
f176db058e
change rpc enablement mechanism
2019-09-13 16:18:36 -06:00
Brannon King
b434864f18
initial commit of metadata on supports
2019-09-13 16:18:36 -06:00
Brannon King
4da4ab1995
restored nonstandard output on getrawtransaction
...
attempting to make index pointer problems more obvious
reverted strip in Solver
synced subtype
2019-09-13 16:16:08 -06:00
Brannon King
920a9b09dc
proposed fix for issue 242
2019-09-13 16:16:08 -06:00
Brannon King
8b98a9a4e9
Organize unit tests by type
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
moved a few more tests out
2019-09-11 09:21:45 -06:00
Anthony Fieroni
476eae3e93
Match network id to regtest
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-09-10 11:54:04 -06:00
Anthony Fieroni
6575fb9534
Show correct script ops in asm
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-09-10 10:02:16 -06:00
Brannon King
1583082acc
added support for tips in RPC, minor cleanup
2019-09-06 14:03:38 -06:00
Anthony Fieroni
f71d6a4263
Introduce pending amount, the value when claim and its supports got valid
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-09-06 14:03:38 -06:00
Anthony Fieroni
d2b78a7fc3
Make optional claimid and amount in supportclaim
...
Return destination claim address as well
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-09-06 14:03:38 -06:00
Anthony Fieroni
a98288aa80
Logic fixes, unit test
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-09-06 14:03:38 -06:00
Anthony Fieroni
3a0b4232a5
Add bid, sequence like rpc methods
...
Reuse a bunch of rpc help texts
2019-09-06 14:03:38 -06:00
Anthony Fieroni
5bdbc9e0d6
Split help and rpc methods
...
Use constants for field names
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-09-06 14:03:38 -06:00
Anthony Fieroni
9d4ef899a6
Unify claimtrie rpc methods
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-09-06 14:03:38 -06:00
Brannon King
d0e8374636
more thoroughly tested tx signing
2019-09-05 14:17:22 -06:00
Brannon King
d2b26da3e8
added parameter for claim db cache size
2019-08-30 15:19:09 -06:00
Brannon King
59faea9815
added unit test for signing claims
2019-08-30 13:54:19 -06:00
Brannon King
ce6be620a5
setting go-live heights
2019-08-30 13:52:32 -06:00
Anthony Fieroni
580f6e20eb
Implement binary tree hash algorithm
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-08-30 13:52:32 -06:00
Brannon King
7d93edf776
fix osx unit test failure
2019-08-30 09:22:58 -06:00
Brannon King
b3c5b1e88d
simplified claim stripping, removed TX_CLAIM
2019-08-29 14:49:54 -06:00
Brannon King
a84c196916
reduced max open files on levelDB
2019-08-29 08:57:45 -06:00
Brannon King
b52f47f273
removed shared_ptr on TData, set minWork
2019-08-29 08:57:45 -06:00
Anthony Fieroni
e9d37a8c81
Trying to minimize disk reads / writes
...
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
2019-08-29 08:57:45 -06:00
Brannon King
d96253cd40
attempted optimization of dbwrapper
...
it will only work for single-threaded access
2019-08-29 08:57:45 -06:00
Brannon King
4a5d310fd3
separate claim from children storage
2019-08-29 08:57:45 -06:00