Mike Purvis
Mike Purvis
This is not a "bug" per se, but a confusion now that there has been a protocol change. _**How it worked before**_ When you create a full access key or...
Currently we are not tracking whether changes made to this repo will break the demonstration snippets/examples in the `examples` directory. We'll likely have to consider using contract helper for CI...
See pull request here: [https://github.com/nearprotocol/near-shell/pull/286](https://github.com/nearprotocol/near-shell/pull/286) There is a long-term strategy that involves amending our examples (including `create-near-app`) to use cross-platform environment variable tools. This issue is a reminder remove the...
@evgenykuzyakov mentioned that we should probably ask for explicit balance to be transferred to the new account, instead of providing a default. This should lead to understanding that creation of...
***Is your feature request related to a problem? Please describe.*** ***Describe the solution you'd like*** Vlad suggested possibly using [https://github.com/vercel/pkg](https://github.com/vercel/pkg) Or else possibly having instructions about how to use the...
When you run `near --help` and see the listing for `near tx-status` it isn't clear that you'll need to provide the account ID or why. Or that it can be...
## Story As a user who wants to build on NEAR, I want to use the NEAR Explorer to see my transaction information in real time. However, currently `listens-counter` and...
Associated Issue: https://github.com/nearprotocol/NEARStudio/issues/258 This was brought up before about making sure all repos have code of conduct and a link to the contributions page. This repo did a great job...
`mkdir -p out/ && gulp` is used in the build process for the examples. Windows does not have the `-p` flag and throws an unhelpful error. Vlad added the `out/`...
Make sure all public repos have: README.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md (you can take it from nearcore), LICENSE (prefer Apache, if we currently have GPL for some reason - let’s investigate why...