janniks
janniks
`common` has a Logger class which doesn't add any benefit, since the level isn't set anywhere. Let's remove it and use `console.` instead Also remove the `config` file
### Describe the feature Right now the required arg Usage looks as follow in the screenshot: (taken from repo playground) Running `npx tsx ./playground/cli.ts build --hmr 5 --workDir HERE` in...
> This PR was published to npm with the version `6.14.1-pr.60+b1e02ed1` > e.g. `npm install @stacks/[email protected]+b1e02ed1 --save-exact` - remove unnecessary prefix
> This PR was published to npm with the version `6.14.1-pr.61+4b7fd662` > e.g. `npm install @stacks/[email protected]+4b7fd662 --save-exact` - Prefer direct `string` instead of message signature wrapper type - Add `PublicKey`...
> This PR was published to npm with the version `6.14.1-pr.62+72f64464` > e.g. `npm install @stacks/[email protected]+72f64464 --save-exact` - Change private key defaults to `string` -- This is what most users...
Not all possible reasons for not being valid are tested currently. e.g. https://github.com/stacks-network/stacks-core/blob/2be69cbf744ac339476362a3fb281257c9e1bebc/testnet/stacks-node/src/tests/signer/v0.rs#L39 Create more tests. Possible errors for ValidateRejectCode: - [ ] BadBlockHash = 0 -> build on top...
## What type of PR is this? (check all applicable) - [ ] Refactor - [x] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation Update...
As an API user I would like to get BRC-20 information from an inscription I'm currently viewing. e.g. I found inscription A via an explorer, I would like to know...
> This PR was published to npm with the version `7.0.6-pr.2+9000f5b4` > e.g. `npm install @stacks/[email protected]+9000f5b4 --save-exact` wip