Vlad Frolov

Results 464 comments of Vlad Frolov

@zhang-wenchao Just FYI, I usually just use [proxychains](https://github.com/rofl0r/proxychains-ng) in order to achieve proxying instead of baking in the support into the apps, but once we will work on a proper...

There is a [proper configuration file](https://github.com/near/near-cli-rs/blob/master/docs/README.en.md#config) now, so you might use it for proxy configuration just as well.

Thanks for submitting it! This will be part of the `developer` extension

Just for reference, here is the script that does this "one-click account recreation" (init function name and arguments can be different): ```sh OWNER_ACCOUNT_ID=frol14.testnet CONTRACT_ACCOUNT_ID=devgov.frol14.testnet CONTRACT_FILE_PATH=./target/near/near_devgov_badges.wasm near-cli-rs account delete-account "$CONTRACT_ACCOUNT_ID" beneficiary...

@austinabell Thank you for catching it and submitting a PR!

1. I can recommend using the new https://github.com/near/near-jsonrpc-client-rs/ 2. I feel this is somewhat blocked on #47

@sotcsa The error "error applying hunk #1" does not look like one Postgres could return. It sounds like `patch` error which I don't see a reason to get here. Please,...

@sundafa The issue you report seems to be completely different one. Try fresh checkout from master as our CI passes just fine.

Does anyone from the community have time to look into why diesel CLI leads us into this problem state? It seems to be not reproducible on our end 🤔

@bearInTheRoad Try `cargo +stable build --release`