Results 141 comments of Jun Luo

Strangely, here are two different XDRs, the first one has a non-empty signed payload, which can be accepted by the network, and the second one, with an empty signed payload,...

Thanks, @leighmcculloch.

Based on this comment(https://github.com/stellar/rs-stellar-strkey/pull/26#discussion_r995262657), we should consider the behavior here as a bug, so I'll keep this issue open.

I also encountered this error when I tried to test this stream point in [Stellar laboratory](https://laboratory.stellar.org/#explorer?resource=offers&endpoint=all&values=eyJzZWxsaW5nIjoibmF0aXZlIiwiYnV5aW5nIjoiQVFVQTpHQk5aSUxTVFZRWjRSN0lLUURHSFlHWTJRWEw1UU9GSllRTVhQS1dSUk01UEFWN1k0TTY3QVFVQSIsInN0cmVhbWluZyI6dHJ1ZSwiY3Vyc29yIjoibm93Iiwib3JkZXIiOiJkZXNjIn0%3D&network=public), I will give you a reply once I find the source of the problem,...

https://github.com/stellar/go/issues/4348

I'm currently not sure if the documentation is wrong, maybe the offers endpoint doesn't support streams, still waiting for a response from SDF, maybe you can try to use timed...

The fee state endpoint does not support stream, in general you also don't need to access this endpoint, you can learn how to set [base_fee here](https://developers.stellar.org/docs/glossary/fees/#surge-pricing).

It is inherited from the parent class. In fact, it does not support stream. I will improve it in the coming release, sorry for causing you trouble.