laboratory icon indicating copy to clipboard operation
laboratory copied to clipboard

Results 190 laboratory issues
Sort by recently updated
recently updated
newest added

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...

bug
laboratory
v1

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...

laboratory
v2

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...

bug
laboratory
v1

Related to https://github.com/stellar/laboratory/pull/647. - [ ] Show `payload` as `hex` ![image](https://user-images.githubusercontent.com/7346473/166297951-f2585ec2-f2e4-487d-b9ff-221d40178004.png) - [ ] Look into updating how we render signatures (currently it renders incorrectly for Protocol 19) ![image](https://user-images.githubusercontent.com/7346473/166298364-37fb14f4-18fa-445c-8e82-4e34b2a65458.png)

laboratory
v1

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...

laboratory
v2