Commit Graph

  • e9a3ade79a Fix detection of mainnet, less noise Duke Leto 2018-09-30 12:22:56 -0700
  • ecd51b79c5 Basic passing dpow test, run like: ./qa/pull-tester/rpc-tests.sh dpow Team ChainStrike 2018-09-30 18:59:49 +1000
  • 6d0b551df1 Give each NetworkID a dedicated notarizations file Jonathan "Duke" Leto 2018-09-30 11:44:54 -0700
  • d3f5dd79f8 Merge branch 'dev' of https://github.com/chainstrike/hush into dev Team ChainStrike 2018-09-30 19:03:10 +1000
  • 553d045827 Merge remote-tracking branch 'origin/dev' into dev Team ChainStrike 2018-09-30 19:01:18 +1000
  • c9c321e883 Basic passing dpow test, run like: ./qa/pull-tester/rpc-tests.sh dpow Team ChainStrike 2018-09-30 18:59:49 +1000
  • 1910bad115
    Merge branch 'dev' into dev Duke Leto 2018-09-30 01:21:32 -0700
  • cfd68d8ace Replace tabs with spaces. FireMartZ 2018-09-29 15:23:49 -0400
  • e9a9ae0954 Less noise and only print some thing on notary nodes Team ChainStrike 2018-09-30 04:13:44 +1000
  • 175acc70ed Remove unnecessary check. FireMartZ 2018-09-29 13:52:58 -0400
  • 4d2a1fc361 Use CTransaction isNull method instead of &tx!=0 which is always true Team ChainStrike 2018-09-30 03:39:43 +1000
  • 62d44b1f9a
    Merge pull request #138 from chainstrike/dpow_fixes Duke Leto 2018-09-29 09:09:51 -0700
  • 24d34da50c
    Merge branch 'dev' into dpow_fixes #138 FireMartZ 2018-09-28 23:57:25 -0400
  • 303e47993d Fix crashes. FireMartZ 2018-09-28 23:39:56 -0400
  • fba6a314b8 Enable indexes in regtest mode so we can test them Team ChainStrike 2018-09-29 08:33:23 +1000
  • 2668e4fda5 Fix binary name in start_node() test utility Team ChainStrike 2018-09-29 08:03:24 +1000
  • 64ce14b0d4 Fix various bugs preventing hush tests from running correctly, mostly incorrect binary names Team ChainStrike 2018-09-29 06:58:38 +1000
  • 197414350e less noise Team ChainStrike 2018-09-29 06:48:03 +1000
  • a4eb0294c6 Add dpow.py to test files Team ChainStrike 2018-09-29 06:47:59 +1000
  • dc57855bf0 Less noise Team ChainStrike 2018-09-29 04:40:19 +1000
  • 85d545c622 IS_NOTARY macro Team ChainStrike 2018-09-29 04:37:03 +1000
  • 6db938a0d3 More cleaning up of debug stuff Team ChainStrike 2018-09-29 02:58:41 +1000
  • 32a01c0abf fix segfault from reusing i variable and revert GetTransaction change Team ChainStrike 2018-09-28 03:40:17 +1000
  • 8f6bb4f83c see if this changes anything Team ChainStrike 2018-09-27 03:54:58 +1000
  • aac7ca1509 undo some refactoring that doesnt handle all edge cases Team ChainStrike 2018-09-27 03:44:03 +1000
  • 80db4aead0 WIP with lots of debugging Team ChainStrike 2018-09-27 03:34:26 +1000
  • 7d44cdaa2e
    Merge pull request #137 from MyHush/client_name Duke Leto 2018-09-23 10:01:45 -0700
  • 7c9d4d6748 Clarify in sendmany/z_sendmany rpc docs that amounts are not floating point Jonathan "Duke" Leto 2018-09-23 06:18:22 -0700
  • 2954844cf6
    Merge pull request #134 from RedCat90/patch-2 Duke Leto 2018-09-22 11:03:19 -0700
  • 3ac1badd1d
    Merge pull request #136 from MyHush/absurd_fee_bug Duke Leto 2018-09-22 11:00:51 -0700
  • 866bc3c37c Fix bug where fname was not initialized and caused the creation of files with garbage names, @deckersu++ Jonathan "Duke" Leto 2018-09-22 18:36:33 +0200
  • e4ade6e1f5 Fix bug where fname was not initialized and caused the creation of files with garbage names, @deckersu++ Jonathan "Duke" Leto 2018-09-22 09:38:43 -0700
  • 4c5d75d005 Change client name, since dpow is a hard fork of consensus rules #137 Jonathan "Duke" Leto 2018-09-22 00:03:36 -0700
  • c3a449e8c2
    Merge pull request #132 from MyHush/dpow Duke Leto 2018-09-18 06:46:23 -0700
  • f33c9e36ec Add additional security measure to prevent disconnecting notarized blocks #132 dpow Jonathan "Duke" Leto 2018-09-17 13:56:07 -0700
  • ca76173783 Improve calc_MoM rpc error messages Jonathan "Duke" Leto 2018-09-15 13:54:10 -0700
  • c70ea422c2 Comment out reporting the number of elected notaries on every block Jonathan "Duke" Leto 2018-09-15 10:50:04 -0700
  • 5da7d2fe9a Merge branch 'dpow' of github.com:MyHush/hush into dpow Jonathan "Duke" Leto 2018-09-13 14:24:28 -0700
  • a934bef9d4 Start to write tests for RPCs added in dpow branch Jonathan "Duke" Leto 2018-09-13 14:24:19 -0700
  • 4c8963df52 Move tests to an existing test file and get them all passing #136 Duke Leto 2018-06-21 05:44:37 +0000
  • ce22283f59 Add 3 more tests for z_sendmany related to absurd fee bug Jonathan "Duke" Leto 2018-06-20 20:20:51 -0700
  • e529ad8d35 Merge remote-tracking branch 'origin/dpow' into dpow Duke Leto 2018-06-21 02:59:52 +0000
  • d53855a5c5 Send some stuff to debug with dpow: prefix Duke Leto 2018-06-21 02:59:18 +0000
  • c56c9493d4 Add a Python test for amount=0 xtns with default fee Jonathan "Duke" Leto 2018-06-20 13:18:09 -0700
  • 25de73e6c5 Clarify comment that fees less than the default are also supported Jonathan "Duke" Leto 2018-06-19 23:18:47 -0700
  • 27654ac111 WIP Fix to absurd fee bug on small transaction amounts Jonathan "Duke" Leto 2018-06-19 23:13:01 -0700
  • 4e0e970c7e
    Merge branch 'dev' into dpow Duke Leto 2018-06-12 10:57:03 -0700
  • 26ed4e8119 Reduce stderr noise Duke Leto 2018-06-10 08:33:41 +0000
  • 49c6777128 Fix an accidentally committed hack used while testing address calculation Duke Leto 2018-06-10 08:06:41 +0000
  • 022860159d Backport importpubkey RPC from CHIPS (BTC 0.15.x) Duke Leto 2018-06-10 08:01:44 +0000
  • 388ff1a655
    Merge pull request #135 from RedCat90/patch-3 Duke Leto 2018-06-09 12:41:38 -0700
  • 8a6eeeff3b
    Update unit-tests.md #135 RedCat90 2018-06-09 15:37:11 -0400
  • bf7132004b
    Update unit-tests.md #134 RedCat90 2018-06-09 15:31:02 -0400
  • 3931c0c273
    Merge pull request #133 from RedCat90/patch-1 Duke Leto 2018-06-09 12:23:59 -0700
  • 355f567893
    Update unit-tests.md #133 RedCat90 2018-06-09 15:21:59 -0400
  • 18ec877547 Cleanup Duke Leto 2018-06-09 19:00:11 +0000
  • 573f97c45a Remove GAME addresses which are not needed in HUSH; also, we dynamically calculate addresses now Jonathan "Duke" Leto 2018-06-09 11:53:31 -0700
  • 0c59fbaf36 Pubkeys are hex-encoded and need a ParseHex() before being passed to CPubKey() Duke Leto 2018-06-09 18:36:24 +0000
  • f987b079a9 Avoid coredumps by initializing vpwallets on wallet loading Duke Leto 2018-06-09 17:07:28 +0000
  • 00537cf060 Start generatin valid-looking Hush taddrs from pubkeys Duke Leto 2018-06-09 06:41:29 +0000
  • 9640fd5759 Update komodo header filename Duke Leto 2018-06-08 09:51:39 +0000
  • eeefcbcaca I ported this header file to BTC 0.11.x coins, so change the name Duke Leto 2018-06-08 09:49:57 +0000
  • 927bfdbf5e Remove some getinfo fields which will always be zero as per James Duke Leto 2018-06-07 21:34:08 +0000
  • fef0578e45 z_validateviewingkey has a dedicated branch, it needs more work Jonathan "Duke" Leto 2018-06-07 13:21:00 -0700
  • fc7483ed68 Revert "Invalid viewkeys just return isvalid=false" Jonathan "Duke" Leto 2018-06-07 12:57:03 -0700
  • cff830b0f9 Revert "Improve c++ unit tests" Jonathan "Duke" Leto 2018-06-07 12:56:56 -0700
  • 043a2db09b Make GetTransaction() work correctly and avoid coredumps Duke Leto 2018-06-07 05:28:42 +0000
  • 1c6c8362f4 komodo_connectblock must be called at the end of ConnectBlock, not ConnectTip Duke Leto 2018-06-06 19:57:19 +0000
  • 771573040f Fix errors relating to ImportAddress Duke Leto 2018-06-06 08:33:31 +0000
  • 4e01bb8ee4 Fix vpwallets compile error Duke Leto 2018-06-06 05:41:17 +0000
  • 2ce277db5d Viewing key changes are on their own branch now Duke Leto 2018-06-06 05:18:53 +0000
  • 7a7815bca5 Remove z_validateviewingkey from this branch, which still needs more work Duke Leto 2018-06-06 03:37:24 +0000
  • df6e525d83 More vk fixes Duke Leto 2018-06-06 03:30:00 +0000
  • be008aeaf2 Add some missing viewkey methods that cause compile errors, unrelated but necessary Duke Leto 2018-06-05 20:44:54 +0000
  • d8693c4cc1 Fix cs_main and chainActive errors Duke Leto 2018-06-05 20:44:14 +0000
  • 4068b2c2ed Use height_MoM and calc_MoM from KMD Duke Leto 2018-06-05 19:47:03 +0000
  • 1c77077ad9 Add calc_MoM and height_MoM RPC methods Duke Leto 2018-06-05 08:11:32 +0000
  • 498378ae1e Fix call to GetTransaction() Duke Leto 2018-06-05 08:03:26 +0000
  • 57a509931b Fix more compile errors Duke Leto 2018-06-05 07:41:23 +0000
  • 4d8750b1ab Update CWalletTx internals Duke Leto 2018-06-05 06:29:12 +0000
  • cdeb2c79ae Define vpwallets global Duke Leto 2018-06-04 22:52:22 +0000
  • 09158e0710 Fix some more compiler errors Duke Leto 2018-06-04 22:41:30 +0000
  • ecc9898963 Backport some functions from recent BTC to get things compiling further Duke Leto 2018-06-04 22:31:12 +0000
  • 1817494fd6 Merge branch 'dpow' of https://github.com/MyHush/hush into dpow Duke Leto 2018-06-04 22:17:25 +0000
  • 6667ef62b8 add key io Jonathan "Duke" Leto 2018-06-04 15:17:51 -0700
  • caed8fc493 Declare notarized_height; Hush does not have a key_io.h Duke Leto 2018-06-04 21:58:04 +0000
  • 3886490fd6 Add a header file Jonathan "Duke" Leto 2018-06-04 11:01:32 -0700
  • d6a79c8744 Add notarization fields to getinfo RPC response Jonathan "Duke" Leto 2018-06-04 11:00:08 -0700
  • 6ace2a443f Remove an annoying comment, we ain't getting rid of getinfo and we will change it as we please Jonathan "Duke" Leto 2018-06-04 10:57:39 -0700
  • 010865c1df Add kmd disconnect and checkpoint logic Jonathan "Duke" Leto 2018-06-04 10:50:42 -0700
  • 0c2b212da2 Start implementing KMD Notarization for Hush Jonathan "Duke" Leto 2018-06-04 09:23:17 -0700
  • 1099ba8e33 Improve c++ unit tests z_validateviewingkey Duke Leto 2018-05-30 08:52:59 +0000
  • 309ba4a5bf Invalid viewkeys just return isvalid=false Duke Leto 2018-05-30 08:43:30 +0000
  • d5bc15366d Improve error-checking and add isimported key Duke Leto 2018-05-30 08:12:47 +0000
  • aeaf1e07a5 Add z_validateviewingkey and start to write some tests Duke Leto 2018-05-26 23:54:28 +0000
  • e8bb7d115a getinfo flag correction #129 7rank 2018-05-14 16:15:54 -0400
  • dc367e4ba8 Update proving key path 7rank 2018-05-14 16:06:07 -0400
  • 88e6abf79e
    Merge pull request #128 from FireMartZ/v1.0.15-dev FireMartZ 2018-05-11 19:32:12 -0400
  • 15017c3b67
    Merge pull request #127 from MyHush/master FireMartZ 2018-05-11 18:50:57 -0400
  • fa151b4dd4
    Merge pull request #125 from FireMartZ/v1.0.15-dev FireMartZ 2018-05-11 18:48:26 -0400