agent0.chainsync.db.hyperdrive.interface_test ============================================= .. py:module:: agent0.chainsync.db.hyperdrive.interface_test .. autoapi-nested-parse:: CRUD tests for Transaction .. !! processed by numpydoc !! Classes ------- .. autoapisummary:: agent0.chainsync.db.hyperdrive.interface_test.TestHyperdriveAddrToName agent0.chainsync.db.hyperdrive.interface_test.TestCheckpointInterface agent0.chainsync.db.hyperdrive.interface_test.TestPoolConfigInterface agent0.chainsync.db.hyperdrive.interface_test.TestPoolInfoInterface agent0.chainsync.db.hyperdrive.interface_test.TestHyperdriveEventsInterface Module Contents --------------- .. py:class:: TestHyperdriveAddrToName Testing postgres interface for usermap table .. !! processed by numpydoc !! .. py:method:: test_get_addr_to_username(db_session) Testing retrieval of usernames via interface .. !! processed by numpydoc !! .. py:method:: test_get_query_address(db_session) Testing querying by address of addr_to_username via interface .. !! processed by numpydoc !! .. py:method:: test_addr_to_username_insertion_error(db_session) Testing insertion conflicts of addr_to_username via interface .. !! processed by numpydoc !! .. py:method:: test_addr_to_username_force_insertion(db_session) Testing force insertion of addr_to_username via interface .. !! processed by numpydoc !! .. py:class:: TestCheckpointInterface Testing postgres interface for checkpoint table .. !! processed by numpydoc !! .. py:method:: test_get_checkpoints(db_session) Testing retrieval of checkpoints via interface .. !! processed by numpydoc !! .. py:method:: test_checkpoint_time_query_checkpoints(db_session) Testing querying by block number of checkpoints via interface .. !! processed by numpydoc !! .. py:class:: TestPoolConfigInterface Testing postgres interface for poolconfig table .. !! processed by numpydoc !! .. py:method:: test_get_pool_config(db_session) Testing retrieval of pool config via interface .. !! processed by numpydoc !! .. py:method:: test_primary_id_query_pool_config(db_session) Testing retrieval of pool config via interface .. !! processed by numpydoc !! .. py:method:: test_pool_config_verify(db_session) Testing retrieval of pool config via interface .. !! processed by numpydoc !! .. py:class:: TestPoolInfoInterface Testing postgres interface for poolinfo table .. !! processed by numpydoc !! .. py:method:: test_latest_block_number(db_session) Testing latest block number call .. !! processed by numpydoc !! .. py:method:: test_get_pool_info(db_session) Testing retrieval of pool info via interface .. !! processed by numpydoc !! .. py:method:: test_block_query_pool_info(db_session) Testing retrieval of pool info via interface .. !! processed by numpydoc !! .. py:class:: TestHyperdriveEventsInterface Testing postgres interface for walletinfo table .. !! processed by numpydoc !! .. py:method:: test_latest_block_number_on_wallet(db_session) Testing retrieval of wallet info via interface .. !! processed by numpydoc !! .. py:method:: test_latest_block_number_on_hyperdrive_address(db_session) Testing retrieval of wallet info via interface .. !! processed by numpydoc !! .. py:method:: test_get_agents(db_session) Testing helper function to get current wallet values .. !! processed by numpydoc !!