Friedger
Friedger
It would be helpful to understand bitcoin tx that contain data relevant for stacks, in particular how to parse tx of these types https://github.com/stacks-network/stacks-blockchain/blob/f0ed1b950ae1bafe1b23b68bced9f1eff66d7a99/src/chainstate/burn/operations/mod.rs#L312 Reference doc: https://github.com/stacksgov/sips/blob/main/sips/sip-007/sip-007-stacking-consensus.md#bitcoin-wire-formats @obycode is the...
**Describe the bug** There is a discrepancy between SIP-005 and implementation of sponsored transaction for stx transfer. **Steps To Reproduce** See details https://github.com/stacksgov/sips/issues/185 **Expected behavior** Adjust SIP-005 to allow sponsored...
**Describe the bug** When users delegate stx using burnchain operations they are not able to change the pool, the amount or the membership period. **Steps To Reproduce** Try to revoke...
> _Building Leather at commit 100184a_ This PR * adds tests for coin selection when sending all economical spendable utxos * fixes #4979 ## Summary by CodeRabbit - **Refactor** -...
I try to create a sponsored tx and expect the fees to be 0 for the tx-sender. Later, the sponsored tx will be signed and broadcasted by a 3rd party....
**Is your feature request related to a problem? Please describe.** I use the explorer to find out about the current nonce of an address. Usually, I check the nonce of...
**Is your feature request related to a problem? Please describe.** I am always frustrated when I can't select a block number, function argument, tx id. I want to select and...
SIP-005 states: > Note that if a transaction contains a token-transfer payload, it MUST have only a standard authorization field. It cannot be sponsored. https://github.com/stacksgov/sips/blob/e567447f53bca3b980546de26746208dcaeab7c5/sips/sip-005/sip-005-blocks-and-transactions.md?plain=1#L664C1-L665C65 However, the chain confirms a...
What are the minimum requirements to run this? E.g. On a shared server? When I run seed-chainstate script stops during docker postgres import.
I created a new instance on linode and called seed-chainstate, then manage start mainnet. I see this crash and don't understand what is wrong, maybe my firewall? ``` stacks-blockchain |...