Commit graph

9 commits

Author SHA1 Message Date
Calin Culianu
a831cce8ac
Modified license preamble to say "Bitcoin Cash" instead of "Electron Cash"
The hope is maybe people will adopt this with other wallets...
2019-12-28 23:48:24 +02:00
Calin Culianu
405335c173
Added LICENSE preamble to all top-level source files
GPL v3. YAY!
2019-12-28 23:46:05 +02:00
Calin Culianu
8b6181b579
Replaces headers db with headersFile. This should be much faster.
hopefully it's as durable in case of crashes.. we do fsync when updating
it so.. hopefully that's enough.
2019-12-22 11:40:25 +02:00
Calin Culianu
a76ab9019e
added flush to RecordFile 2019-12-16 01:32:30 +02:00
Calin Culianu
e4a723ccc3
Refactorings and nits in RecordFile.cpp code 2019-12-11 16:35:22 +02:00
Calin Culianu
2bc451944b
some nits in RecordFile.h 2019-12-11 12:22:10 +02:00
Calin Culianu
bfd697f9a2 nits 2019-12-11 11:49:45 +02:00
Calin Culianu
a4ca204dc9 Added recordfile use in storage.cpp, got rid of txnums table from db. this should be faster. 2019-12-11 11:32:46 +02:00
Calin Culianu
9f67c85562
added RecordFile class 2019-12-11 10:20:00 +02:00