11219 Commits (dpow_regtest)
 

Author SHA1 Message Date
Duke Leto be29cb5983 Improve dpow tests 6 years ago
Duke Leto 3f240e3e82 Remove no longer relevant TODO 6 years ago
Duke Leto e9a3ade79a Fix detection of mainnet, less noise 6 years ago
Team ChainStrike ecd51b79c5 Basic passing dpow test, run like: ./qa/pull-tester/rpc-tests.sh dpow 6 years ago
Jonathan "Duke" Leto 6d0b551df1 Give each NetworkID a dedicated notarizations file 6 years ago
FireMartZ cfd68d8ace Replace tabs with spaces. 6 years ago
FireMartZ 175acc70ed Remove unnecessary check. 6 years ago
Duke Leto 62d44b1f9a
Merge pull request #138 from chainstrike/dpow_fixes 6 years ago
FireMartZ 24d34da50c
Merge branch 'dev' into dpow_fixes 6 years ago
FireMartZ 303e47993d Fix crashes. 6 years ago
Team ChainStrike fba6a314b8 Enable indexes in regtest mode so we can test them 6 years ago
Team ChainStrike 2668e4fda5 Fix binary name in start_node() test utility 6 years ago
Team ChainStrike 64ce14b0d4 Fix various bugs preventing hush tests from running correctly, mostly incorrect binary names 6 years ago
Team ChainStrike 197414350e less noise 6 years ago
Team ChainStrike a4eb0294c6 Add dpow.py to test files 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
Duke Leto 7d44cdaa2e
Merge pull request #137 from MyHush/client_name 6 years ago
Jonathan "Duke" Leto 7c9d4d6748 Clarify in sendmany/z_sendmany rpc docs that amounts are not floating point 6 years ago
Duke Leto 3ac1badd1d
Merge pull request #136 from MyHush/absurd_fee_bug 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 4c5d75d005 Change client name, since dpow is a hard fork of consensus rules 6 years ago
Duke Leto c3a449e8c2
Merge pull request #132 from MyHush/dpow 6 years ago
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 4c8963df52 Move tests to an existing test file and get them all passing 6 years ago
Jonathan "Duke" Leto ce22283f59 Add 3 more tests for z_sendmany related to absurd fee bug 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
Jonathan "Duke" Leto c56c9493d4 Add a Python test for amount=0 xtns with default fee 6 years ago
Jonathan "Duke" Leto 25de73e6c5 Clarify comment that fees less than the default are also supported 6 years ago
Jonathan "Duke" Leto 27654ac111 WIP Fix to absurd fee bug on small transaction amounts 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