-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* experimental: implementing testing * removing unused code * adding todo for test utils mock * cleanup * first pass implementing mint nft test * cleanup * warning fix * wip: register basename test * wip: request faucet funds test * adjusting error case messaging * wip: trade test * wip: transfer test * wip: faucet transaction test * formatting * second pass implementing request faucet funds test * refining request faucet funds test * first pass implementing trade test * first pass implementing transfer test * removing dead code from contract invocation mock * refinements * reverting package.json * re-including jest in package.json * redirecting local action imports * reverting register basename action to master * exporting register basename * package lock * reverting package-lock * updates to package-lock * rebased to master * first pass implementing register basename test * init langchain test suite * langchain basic testing * implementing John's feedback for deploy_nft_test * adjusting deploy nft test error message * second pass implementing deploy token test * fixes for deploy nft test * second pass implementing get balance test * second pass implementing get wallet details test * wrapping get wallet details in try catch * second pass implementing mint nft test * second pass implementing request faucet funds test * second pass implementing trade test * second pass implementing transfer test * second pass implementing register basename test * removing unused code * refinements * moving tests to root test dir * refinements for cdp-langchain tests * cleanup * refinments * expanding upon cdp-langchain tests * first pass implementing defi wow action input tests * defi wow sell token tests * refinements to defi wow sell token tests * reverting register basename input schema * implementing feedback * refinments for wow sell token test * first pass implementing wow create token test * first pass implementing wow buy token test * Update cdp-agentkit-core/src/tests/deploy_nft_test.ts Co-authored-by: John Peterson <[email protected]> * adding types for jest mocked vars * implementing feedback * ensuring tests include calledWith(...) * fixing cdp-langchain tests * fix jest configs + linters * remove unused Amount import * fix lint --------- Co-authored-by: Christopher Gerber <[email protected]> Co-authored-by: John Peterson <[email protected]> Co-authored-by: John Peterson <[email protected]>
- Loading branch information
1 parent
ac5988c
commit 8410bcc
Showing
34 changed files
with
1,575 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
cdp-agentkit-core/jest.config.js → cdp-agentkit-core/jest.config.cjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.