Brice
                                            Brice
                                        
                                    The CI does not get triggered in this scenario. See #325 for example.
**Describe the bug** This test tends to fail in CI but pass locally, and will pass in CI sometimes. We need to identify why that is and then fix it....
Users should be able to withdraw from the subnet contract using only L1 transactions. This is important because it protects the user from the miner disappearing. Currently if the subnet...
There should be no coinbase in a subnet block, but it is currently left there as a vestigial transaction from the stacks node. This could be confusing for users of...
Currently, the parent network's network ID is used throughout the code as an identifier for the parent network and is reported in the /v2/info endpoint. It might make more sense...
As much as possible, the subnet node should be reusing code from upstream (stacks-blockchain). Ideally that would mean using crates, the way that `clarity` and `stacks-common` are now, but if...
The subnet should have the ability for users to deposit and withdraw multiple assets at once (STX, NFTs, and FTs).
Checkout this tooling to help stress test the subnet: https://github.com/stacks-network/stacks-blockchain/blob/master/bns-test/src/stress/index.ts
In 3 tests in l1_observer_test.rs, there is a todo item: ``` // TODO: call withdraw from unauthorized principal once leaf verification is added to the subnet contract ``` This leaf...
In a subnet, we don't want the full BNS contract in the genesis block. BNS within a subnet doesn't make sense. When interacting with a subnet, wallets should still use...