OrbitLens

Results 15 issues of OrbitLens

Currently, TS transpilation process converts TS source files into CommonJS modules compatible with older NodeJS versions. The problem is that such structure doesn't support bundler's (e.g. WebPack, Rollup) tree shaking...

rpc-sdk-scrum

Currently, `stellar-base` is using synchronous cryptography calls for transactions hashing, signing, and verification. This is sub-optimal in terms of general JavaScript-based applications development because SHA256 and ED25519 CPU-intensive computations block...

I'm having problems running this package on Centos8 server. Error details: ``` /srv/api/src/index.js: symbol lookup error: /srv/stellar-trace-api/node_modules/.pnpm/[email protected]/node_modules/argon2/build/Release/argon2.node: undefined symbol: argon2_ctx ``` ### Environment argon2 version: `0.40.1` OS: `Centos8` Node: `v20.2.0`...

Effects `Offer Created`, `Offer Updated`, `Offer Removed` are described in [API docs](https://www.stellar.org/developers/horizon/reference/resources/effect.html#trading-effects), but they are not generated by the Horizon. Are there any specific reasons behind such behavior? Those effects...

horizon