* cc-release:
s/OS X/macOS
Additional README updates. [ci skip]
Update CONTRIBUTING.md. [ci skip]
Update README for 0.8.0 release. [ci skip]
removes u3l_log from u3m_bail() and c3_assert()
enable ivory slog printfs during dawn (ethereum pre-boot validation)
removes u3l_log() from critical error-handling code paths
Retarget arvo at v0.8.0.rc.1.
Update solid and brass pills in LFS.
Points arvo submodule at zod.2019.6.3.
removes c3_malloc/free calls from jets
removes unused +mer:in jet
fixes typo in +cue comment
corrects +cue comment
removes incorrect early return in cli argument-parsing
tweaks cue/mug explicit stack conventions once more
uses a separate desk and manual commit for +solid staging (avoids -A)
tweaks explicit stack conventions in +cue jet
refactors explicit stack usage in u3r_mug
* master: (84 commits)
Add full stops to README list.
Fix mailto link in README
Update Contributing in README and remove Landscape info
fix hoon nest: make %iron different from %zinc
fixes :acme retry on "bad-nonce" error
Fix indentation.
joe's fix for issue #1287 in gall
rejects automatic %peer /sole from lib/drum
adds +handle-peek for lib/tapp namespace reads
adds +handle-init to lib/tapp for an optional "boot" transaction
trad -> async
fix fang's suggestions
rename apps
Replace errant nets-need with nest-need.
fixes (trivial) jet mismatch in +mas
calls +qeu treap-order validation in mold with $|
adds (failing) +qeu mold test
adds +tap:to treap-order validation arm
adds tests for +set and +map mold clams
calls map/set treap-order validation arms in molds with $|
...
This adds a jet for +scalarmult:ed:crypto. While previous jets could
just call math from the ed25519 library, scalarmult wasn't provided
by that library. This patch also translates an implementation of that
function from DEDIS' BSDed ed25519 golang library.
This makes three new functions in +ed:crypto which are designed to
be jetted by the ed25519 implementation. It then moves the ring
signature library stuff onto two of them. Previously, it took three
minutes to sign+verify an unlinked ring of 3 public keys; now it is
instantaneous with the jets written so far.
This comments out all the linkage handling code, since a jet isn't
written for that stuff yet.