34 Commits (c9ffba24ec067af5d51124751a0c10a4ce082fb9)

Author SHA1 Message Date
Jonathan "Duke" Leto eb2c570489 Fix coredump on txindex=0 nodes 6 years ago
FireMartZ 01a05b57a8 Change logs from stderr to debug.log (if 'dpow' logging is enabled) 6 years ago
Team ChainStrike 92fa9b3134 This debug logging is now redundant 6 years ago
Team ChainStrike 5ddd3bfe0c It was a grave error to comment this line out, which makes txn_count always zero and skips important code 6 years ago
Duke Leto e9a3ade79a Fix detection of mainnet, less noise 6 years ago
Jonathan "Duke" Leto 6d0b551df1 Give each NetworkID a dedicated notarizations file 6 years ago
Team ChainStrike e9a9ae0954 Less noise and only print some thing on notary nodes 6 years ago
FireMartZ 175acc70ed Remove unnecessary check. 6 years ago
Team ChainStrike 4d2a1fc361 Use CTransaction isNull method instead of &tx!=0 which is always true 6 years ago
FireMartZ 303e47993d Fix crashes. 6 years ago
Team ChainStrike 197414350e less noise 6 years ago
Team ChainStrike dc57855bf0 Less noise 6 years ago
Team ChainStrike 85d545c622 IS_NOTARY macro 6 years ago
Team ChainStrike 6db938a0d3 More cleaning up of debug stuff 6 years ago
Team ChainStrike 32a01c0abf fix segfault from reusing i variable and revert GetTransaction change 6 years ago
Team ChainStrike 8f6bb4f83c see if this changes anything 6 years ago
Team ChainStrike aac7ca1509 undo some refactoring that doesnt handle all edge cases 6 years ago
Team ChainStrike 80db4aead0 WIP with lots of debugging 6 years ago
Jonathan "Duke" Leto 866bc3c37c Fix bug where fname was not initialized and caused the creation of files with garbage names, @deckersu++ 6 years ago
Jonathan "Duke" Leto e4ade6e1f5 Fix bug where fname was not initialized and caused the creation of files with garbage names, @deckersu++ 6 years ago
Jonathan "Duke" Leto c70ea422c2 Comment out reporting the number of elected notaries on every block 6 years ago
Duke Leto d53855a5c5 Send some stuff to debug with dpow: prefix 6 years ago
Duke Leto 26ed4e8119 Reduce stderr noise 6 years ago
Duke Leto 49c6777128 Fix an accidentally committed hack used while testing address calculation 6 years ago
Duke Leto 18ec877547 Cleanup 6 years ago
Jonathan "Duke" Leto 573f97c45a Remove GAME addresses which are not needed in HUSH; also, we dynamically calculate addresses now 6 years ago
Duke Leto 0c59fbaf36 Pubkeys are hex-encoded and need a ParseHex() before being passed to CPubKey() 6 years ago
Duke Leto f987b079a9 Avoid coredumps by initializing vpwallets on wallet loading 6 years ago
Duke Leto 00537cf060 Start generatin valid-looking Hush taddrs from pubkeys 6 years ago
Duke Leto eeefcbcaca I ported this header file to BTC 0.11.x coins, so change the name 6 years ago
Duke Leto 043a2db09b Make GetTransaction() work correctly and avoid coredumps 6 years ago
Duke Leto 1c6c8362f4 komodo_connectblock must be called at the end of ConnectBlock, not ConnectTip 6 years ago
Duke Leto 771573040f Fix errors relating to ImportAddress 6 years ago
Duke Leto 498378ae1e Fix call to GetTransaction() 6 years ago
Duke Leto 57a509931b Fix more compile errors 6 years ago
Duke Leto 4d8750b1ab Update CWalletTx internals 6 years ago
Duke Leto 09158e0710 Fix some more compiler errors 6 years ago
Duke Leto ecc9898963 Backport some functions from recent BTC to get things compiling further 6 years ago
Duke Leto caed8fc493 Declare notarized_height; Hush does not have a key_io.h 6 years ago
Jonathan "Duke" Leto 0c2b212da2 Start implementing KMD Notarization for Hush 6 years ago