Robert Yan

Results 17 comments of Robert Yan

Enable configuring multiple RPC nodes also helps to resolve the feature request of switching RPC URLs in NEAR wallet: https://github.com/near/near-wallet-roadmap/issues/36, if wallet could set fallback RPC URLs by default.

met the same issue. The error `Transaction has expired` happens quite often on testnet recently

just want to point out that this feature is different from the feature request we received from users/developers previously during the RPC downtime: https://github.com/near/near-wallet-roadmap/issues/36 https://github.com/near/near-wallet-roadmap/issues/36 includes more UI work from...

@corwinharrell the most common case I have in mind is linkdrop, when user received a linkdrop with a `redirectUrl`, she/he might be redirected to a phishing page (e.g. a fake...

thanks @Zombieliu @Zombieliu here means that without pagination, it's impossible to search for the transactions executed several days or weeks ago, especially when a large number of transactions have run...

@frol thanks Frtol. I think we can start with showing the NEP141 metadata especially the **Overview** section in etherscan. ![image](https://user-images.githubusercontent.com/46699230/128306073-a50b5c9b-2296-4c83-8236-9709630be30e.png) - icon - name - standard - decimals - price...

@volovyk-s @ailisp I have updated `package.json` with `near-sdk-js` from npm and updated README using near-cli JS commands for deploy and init. I didn't update the frontend code. maybe it's a...

### Motivation I have also applied for contribution to implement this new strategy because I'm curious in the design of hummingbot, and is interested to take the chance to learn...

This is great! This fix makes near-cli usable for developers who need http(s) proxies to visit NEAR RPC and helper services. Can you make some enhancements to support `HTTP_PROXY`, `HTTPS_PROXY`...

I mean after import global agent, you can configure the global agent environment variables, so near-cli acts more like a normal process that respects the environment variables `HTTP_PROXY`, `HTTPS_PROXY` and...