Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test stub generator #111

Merged
merged 10 commits into from
Aug 11, 2023
Merged

Test stub generator #111

merged 10 commits into from
Aug 11, 2023

Conversation

dkackman
Copy link
Owner

No description provided.

@dkackman dkackman merged commit 34eb5f6 into test-refactor Aug 11, 2023
dkackman added a commit that referenced this pull request Aug 13, 2023
* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
dkackman added a commit that referenced this pull request Aug 14, 2023
* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
dkackman added a commit that referenced this pull request Aug 18, 2023
* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* 2.0 alpha 3 (#128)

* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>

* fix merge issue

* 2.0 alpha3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* Bump YamlDotNet from 13.1.1 to 13.2.0 in /src/chia-dotnet (#132)

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dkackman added a commit that referenced this pull request Aug 18, 2023
* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* More tests (#130)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests (#131)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs (#133)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* Expand enumerables in unit tests (#134)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* More tests (#135)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* more fixes and tests (#136)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests (#137)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests (#138)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* merge (#140)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* 2.0 alpha 3 (#128)

* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>

* fix merge issue

* 2.0 alpha3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* Bump YamlDotNet from 13.1.1 to 13.2.0 in /src/chia-dotnet (#132)

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dkackman added a commit that referenced this pull request Aug 18, 2023
* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* More tests (#130)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests (#131)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs (#133)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* Expand enumerables in unit tests (#134)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* More tests (#135)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* more fixes and tests (#136)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests (#137)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests (#138)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* merge (#140)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* 2.0 alpha 3 (#128)

* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>

* fix merge issue

* 2.0 alpha3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* Bump YamlDotNet from 13.1.1 to 13.2.0 in /src/chia-dotnet (#132)

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* CalculateCoinName (#141)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dkackman added a commit that referenced this pull request Aug 20, 2023
* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* More tests (#130)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests (#131)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs (#133)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* Expand enumerables in unit tests (#134)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* More tests (#135)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* more fixes and tests (#136)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests (#137)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests (#138)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* merge (#140)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* 2.0 alpha 3 (#128)

* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>

* fix merge issue

* 2.0 alpha3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* Bump YamlDotNet from 13.1.1 to 13.2.0 in /src/chia-dotnet (#132)

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* CalculateCoinName (#141)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* DIDInfo fix (#143)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* fix DidInfo.Solution

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dkackman added a commit that referenced this pull request Aug 21, 2023
* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* More tests (#130)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests (#131)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs (#133)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* Expand enumerables in unit tests (#134)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* More tests (#135)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* more fixes and tests (#136)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests (#137)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests (#138)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* merge (#140)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* 2.0 alpha 3 (#128)

* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>

* fix merge issue

* 2.0 alpha3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* Bump YamlDotNet from 13.1.1 to 13.2.0 in /src/chia-dotnet (#132)

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* CalculateCoinName (#141)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* DIDInfo fix (#143)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* fix DidInfo.Solution

* closing out test-refactor branch (#145)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* fix DidInfo.Solution

* sign by address

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dkackman added a commit that referenced this pull request Aug 22, 2023
* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* More tests (#130)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests (#131)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs (#133)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* Expand enumerables in unit tests (#134)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* More tests (#135)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* more fixes and tests (#136)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests (#137)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests (#138)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* merge (#140)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* 2.0 alpha 3 (#128)

* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>

* fix merge issue

* 2.0 alpha3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* Bump YamlDotNet from 13.1.1 to 13.2.0 in /src/chia-dotnet (#132)

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* CalculateCoinName (#141)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* DIDInfo fix (#143)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* fix DidInfo.Solution

* closing out test-refactor branch (#145)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* fix DidInfo.Solution

* sign by address

* add LatestCoinId to sign_message_by_id response

* more tests

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dkackman added a commit that referenced this pull request Aug 22, 2023
* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* More tests (#130)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests (#131)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs (#133)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* Expand enumerables in unit tests (#134)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* More tests (#135)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* more fixes and tests (#136)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests (#137)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests (#138)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* merge (#140)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* 2.0 alpha 3 (#128)

* Test restructure (#106)

* Start of refactor of unit tests

* Restructured fullnode support on TestBase

* Added support for switching between wss mode & https mode for clients

* WIP wallet tests

* Added harvester config

* commented out test classes

---------

Co-authored-by: kev <kev@darkhorse>

* fix GetWallets method

* fix GetRewardTargets improper overload

* fix GetWallets method (#108)

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* FarmerProxyTests passing (#109)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* Test stub generator (#111)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* More tests (#112)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* Test refactor don (#113)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* Fixups in FullNode tests (#115)

* fix GetWallets method

* fix GetRewardTargets improper overload

* suppress configurawait rule in unbit tests

* farmer tests passing agains testnet node

* test stubber (#110)

* cleaanup

* test stub generator

* remove tests of base class methods

* add missing farmer tests

* more tests

* ignore optional paramters in test generation

* crawler tests

* fix up some xunit warnings

* migrate daemon tests (#114)

* migrate daemon tests

* remove line that isn't needed

---------

Co-authored-by: kev <kev@darkhorse>

* GetKeys fix and missing tests (#118)

* add missing tests

* fix GetKeys

* PlotterProxy tests (#119)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests (#121)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* stub in wallet proxy tests (#122)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* More test stubs (#123)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs (#124)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* Wallet test stubs (#125)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3 (#127)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>

* fix merge issue

* 2.0 alpha3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* Bump YamlDotNet from 13.1.1 to 13.2.0 in /src/chia-dotnet (#132)

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* CalculateCoinName (#141)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* DIDInfo fix (#143)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* fix DidInfo.Solution

* closing out test-refactor branch (#145)

* add missing tests

* fix GetKeys

* more tests

* HarvesterProxy tests

* plotter tests

* simplify

* stub in missing FullNode tests

* fix GetCoinRecordsByPuzzleHash

* stub in all the wallet proxy tests

* stub in missing standard wallet tests

* stub in TradeManager tests

* VC manager stubs

* simplify

* CATWallet stubs

* DataLayerWallet test stubs

* did wallet test stubs

* pool and nft wallet test stubs

* 2.0 alpha 3

* fix GetWalletBalances

* more passing tests

* a couple more tests

* a couple more tests

* add DataLayerProxy test stubs

* expand enumerables whenever possible in unit tests

* more tests

* clean up

* more fixes and tests

* pool tests

* data layer tests

* CalculateCoinName

* fix DidInfo.Solution

* sign by address

* add LatestCoinId to sign_message_by_id response

* more tests

* remove migrate_keys

---------

Co-authored-by: KevinOnFrontEnd <133973062+KevinOnFrontEnd@users.noreply.github.com>
Co-authored-by: kev <kev@darkhorse>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant