Brice
Brice
We need benchmarks to test the latency and throughput that we are able to achieve. This should include both microbenchmarks that test more localized functionality (how long does it take...
Looks like the fee estimate request is missing a parameter: ``` docker-stacks-subnet-1 | WARN [1675965917.585120] [testnet/stacks-node/src/burnchains/commitment.rs:151] [relayer] Failure getting response from L1 on recommended fee rate: reqwest::Error { kind: Decode,...
@zone117x suggested this while going through the API implementation. This would allow users to withdraw directly to an exchange if they want.
The subnet should be able to support SFTs in addition to FTs and NFTs. https://github.com/stacksgov/sips/blob/main/sips/sip-013/sip-013-semi-fungible-token-standard.md
The code currently has some of the changes from the latest stacks-blockchain, but not all of them. I would much rather either: 1. We start with the latest stacks-blockchain code...
There is no need for the earlier epochs in a subnet. We can start up in 2.1 and delete anything that is dealing with pre-2.1.
There is a lot of PoX code left in here that should not be. We need to clean all of that up and simplify the code where possible.
I'd like to be able to click on the function in the prompt for signing a transaction and have it open the contract in the explorer in a new window.
**Describe the bug** There is a bug in `::trace` causing a crash. **To Reproduce** Steps to reproduce the behavior: 1. `git clone https://github.com/obycode/trace-bug.git` 2. `cd trace-bug` 3. `clarinet console --use-on-disk-deployment-plan`...
### Description In Nakamoto, a transaction can access the current burn block, while in epoch 2.x, it can only access the burn block of its parent. This changeset updates the...