tamirms

Results 26 comments of tamirms

@VicMikhailau `StrKey.encodeStellarAccountId()` will convert an `AccountID` instance into a string. If that function does not help you can you please provide a specific example with a sample public key

@overcat I would recommend tackling either: ➕Add support for /accounts end-point with ?signer and ?asset filters. We recommend a method like .accounts(queryParams) (see documentation for accounts). or ➕Add support for...

@ire-and-curses I added equality methods on xdr generated classes but this issue discusses comparing amount strings. In the XDR form amounts are treated as int64s but in their Java representation...

@OlagStegan It is useful to know whether a given IP comes from the european union. Why? There are often special regulations for EU users which are different for non EU...

@OlagStegan are you a maintainer of this repo?

If you build the package in trusty and then run in xenial the tests seem to pass. Here's the Dockerfile I used to test that flow: ``` FROM ubuntu:14.04 AS...

I was browsing the other issues and I found that this bug is also reported in https://github.com/barrysteyn/node-scrypt/issues/131 I was able to verify that https://github.com/barrysteyn/node-scrypt/pull/133 fixed the issue @barrysteyn are you...

@barrysteyn [trello's](https://trello.com/) backend runs on nodejs uses node-scrypt. We're in the process of upgrading all our services to run on xenial instead of trusty. This issue is blocking us from...

@barrysteyn just a friendly reminder... could you take a look at #133 ? thanks!

@sreuland I think that's a good idea. I think we still need captive core for the following endpoints as this info is not available in Horizon's API: [getContract](https://stellarorg.atlassian.net/wiki/spaces/PJC/pages/4402151440/soroban-rpc+API+Docs#getContract) [getContractData](https://stellarorg.atlassian.net/wiki/spaces/PJC/pages/4402151440/soroban-rpc+API+Docs#getContractData) [simulateTransaction...