aptos-core
aptos-core copied to clipboard
error with waiting for tx and post request
Hi, if you try to run rust sdk example transfer coin, you will get an error, and when you solve it, you will get another error. Seems like authors of rest api updated him, however haven't updated code in sdk.
- first error was with post request for faucet, where without header users get 411
- second was waiting for result of tx, api only return tx id, and decode to bytes always return error for [ or " symbol, or when you cut it, it will panic "EOF"
@banool review please @gregnazario
Will look later, though I think we might have fixed this now.