11185 Commits (dpow)
 

Author SHA1 Message Date
Jonathan "Duke" Leto f33c9e36ec Add additional security measure to prevent disconnecting notarized blocks 6 years ago
Jonathan "Duke" Leto ca76173783 Improve calc_MoM rpc error messages 6 years ago
Jonathan "Duke" Leto c70ea422c2 Comment out reporting the number of elected notaries on every block 6 years ago
Jonathan "Duke" Leto 5da7d2fe9a Merge branch 'dpow' of github.com:MyHush/hush into dpow 6 years ago
Jonathan "Duke" Leto a934bef9d4 Start to write tests for RPCs added in dpow branch 6 years ago
Duke Leto e529ad8d35 Merge remote-tracking branch 'origin/dpow' into dpow 6 years ago
Duke Leto d53855a5c5 Send some stuff to debug with dpow: prefix 6 years ago
Duke Leto 4e0e970c7e
Merge branch 'dev' into dpow 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 022860159d Backport importpubkey RPC from CHIPS (BTC 0.15.x) 6 years ago
Duke Leto 388ff1a655
Merge pull request #135 from RedCat90/patch-3 6 years ago
RedCat90 8a6eeeff3b
Update unit-tests.md 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 9640fd5759 Update komodo header filename 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 927bfdbf5e Remove some getinfo fields which will always be zero as per James 6 years ago
Jonathan "Duke" Leto fef0578e45 z_validateviewingkey has a dedicated branch, it needs more work 6 years ago
Jonathan "Duke" Leto fc7483ed68 Revert "Invalid viewkeys just return isvalid=false" 6 years ago
Jonathan "Duke" Leto cff830b0f9 Revert "Improve c++ unit tests" 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 4e01bb8ee4 Fix vpwallets compile error 6 years ago
Duke Leto 2ce277db5d Viewing key changes are on their own branch now 6 years ago
Duke Leto 7a7815bca5 Remove z_validateviewingkey from this branch, which still needs more work 6 years ago
Duke Leto df6e525d83 More vk fixes 6 years ago
Duke Leto be008aeaf2 Add some missing viewkey methods that cause compile errors, unrelated but necessary 6 years ago
Duke Leto d8693c4cc1 Fix cs_main and chainActive errors 6 years ago
Duke Leto 4068b2c2ed Use height_MoM and calc_MoM from KMD 6 years ago
Duke Leto 1c77077ad9 Add calc_MoM and height_MoM RPC methods 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 cdeb2c79ae Define vpwallets global 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 1817494fd6 Merge branch 'dpow' of https://github.com/MyHush/hush into dpow 6 years ago
Jonathan "Duke" Leto 6667ef62b8 add key io 6 years ago
Duke Leto caed8fc493 Declare notarized_height; Hush does not have a key_io.h 6 years ago
Jonathan "Duke" Leto 3886490fd6 Add a header file 6 years ago
Jonathan "Duke" Leto d6a79c8744 Add notarization fields to getinfo RPC response 6 years ago
Jonathan "Duke" Leto 6ace2a443f Remove an annoying comment, we ain't getting rid of getinfo and we will change it as we please 6 years ago
Jonathan "Duke" Leto 010865c1df Add kmd disconnect and checkpoint logic 6 years ago
Jonathan "Duke" Leto 0c2b212da2 Start implementing KMD Notarization for Hush 6 years ago
Duke Leto 1099ba8e33 Improve c++ unit tests 6 years ago