Friedger
Friedger
Optionally, * the session should be configures * the user should be created with the session
**Describe the bug** When applying a deployment, the costs are shown as 0.001 STX instead of 0.1 STX **To Reproduce** Steps to reproduce the behavior: 1. Create a deployment 2....
To verify bitcoin txs the burnchain header hash is verified using: `(get-block-info? burnchain-header-hash block-height)` For btc transactions in flash blocks, i.e. btc blocks that don't have corresponding stx blocks there...
The function `verify-merkle-proof` expects the reverse merkle root. However, `tx-was-mined?` passes in the normal merkle root.
Calling read-only function `parse-tx` fails with ``` Error: Unchecked(CostBalanceExceeded(ExecutionCost { write_length: 0, write_count: 0, read_length: 42572, read_count: 3, runtime: 1001249000 }, ExecutionCost { write_length: 0, write_count: 0, read_length: 100000, read_count:...
This PR adds an Addendum to SIP 021-Nakamoto v1 that describes the impact of Fast Blocks to the clarity function `get-block-info?` The function should be replaced by `get-stacks-block-info?` and `get-tenure-info?`
The menu contains "delete" and "move" that are always disabled.