This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(localnet): added automatic rc release download in localnet if bi…
…nary path not provided ``` sandi@sandi-ThinkPad-X1-Carbon-7th ~/w/n/nearup (master)> nearup run localnet 2021-05-17 16:03:48.689 INFO nearup - run: Home directory is /home/sandi/.near/localnet... 2021-05-17 16:03:50.417 INFO util - download_binaries: Downloading latest deployed version for localnet 2021-05-17 16:03:50.418 INFO util - download_binaries: Downloading neard to /home/sandi/.nearup/near/localnet/neard from nearcore/Linux/1.19.0/daf13ddfa7341883f4c8eb00b063a98757dc59c8/neard... 2021-05-17 16:03:54.132 INFO util - download_binaries: Downloaded neard to /home/sandi/.nearup/near/localnet/neard... 2021-05-17 16:03:54.132 INFO util - download_binaries: Making the neard executable... 2021-05-17 16:03:54.174 INFO localnet - run: Localnet was spawned successfully... 2021-05-17 16:03:54.175 INFO localnet - run: Localnet logs written in: /home/sandi/.nearup/logs/localnet 2021-05-17 16:03:54.175 INFO localnet - run: Check localnet status at http://127.0.0.1:3030/status sandi@sandi-ThinkPad-X1-Carbon-7th ~/w/n/nearup (master)> nearup stop 2021-05-17 16:04:04.349 WARNING nodelib - stop_nearup: Stopping the near daemon... 2021-05-17 16:04:04.350 INFO nodelib - stop_native: Near procces is neard with pid: 107196... 2021-05-17 16:04:04.350 INFO nodelib - stop_native: Stopping process neard with pid 107196... 2021-05-17 16:04:06.696 INFO nodelib - stop_native: Near procces is neard with pid: 107197... 2021-05-17 16:04:06.697 INFO nodelib - stop_native: Stopping process neard with pid 107197... 2021-05-17 16:04:07.032 INFO nodelib - stop_native: Near procces is neard with pid: 107198... 2021-05-17 16:04:07.033 INFO nodelib - stop_native: Stopping process neard with pid 107198... 2021-05-17 16:04:07.368 INFO nodelib - stop_native: Near procces is neard with pid: 107234... 2021-05-17 16:04:07.369 INFO nodelib - stop_native: Stopping process neard with pid 107234... 2021-05-17 16:04:07.704 WARNING nodelib - stop_nearup: Stopping the nearup watcher... 2021-05-17 16:04:07.705 ERROR watcher - stop_watcher: There was an error while stopping watcher: psutil.NoSuchProcess no process found with pid 7068 ```
- Loading branch information