From 7b5d159dd17986b6b0e68376f4e6d723129926a7 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Thu, 9 Oct 2025 14:10:36 -0300 Subject: [PATCH] fix(types): v24+ should use correct GetRawMempoolVerbose --- types/src/v25/mod.rs | 27 +++++++++++++-------------- types/src/v26/mod.rs | 16 ++++++++-------- types/src/v27/mod.rs | 16 ++++++++-------- types/src/v28/mod.rs | 15 ++++++++------- types/src/v29/mod.rs | 15 ++++++++------- 5 files changed, 45 insertions(+), 44 deletions(-) diff --git a/types/src/v25/mod.rs b/types/src/v25/mod.rs index c684c377..d186e22d 100644 --- a/types/src/v25/mod.rs +++ b/types/src/v25/mod.rs @@ -274,15 +274,14 @@ pub use crate::{ GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, - GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose, - GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut, - GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance, - GetWalletInfoError, ListAddressGroupings, ListAddressGroupingsError, - ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem, - ListLockUnspentItemError, ListReceivedByAddressError, ListUnspentItemError, ListWallets, - LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError, - RawTransactionInput, RawTransactionOutput, RescanBlockchain, ScriptType, - SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignMessage, + GetRawMempool, GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError, + GetReceivedByAddress, GetTransactionDetailError, GetTxOut, GetTxOutError, GetTxOutSetInfo, + GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfoError, ListAddressGroupings, + ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent, + ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError, + ListUnspentItemError, ListWallets, LockUnspent, Locked, NumericError, PruneBlockchain, + RawTransactionError, RawTransactionInput, RawTransactionOutput, RescanBlockchain, + ScriptType, SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SignRawTransactionWithKey, SignRawTransactionWithWallet, SoftforkReject, TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, @@ -321,11 +320,11 @@ pub use crate::{ v24::{ DecodePsbt, DecodePsbtError, GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo, - GetPeerInfo, GetTransaction, GetTransactionDetail, GetTransactionError, - GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, ListSinceBlock, - ListSinceBlockError, ListTransactions, ListUnspent, ListUnspentItem, MempoolEntry, - MigrateWallet, PeerInfo, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError, - SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript, + GetPeerInfo, GetRawMempoolVerbose, GetTransaction, GetTransactionDetail, + GetTransactionError, GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, + ListSinceBlock, ListSinceBlockError, ListTransactions, ListUnspent, ListUnspentItem, + MempoolEntry, MigrateWallet, PeerInfo, Proprietary, PsbtInput, PsbtOutput, SendAll, + SendAllError, SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript, TaprootScriptPathSig, TransactionItem, TransactionItemError, }, }; diff --git a/types/src/v26/mod.rs b/types/src/v26/mod.rs index 2293de99..f2588ab3 100644 --- a/types/src/v26/mod.rs +++ b/types/src/v26/mod.rs @@ -292,9 +292,9 @@ pub use crate::{ GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, - GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose, - GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut, - GetTxOutError, GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError, + GetRawMempool, GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError, + GetReceivedByAddress, GetTransactionDetailError, GetTxOut, GetTxOutError, + GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError, ListUnspentItemError, ListWallets, LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError, @@ -337,11 +337,11 @@ pub use crate::{ v24::{ DecodePsbt, DecodePsbtError, GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo, - GetTransactionDetail, GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, - ListSinceBlock, ListSinceBlockError, ListTransactions, ListUnspent, ListUnspentItem, - MempoolEntry, MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError, - SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript, - TaprootScriptPathSig, TransactionItem, TransactionItemError, + GetRawMempoolVerbose, GetTransactionDetail, GetTxSpendingPrevout, + GetTxSpendingPrevoutError, GlobalXpub, ListSinceBlock, ListSinceBlockError, + ListTransactions, ListUnspent, ListUnspentItem, MempoolEntry, MigrateWallet, Proprietary, + PsbtInput, PsbtOutput, SendAll, SendAllError, SimulateRawTransaction, TaprootBip32Deriv, + TaprootLeaf, TaprootScript, TaprootScriptPathSig, TransactionItem, TransactionItemError, }, v25::{ GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors, MempoolAcceptance, diff --git a/types/src/v27/mod.rs b/types/src/v27/mod.rs index 4939d894..45e4b723 100644 --- a/types/src/v27/mod.rs +++ b/types/src/v27/mod.rs @@ -268,9 +268,9 @@ pub use crate::{ GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, - GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose, - GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut, - GetTxOutError, GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError, + GetRawMempool, GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError, + GetReceivedByAddress, GetTransactionDetailError, GetTxOut, GetTxOutError, + GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError, ListUnspentItemError, ListWallets, LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError, @@ -313,11 +313,11 @@ pub use crate::{ v24::{ DecodePsbt, DecodePsbtError, GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo, - GetTransactionDetail, GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, - ListSinceBlock, ListSinceBlockError, ListTransactions, ListUnspent, ListUnspentItem, - MempoolEntry, MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError, - SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript, - TaprootScriptPathSig, TransactionItem, TransactionItemError, + GetRawMempoolVerbose, GetTransactionDetail, GetTxSpendingPrevout, + GetTxSpendingPrevoutError, GlobalXpub, ListSinceBlock, ListSinceBlockError, + ListTransactions, ListUnspent, ListUnspentItem, MempoolEntry, MigrateWallet, Proprietary, + PsbtInput, PsbtOutput, SendAll, SendAllError, SimulateRawTransaction, TaprootBip32Deriv, + TaprootLeaf, TaprootScript, TaprootScriptPathSig, TransactionItem, TransactionItemError, }, v25::{ GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors, MempoolAcceptance, diff --git a/types/src/v28/mod.rs b/types/src/v28/mod.rs index dd90925f..50b96b80 100644 --- a/types/src/v28/mod.rs +++ b/types/src/v28/mod.rs @@ -289,9 +289,9 @@ pub use crate::{ GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, GetRawMempool, - GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose, - GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut, - GetTxOutError, GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError, + GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError, + GetReceivedByAddress, GetTransactionDetailError, GetTxOut, GetTxOutError, + GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError, ListUnspentItemError, ListWallets, LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError, @@ -333,10 +333,11 @@ pub use crate::{ v24::{ DecodePsbt, DecodePsbtError, GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo, - GetTransactionDetail, GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, - ListUnspent, ListUnspentItem, MempoolEntry, MigrateWallet, Proprietary, PsbtInput, - PsbtOutput, SendAll, SendAllError, SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, - TaprootScript, TaprootScriptPathSig, + GetRawMempoolVerbose, GetTransactionDetail, GetTxSpendingPrevout, + GetTxSpendingPrevoutError, GlobalXpub, ListUnspent, ListUnspentItem, MempoolEntry, + MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError, + SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript, + TaprootScriptPathSig, }, v25::{ GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors, MempoolAcceptance, diff --git a/types/src/v29/mod.rs b/types/src/v29/mod.rs index 6024b3fe..b5be8c28 100644 --- a/types/src/v29/mod.rs +++ b/types/src/v29/mod.rs @@ -282,9 +282,9 @@ pub use crate::{ GetBlockVerboseZero, GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, - GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose, - GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut, - GetTxOutError, GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError, + GetRawMempool, GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError, + GetReceivedByAddress, GetTransactionDetailError, GetTxOut, GetTxOutError, + GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError, ListUnspentItemError, ListWallets, LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError, @@ -325,10 +325,11 @@ pub use crate::{ v24::{ DecodePsbt, DecodePsbtError, GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo, - GetTransactionDetail, GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, - ListUnspent, ListUnspentItem, MempoolEntry, MigrateWallet, Proprietary, PsbtInput, - PsbtOutput, SendAll, SendAllError, SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, - TaprootScript, TaprootScriptPathSig, + GetRawMempoolVerbose, GetTransactionDetail, GetTxSpendingPrevout, + GetTxSpendingPrevoutError, GlobalXpub, ListUnspent, ListUnspentItem, MempoolEntry, + MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError, + SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript, + TaprootScriptPathSig, }, v25::{ GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors, MempoolAcceptanceError,