OrbitLens

Results 15 issues of OrbitLens

Currently (Stellar Base v8.1.0) `SetOptionOp` does not support new CAP40 `ed25519SignedPayload` signer. This blocks creation and results in incorrect parsing of a transaction containing such an operation.

Steps to reproduce: - Open laboratory with [these settings](https://laboratory.stellar.org/#txbuilder?params=eyJhdHRyaWJ1dGVzIjp7InNvdXJjZUFjY291bnQiOiJHQkpWVUNEVk5VTTNVQVNMRFhQQkRYTEhKQlNWT0VHVEpYNUo2UDNKRDdEUUtWUUNZQ0JZNVBQMiIsInNlcXVlbmNlIjoiMjI5NDU0MzMyODIxNTA0MiIsImZlZSI6IjEwMCIsImJhc2VGZWUiOiIxMDAiLCJtaW5GZWUiOiIxMDAiLCJtZW1vVHlwZSI6Ik1FTU9fVEVYVCIsIm1lbW9Db250ZW50IjoiMTExMSIsIm1pblRpbWUiOiIxNjUzMTQ1NDgxIn0sImZlZUJ1bXBBdHRyaWJ1dGVzIjp7Im1heEZlZSI6IjEwMCJ9LCJvcGVyYXRpb25zIjpbeyJpZCI6MCwiYXR0cmlidXRlcyI6eyJkZXN0aW5hdGlvbiI6IkdCSlZVQ0RWTlVNM1VBU0xEWFBCRFhMSEpCU1ZPRUdUSlg1SjZQM0pEN0RRS1ZRQ1lDQlk1UFAyIiwiYXNzZXQiOnsidHlwZSI6Im5hdGl2ZSIsImNvZGUiOiIiLCJpc3N1ZXIiOiIifSwiYW1vdW50IjoiMTIifSwibmFtZSI6InBheW1lbnQifV19&network=test) - Note: Time Bounds -> Min Time value set in the editor - Check [generated XDR](https://laboratory.stellar.org/#xdr-viewer?input=AAAAAgAAAABTWgh1bRm6Aksd3hHdZ0hlVxDTTfqfP2kfxwVWAsCDjgAAAGQACCbgAAAAAgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAQxMTExAAAAAQAAAAAAAAABAAAAAFNaCHVtGboCSx3eEd1nSGVXENNN%2Bp8%2FaR%2FHBVYCwIOOAAAAAAAAAAAHJw4AAAAAAAAAAAA%3D&type=TransactionEnvelope&network=test) - XDR viewer shows `timeBounds.minTime`...

bug
laboratory
v1

Currently the size of the main js bundle exceeds 1MB. Possible optimizations: - [ ] Use `preact` instead of `react` - [ ] Drop MobX dep in favor of centrzliaed...

Handle ALL errors, including Horizon and network problems.

Implement a multi-account support(#6) and basic acquiring to turn the service into a SAAS platform, so anyone could offer public SAAS notification services for some fee.

Include into the reaction request not only transaction info, but also all operation effects.

Check the response from the reaction URL to prevent using a service as a flood source. Pause a subscription if the response does not match the request. Make it an...

Change configuration and queues to use multiple networks instead of only one.