Léo Pradel

Results 158 issues of Léo Pradel

# Description In order to authenticate with composeDB we do the following to authenticate the requests. ``` composeClient.setDID(did); ``` When logging out there is no way to unset the did...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** I want to be able to pass down an array of method to the contract_call scope, smth like: ``` {...

enhancement

**Describe the bug** Uploading an encrypted file to Gaia using the CLI is not working, it seems that the file is not encrypted properly. When I run `stx gaia_putfile https://hub.blockstack.org...

help wanted
icebox

**Describe the bug** It looks like when uploading a file to Gaia using the CLI the content type is lost causing the web app SDK to be unable to pull...

bug
help wanted
icebox

**Describe the bug** I tried to download files from Gaia using the CLI and it seems that downloading either a public or encrypted file is not working. When I run...

bug
help wanted
icebox

**Is your feature request related to a problem? Please describe.** The stacks.js package should export a transfer subdomain function that any app can use. The function should accept the receiver's...

feature
icebox

## Description While browsing the repo I found this function that can be extracted from the blockstack package. I will submit other pull requests if I find other parts that...

## Description This change is the first one in the codebase migration from Flow to typescript. Right now babel is in charge of compiling both flow and typescript files but...