laboratory
laboratory copied to clipboard
I noticed this while guiding a quester through transaction building/signing/submitting. It seems like the word 'transactions' is what is meant here, rather than 'signatures.' I very well could be wrongly...
Update all project dependencies. ``` yarn upgrade-interactive --latest ``` Make sure there are no issues in the code editor, code compiles, and it runs without issues in the browser.
Update all project dependencies. ``` yarn upgrade-interactive --latest ``` Make sure there are no issues in the code editor, code compiles, and it runs without issues in the browser.
### What version are you using? https://laboratory.stellar.org ### What did you do? Sending myself `0.0000001 USDC`. ### What did you expect to see? Since I got an error, I won't...
Update all project dependencies. ``` yarn upgrade-interactive --latest ``` Make sure there are no issues in the code editor, code compiles, and it runs without issues in the browser.
### What problem does your feature solve? There is one place in the laboratory ui where we display the transaction hash alongside the transaction base64 blob. It's very convenient. This...
Update all project dependencies. ``` yarn upgrade-interactive --latest ``` Make sure there are no issues in the code editor, code compiles, and it runs without issues in the browser.
### What did you expect to see? When following a link with an embedded XDR to the stellar laboratory, it gets cleared the first time it loads and no XDR...
Related to https://github.com/stellar/laboratory/pull/647. - [ ] Show `payload` as `hex`  - [ ] Look into updating how we render signatures (currently it renders incorrectly for Protocol 19) 
Protocol 19 introduces new preconditions and signed payload signers (CAP-21 and CAP-40). This is a proposal for how the laboratory interface can be updated to accommodate these needs. - [Mockups...