Michael Huang

Results 57 comments of Michael Huang
trafficstars

> Does anyone solve this problem I also met this problem You can lower concurrency to 1, and add a setTimout here https://github.com/skygragon/leetcode-cli/blob/8dc0b2ab9b04771bfeef29f02e52371ff8f16db6/lib/commands/submission.js#L77. Not ideal, but will pull most of...

> > > Does anyone solve this problem I also met this problem > > > > > > You can lower concurrency to 1, and add a setTimout here...

This is mainly due to network instability. Try using the `skip_confirmation` option: https://michaelhly.github.io/solana-py/rpc/types/#solana.rpc.types.TxOpts.skip_confirmation

Looks like this is blocked by https://github.com/michaelhly/solana-py/issues/116 ☹️

No. Not that I know of. We’re happy to take PRs though!

@crypt0miester Solders just a bunch of macro bindings that wraps around Solana Lab's rust sdk: https://github.com/solana-labs/solana/tree/master/sdk/src cc @kevinheavey

Can you run `pytest` with the verbose flag and see what the issue is?

Is this the only test that fails? Seems like the ledger state did not clear (i.e. probably b/c docker compose did not clean up properly in previous runs), thus the...

Someone has to write a python client, because it does not use Anchor.

It would be similar to https://github.com/michaelhly/solana-py/tree/master/src/spl/token. Someone would just need to port the [JS API Package](https://github.com/solana-labs/solana-program-library/tree/master/token-swap/js) to python.