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

Create functional tests to test retrieving transactions from the transaction index #1156

Closed
TheQuantumPhysicist opened this issue Aug 9, 2023 · 1 comment
Labels
chainstate Chainstate-related issues functional-tests Python-based functional tests related issues testing Tests & testing infrastructure

Comments

@TheQuantumPhysicist
Copy link
Contributor

The test should include:

  1. Test enabling the transaction index flag as in The transaction index flag should not be aggressive to insist the user enable it to use it every time #1154
  2. Test retrieving transactions that are in the mainchain (both in json and hex encoded format, which is done in Enable retrieving both transactions and blocks in json format #1155)
  3. Test retrieving transactions that are not in the maincahin anymore and expect that to fail
@TheQuantumPhysicist TheQuantumPhysicist added testing Tests & testing infrastructure functional-tests Python-based functional tests related issues chainstate Chainstate-related issues labels Aug 9, 2023
@TheQuantumPhysicist
Copy link
Contributor Author

TheQuantumPhysicist commented Jan 2, 2024

Transaction index is gone. We now use the API server for such things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chainstate Chainstate-related issues functional-tests Python-based functional tests related issues testing Tests & testing infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant