1e04e9498e
This removes the logic from cleaning up stale subscriptions in %gall, leaving +ap-rake as it was, and moves it to the +on-kroc arm in %ames. Failed subscriptions from nacking a %watch plea that were not properly corked (fixed in https://github.com/urbit/urbit/pull/6102) are a subset of the more general "stale re-subscription" issue, so we take care of all stale flows at the same time, by focusing on the current subscription—leaving all others to be corked automatically—and checking if it received a nack, to subsequently cork it. |
||
---|---|---|
.github | ||
bin | ||
doc/spec | ||
extras | ||
nix | ||
pkg | ||
sh | ||
tests | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.ignore | ||
.mailmap | ||
.nvmrc | ||
.stylish-haskell.yaml | ||
.vercelignore | ||
CONTRIBUTING.md | ||
default.nix | ||
lerna.json | ||
LICENSE.txt | ||
MAINTAINERS.md | ||
Makefile | ||
package-lock.json | ||
package.json | ||
README.md | ||
shell.nix | ||
vere-version |
Urbit
Urbit is a personal server stack built from scratch. It has an identity layer (Azimuth), virtual machine (Vere), and operating system (Arvo).
A running Urbit "ship" is designed to operate with other ships peer-to-peer. Urbit is a general-purpose, peer-to-peer computer and network.
This repository contains the Arvo Kernel
For the Runtime, see Vere. For more on the identity layer, see Azimuth. To manage your Urbit identity, use Bridge.
Install
To install and run Urbit, please follow the instructions at urbit.org/getting-started. You'll be on the live network in a few minutes.
Contributing
Contributions of any form are more than welcome! Please take a look at our contributing guidelines for details on our git practices, coding styles, and how we manage issues.
You might also be interested in joining the urbit-dev mailing list.
Release
For details about our release process, see the maintainers guidelines