janniks
janniks
🚧 this is a fork of https://github.com/hirosystems/connect/pull/274 for merging back edits and using CI
- updates main readme for readability - adds extensive `connect` readme
### Description Adds `txid` to more failure logs for better interpretability of logs in production. ### Additional info (benefits, drawbacks, caveats) Can be used for better understanding what happened to...
The `data_var` endpoint is missing from our docs and the auto-generated client code. https://github.com/stacks-network/stacks-blockchain/blob/master/docs/rpc-endpoints.md#get-v2data_varstacks-addresscontract-namevar-name Also missing are `traits` and `constant_val`.
### Background Hi 👋 Power-user and big fan of the extension! I often run into the issue of overlapping test names. e.g. One test called "do something" and another called...
Right now `showConnect` doesn't persist selection (for backwards comp) But users might want this, so we should have a `showConnectPersist`, which stores the provider id. This could be changed to...
- brought up in review of #351 - add basic unit testing (especially for helper functions)
> This PR was published to npm with the alpha versions: > - connect `npm install @stacks/[email protected] --save-exact` > - connect-react `npm install @stacks/[email protected] --save-exact` > - connect-ui `npm install...
The UX of using Vue, Solid, Svelte currently has friction & involves custom investigation from users. The task here is to add hooks, helpers, and wrappers to make using these...
Related to #283 > We have btc wire formats for different stack features. Like stx transfer with memo: https://github.com/stacks-network/stacks-blockchain/blob/26bfd5fcdc1f25106288f18ced05290b569f6abb/src/chainstate/burn/operations/transfer_stx.rs openBtcStxTransfer, openBtcStackStx, openBtcDelegateStx,...