Piyal Basu
Piyal Basu
Steps to repro: * Add a trustline * Add a buy offer using `Manage Buy Offer` in Lab * Remove balance from trustline * Attempt to remove trustline * Observe...
In packages/demo-wallet-shared/methods/sep12/putSep12FieldsRequest.ts It expects a response of 202. But 200 is also an acceptable response. Let's handle this case https://github.com/stellar/stellar-protocol/commit/2d46fe87fa9aa512610078eda51dc52573ed754b#diff-1dc2bdae0cffb9fccb696891fb59ca6533c8ab3a026bb60b9249cb6fce549d1dR311
It'd be best practice to minify the output files in the `dist` files
Upgrade the packaged Typescript version to the latest. https://www.npmjs.com/package/typescript?activeTab=versions
Could be helpful to include default export in the generated library. This would allow users to do: ``` import HelloContract from "bindings/hello-soroban-client"; import IncrementContract from "bindings/incrementor-client"; ``` Instead of ```...
…… (#1169) * capture amplitude errors to better understand why they're triggering sentry (#1167) * flips the session store flag, updates listeners to not be intialized async for v3 *...
It would be nice to abstract the `simulateTransaction` and `sendTransaction` workflows to simplify the dev experience. There is a nice attempt at this in the soroban-react repo (https://github.com/esteblock/soroban-react/tree/main/packages/contracts/src), but in...