Friedger
Friedger
**Describe the bug** As a user, I can't see my BNS name that I own since genesis. E.g. https://explorer.stacks.co/address/SP3GWTV1SMF9HDS4VY5NMM833CHH266W4YBASVYMZ?chain=mainnet other names are visible, e.g. https://explorer.stacks.co/address/SPN4Y5QPGQA8882ZXW90ADC2DHYXMSTN8VAR8C3X?chain=mainnet **Expected behavior** BNS names from...
**Describe the bug** A warning about insecure transaction is shown in the extension pop-up when I try to deploy a contract in the sandbox. **To Reproduce** Go to sandbox and...
**Is your feature request related to a problem? Please describe.** Sometimes, I use the sandbox to deploy a contract. Even though well tested with clarinet, the deployment can fail. Unfortunately,...
Similar to `/address/SP1234...`, there should be an endpoint for .btc domains (and other namespaces): ``` https://explorer.stacks.co/name/example.btc ``` would show the same as `address` with the owner address of `example.btc`
**Describe the bug** A contract has a parameter of type `(optional uint)`, but the transaction is sent as `uint`. **To Reproduce** 1. On testnet, use contract `ST2PABAF9FTAJYNFZH93XENAJ8FVY99RRM4DF2YCW.boom-pool-nfts-v1` function `delegate-stx` 1....
**Is your feature request related to a problem? Please describe.** Some contracts do not provide explicit functions to get map data, instead clients are required to query the map directly...
Users want to update their public profile while they view it in apps. Connect should provide a command that requests the wallet to show an editor for the users public...
I can't create a sponsored stx transfer transaction using `doStxTransfer` from `connect-react`. I can do a sponsored contract call. I am not sure whether it is a problem with connect-react...
Tests include fake data for stx-get-balance
Calling `mint-next` throws the following error: ``` Transaction execution error: Unchecked(TypeValueError(ListType(ListTypeData { max_len: 10, entry_type: UIntType }), List(ListData { data: [UInt(1)], type_signature: ListTypeData { max_len: 11, entry_type: UIntType } })))...