v0.1.0-pre.011
This commit is contained in:
@@ -96,7 +96,7 @@ impl crate::CoreTransactionStore for crate::PostgresStore {
|
||||
&self,
|
||||
filter: &crate::CoreInstructionReplayFilter,
|
||||
page_request: &crate::PageRequest,
|
||||
) -> kb_core::Result<std::vec::Vec<crate::CoreInstructionReplayInput>> {
|
||||
) -> kb_core::Result<std::vec::Vec<crate::MdCoreInstructionReplayInput>> {
|
||||
return crate::postgres::query::list_core_instruction_replay_inputs(
|
||||
self.pool(),
|
||||
filter,
|
||||
|
||||
@@ -12,7 +12,7 @@ impl crate::DecodePipelineStore for crate::PostgresStore {
|
||||
async fn list_decode_inputs(
|
||||
&self,
|
||||
filter: &crate::DecodeSelectionFilter,
|
||||
) -> kb_core::Result<std::vec::Vec<crate::CoreInstructionReplayInput>> {
|
||||
) -> kb_core::Result<std::vec::Vec<crate::MdCoreInstructionReplayInput>> {
|
||||
return crate::postgres::query::list_decode_inputs(self.pool(), filter).await;
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ impl crate::RawTransactionStore for crate::PostgresStore {
|
||||
)]
|
||||
async fn has_raw_transaction_signature(
|
||||
&self,
|
||||
signature: &kb_lib::Signature,
|
||||
signature: &kb_lib::MdSignature,
|
||||
) -> kb_core::Result<bool> {
|
||||
return crate::postgres::query::has_raw_transaction_signature(
|
||||
self.pool(),
|
||||
|
||||
Reference in New Issue
Block a user