Illia Polosukhin

Results 85 comments of Illia Polosukhin

You need to install this package. If you already cloned it, you can install via pip install -e .

Does this pass a clean build without lock file? Because I think we removed some of the dependencies that are in tests like near-runtime-standalone from nearcore?

Also would be good to have at least some tests that test serializing with JS and deserializing with Rust and the other way. Also we will get more languages here...

@bowenwang1996 If there is no bid - there is no auction. Auction starts with the first bid.

It worth noting that there are some TLAs that are valuable for user experience and user onboarding (examples are .eth, .aurora) as well as proper nouns of popular companies (.google,...

Currently we can easily mess up keys at the setup (for example by not adding all the required allowed methods). This would address this problem. Also `AddKey` action should be...

Usually, this is issue with old node. You want to switch to node v12 and reinstall near-cli

This is really weird error, but it seems like the cause is updating node in place doesn't work very well. We had someone else report the same error and their...

Let's use `pool.near` for new factory given it will allow to manage upgradable contracts and doesn't need version identifier. Thanks to community member for reserving it.