You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signer should not have to pay transaction fees for special cased control plane transactions. However, if the fee is set too low the mempool responds with MemPoolRejection::FeeTooLow . Instead of broadcasting these transactions to the mempool, after epoch 3 is in place, signers should broadcast these transactions as a list to stacker db for other signers and the miner to observe.
Signers can then verify that proposed blocks from the miner contain all transactions that they and the other signesr care about and the miner can in turn query the stackerdb slots for the list of all transactions that each stacks signer cares about.
Note that pre epoch 3, they should try broadcasting directly to the mempool
jferrant
changed the title
[stacks-signer] Update the tx fee to 0 when making stacks transactions from the signer
[Nakamoto] Enable 0 fee tx's from registered signers to the vote-for-aggregate-public-key in the pox-4 voting contract
Jan 26, 2024
jferrant
changed the title
[Nakamoto] Enable 0 fee tx's from registered signers to the vote-for-aggregate-public-key in the pox-4 voting contract
[Nakamoto] Stacks-signer should write a list of all their transactions to stackerdb rather tahn to the mempool
Jan 26, 2024
8marz8
changed the title
[Nakamoto] Stacks-signer should write a list of all their transactions to stackerdb rather tahn to the mempool
[Nakamoto] Stacks-signer should write a list of all their transactions to stackerdb rather than to the mempool
Jan 28, 2024
The signer should not have to pay transaction fees for special cased control plane transactions. However, if the fee is set too low the mempool responds with MemPoolRejection::FeeTooLow . Instead of broadcasting these transactions to the mempool, after epoch 3 is in place, signers should broadcast these transactions as a list to stacker db for other signers and the miner to observe.
Signers can then verify that proposed blocks from the miner contain all transactions that they and the other signesr care about and the miner can in turn query the stackerdb slots for the list of all transactions that each stacks signer cares about.
Note that pre epoch 3, they should try broadcasting directly to the mempool
related to #4239
Related to #3981
The text was updated successfully, but these errors were encountered: