Commit Graph

797 Commits

Author SHA1 Message Date
Duke Leto
20453042c9 Update ac_private test, which almost passes 2019-12-23 18:11:40 -05:00
Duke Leto
e79a0830d9 Start creating a HushTestFramework 2019-12-23 08:41:06 -05:00
Duke Leto
6eb19d75ae Copyrights 2019-12-23 08:34:00 -05:00
Duke Leto
1c4e43c48e Update test copyrights 2019-12-23 08:23:39 -05:00
Duke Leto
75768e235a We ain't got no stinkin' sprout joinsplits 'round here 2019-12-23 08:19:20 -05:00
Duke Leto
3421fcb035 Updates to mininode.py 2019-12-23 07:57:22 -05:00
Duke Leto
a61118e818 Update python test framework for Hush 2019-12-23 07:50:40 -05:00
Duke Leto
a5f1f7eb8a Update RPC readme 2019-12-22 19:42:56 -05:00
Duke Leto
9b568e8683 Merge branch 'zindex3' into duke
Conflicts:
	.gitignore
2019-12-20 14:09:59 -05:00
Duke Leto
b52d9786a6 Update some test files 2019-12-19 09:24:52 -05:00
Duke Leto
ae87ece8ab These sapling tests do not apply 2019-12-18 23:59:23 -05:00
Duke Leto
02f9a91fb7 We do not use the depends mirror 2019-12-17 11:48:31 -05:00
Duke Leto
79cb47b978 rename 2019-12-16 06:53:39 -05:00
Duke Leto
2eae4d2377 test suite tweaks 2019-12-15 20:36:13 -05:00
Duke Leto
52531f3f59 Update copyright 2019-12-15 20:31:33 -05:00
Duke Leto
18d22b21df We have DPoW and do not rely on fragile re-org limits like Zcash 2019-12-15 20:30:10 -05:00
Duke Leto
1a2bcd6a1a +x 2019-12-15 20:27:53 -05:00
Duke Leto
25f28f3909 It is not possible to make sprout addresses via z_getnewaddress 2019-12-15 20:26:19 -05:00
Duke Leto
0eaee9dc83 Good riddance 2019-11-04 10:53:36 -05:00
Duke Leto
1b16eb9f19 remove junk 2019-10-19 18:32:03 -04:00
ca333
6b79766999 Merge pull request #205 from KomodoPlatform/fix_PING
fix PING/REJECT attack [CVE-2019-17048, CVE-2019-16930]
2019-10-06 00:38:09 +02:00
ca333
41a7dcf549 add mempool tests 2019-10-02 23:57:21 +02:00
SirSevenG
cf844ce5a4 def amount change 2019-08-04 01:29:50 +07:00
SirSevenG
c07f73e217 change default chain to ILN 2019-08-04 01:29:20 +07:00
SirSevenG
1108c4cb32 typo fix 2019-08-02 03:06:38 +07:00
SirSevenG
7a4f8b3401 Prolonged Proxy timeout
Added support for multiple test chains
2019-08-02 03:05:47 +07:00
SirSevenG
ad6f142a92 final cleanup
lowered coins amount
2019-08-01 16:34:50 +07:00
SirSevenG
887d54fd81 cleanup and recheck 2019-08-01 16:13:30 +07:00
SirSevenG
aa1539afd0 added nspv_listtransactions call test 2019-08-01 14:31:20 +07:00
SirSevenG
f878c9e05e More fixes
less TODOs
2019-07-31 23:35:54 +07:00
SirSevenG
50eebd236e Minor fixes and TODOs 2019-07-31 22:50:01 +07:00
TonyL
674ebb06cd nspv client rpc calls unittest 2019-07-07 11:40:57 +03:00
smk762
b04b41e19d Update cryptoconditions_oracles.py
-change tests to use baton address instead of baton utxo
-update samples results reference index
-add test for oraclesfund
-modify test loop flow to avoid spent utxo errors.
Note: Successful test requires timestamp after July 15th 2019, or changing PUBKEY_SPOOFING_FIX_ACTIVATION value in oracles.cpp
2019-05-29 16:41:15 +08:00
Bartlomiej Lisiecki
191fc2e152 Add support for importing and exporting sapling ivk 2019-04-22 17:22:31 -07:00
Anton "TonyL" Lysakov
fb132238f0 Create cryptoconditions.py
Forgot that we using it as a "library" for other CC tests.
So deletion was a mistake.
2019-03-27 23:36:58 +07:00
smk762
3a4fa333f7 Update cryptoconditions_faucet.py 2019-03-25 20:03:07 +08:00
smk762
1b5605f3f7 Update cryptoconditions_dice.py 2019-03-25 20:02:31 +08:00
smk762
5aa85d7dad Update cryptoconditions_rewards.py 2019-03-25 20:01:40 +08:00
smk762
ebcbb234a8 Update cryptoconditions_channels.py 2019-03-25 20:00:54 +08:00
smk762
c386669e65 update rpc-cc scripts for address keys 2019-03-25 12:56:01 +01:00
smk762
7fbcfc27e3 Update cryptoconditions.py
update keys, remove failing tokens tests (no tokenid)
2019-03-23 15:29:23 +08:00
Anton "TonyL" Lysakov
a6e030004f Fixed CCs RPC tests (#1314)
* updated diceaddress rpc keys, added prints for diceaddress key / value

        # removed Dicemarker
        # fixed DiceCCaddress spelling to DiceCCAddress
        # NOTE myaddress/myAddress is duplicated
        # added DiceCCTokensAddress DiceNormalAddress
        # removed CCaddress

* Updated keys for faucetaddress

* Update cryptoconditions_oracles.py

Updated address keys.

* update test-rpc keys

* fixed rewards test

* fixed channels tests

* fixed tokenCC tests
2019-03-06 02:30:20 -11:00
jl777
58cd849591 Jl777 (#1311)
* Remove voutsum check

* Teach RPC interface about dpow-enabled minconfs (#1231)

* Make minconfs dpow-aware in z_listunspent + z_listreceivedbyaddress

* Add dpow-related test files to test suite

* Add dpow simulation to regtest every 7 blocks

* Fix compiler errors

* Fix link error

* Fix stdout spam when running regtests

* Dpowminconfs for listreceivedbyaddress

* dpowconfs tests

* Start adding specific tests for dpowminconfs in listreceivedbyaddress

* Get dpowminconfs tests for listreceivedbyaddress working

* Add dpowminconfs to getreceivedbyaddress + listunspent

* Add test for listtransactions + getreceivedbyaddress support

* Reliably passing dpowminconf tests. We only check for notarized-ness now, not exact confirmation numbers, to avoid race conditions

* Poll for the expected notarization info before running further tests; add support for getbalance

* Migrate tx_height() to a place where asyncrpcoperation_sendmany.cpp can use it

* fix

* Teach GetFilteredNotes about dpowconfs

Many RPCs rely on this internal function, which now correctly uses
dpowconfs to filter by the minconf/maxconf parameters.

* Fix sendmany when using non-default minconf

* inline seems to make things happy

* cleanup

* Add some code to test z_sendmany, which points out https://github.com/jl777/komodo/issues/1247

* try this

* Use already calculated value of dpowconfs instead of calculating it again

* Cleanup .pack file

* Remove

* Remove .pack
2019-03-03 21:42:12 -11:00
jl777
77dba8ffe9 Merge pull request #1219 from tonymorony/FSM
Adjusted heir tests for heirCC JSON changes and added heirfund tokens case check
2019-01-28 02:18:42 -11:00
Anton Lysakov
7bd8f456c3 tests adjusted for heirCC json enhancement 2019-01-28 00:03:25 +07:00
Anton Lysakov
dc510cdde4 checking channelsaddress 2019-01-27 03:32:24 +07:00
Anton Lysakov
45d35fb971 actualize comment 2019-01-27 03:21:16 +07:00
Anton Lysakov
6901ed6266 Merge branch 'FSM' of https://github.com/tonymorony/komodo into FSM 2019-01-27 03:17:32 +07:00
Anton Lysakov
d963a55cc8 added valid tokens heir case 2019-01-27 03:16:53 +07:00
jl777
0097d0c870 Merge pull request #1200 from tonymorony/FSM
initial heir tests
2019-01-24 02:15:15 -11:00