Nikhil Saraf

Results 74 issues of Nikhil Saraf

related to #435 ## Describe the bug The bot is capping precision for amount and volume too early, which results in incorrect values. ## Expected behavior I think the correct...

bug

comment that spun off this issue to be a separate issue: https://github.com/stellar/java-stellar-sdk/pull/177/files#r258731630 see the related js sdk issue: https://github.com/stellar/js-stellar-sdk/pull/234 see the related java sdk issue to add custom fee: https://github.com/stellar/java-stellar-sdk/issues/176

I am unable to build on the Apple M1 chip because `wasm-opt` doesn't have pre-built binaries for the M1 chip and throws an "Unrecognized target" error. I ran this on...

suggested by one of our partners -- let me know if this change makes sense, I've not tested it out myself to know if this is correct @bartekn

in progress

I could not find a way to get or set the inflation destination via a command.

when running `make test` I get the following error --- FAIL: TestDex (224.06s) lumen_test.go:54: (pay 1 EUR --to bob --from mo --with XLM --max 20) wrong output: want , got...

Always add the SourceAccount to the `paymentMuts` so we can submit a transaction that includes operations from different source accounts (this is different from the multisig use-case outlined in the...

I am using a `NewProxiedClient` with an http proxy running on my remote server. It is trying to do the web-socket handshake with binance without going through the proxy. I...

It is not clear from the README whether setting MaxSize to non-zero but maxBackups and maxAge=0 will result in rotation. With that configuration will it just delete the old file...