Elliot Glaysher
f1622fd3c2
Minus the stdenv?
2019-06-24 15:53:33 -07:00
Elliot Glaysher
c6bee9593c
Maybe we have to manually add CFLAGS like release.sh in urbit?
2019-06-24 15:45:35 -07:00
Elliot Glaysher
abdb1e234b
Ben says this might work.
2019-06-24 15:06:49 -07:00
Elliot Glaysher
4eefedabad
Actually add the cross.nix file.
2019-06-24 14:55:02 -07:00
Elliot Glaysher
44ddebdb4f
Attempt at getting cross-compilation working.
2019-06-24 14:41:54 -07:00
Elliot Glaysher
3af13630cf
Merge branch 'rings' of github.com:urbit/urbit into rings
2019-06-24 13:51:18 -07:00
Elliot Glaysher
496e62e01d
Merge branch 'cc-release' into rings
...
This translates the meson build to nix. Previously, we had our ge-additions
package just manually compiled in instead of having its own file.
2019-06-24 13:47:53 -07:00
Jared Tobin
ae7289a20a
Fix typos in ge_addition comment header.
2019-06-22 15:22:47 +08:00
Elliot Glaysher
807cc3fef9
Use the gate name +point-add to not clash with +add
2019-06-21 11:19:50 -07:00
Elliot Glaysher
2918b6af3f
Jet +add-double-scalarmult
2019-06-13 13:33:06 -07:00
Elliot Glaysher
e42ad8ca9d
Jet ed25519 point scalar multiplication.
...
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.
2019-06-13 11:24:43 -07:00
Elliot Glaysher
683de2ed52
Jet for +add:ed:crypto
2019-06-12 10:51:10 -07:00
Elliot Glaysher
4f486cd3d5
Add jetted implementations of +scalarmult-base and +double-scalarmult
2019-06-11 14:18:15 -07:00
Joe Bryan
7e6a44a115
Merge pull request #1270 from urbit/ccr-noun-clean
...
cc-release: libnoun cleanup
2019-05-03 10:24:56 -07:00
Joe Bryan
f3867966bb
fixes u3m_soft early-return bail type
2019-05-03 08:13:50 -07:00
Joe Bryan
dc1bf0c7d2
refactors u3v_boot/_lite, fixes reference miscount
2019-05-03 08:12:17 -07:00
Joe Bryan
a16450f62f
use static keyword for local vortex.c functions
2019-05-02 17:10:09 -07:00
Joe Bryan
ff0be87001
removes unused .sys member of persistent u3A struct
2019-05-02 16:26:24 -07:00
Joe Bryan
7cd0b09cd4
Merge branch 'cc-release' into ccr-noun-clean
...
* cc-release:
Get cross-compilation ready for release. (#1263 )
Use a typed size_t instead.
Set the maximum event log size to forty gigabytes.
2019-05-02 16:26:11 -07:00
benjamin-tlon
ade1e59ce1
Get cross-compilation ready for release. ( #1263 )
...
* Add cross-compilation for `lmdb`.
* Got built caching working in CI with `cachix`.
* Cache cross compilation dependencies and toolchains.
* Do release builds in CI.
* Upload release builds to `bootstrap.urbit.org` on successful build.
* Lots of optimization work for CI.
* Boot from a solid pill in CI and load arvo with `-A`.
* Increase `vere` HTTP timeout to 15m.
2019-05-02 13:13:48 -07:00
Elliot Glaysher
17bbe52524
Merge pull request #1269 from urbit/cc-lmdb-map-size
...
Use a 40 gigabyte log size
2019-05-02 11:51:34 -07:00
Joe Bryan
08a181a6e2
removes obsolete u3v functions, refactor u3v_boot(_lite)
2019-05-02 11:35:52 -07:00
Elliot Glaysher
c06e8dbdb4
Use a typed size_t instead.
2019-05-02 10:50:59 -07:00
Joe Bryan
1565eede94
removes obsolete u3m_boot, renames new boot functions
2019-05-02 10:46:19 -07:00
Elliot Glaysher
7d246813f7
Set the maximum event log size to forty gigabytes.
2019-05-02 10:45:28 -07:00
Joe Bryan
1604313207
removes duplicate manage.c init, fixes call sites
2019-05-02 10:42:26 -07:00
Joe Bryan
46b14af63b
Merge branch 'master' into ccr-noun-clean
...
* master:
Update link to docs for swap space help
Add `git` to default.nix dependencies
Handle trailing newline in keyfile.
2019-05-02 10:40:57 -07:00
Jared Tobin
ac6a3f03bc
Merge pull request #1265 from jglukasik/patch-2
...
Add `git` to default.nix dependencies
2019-05-02 21:10:45 +08:00
Jared Tobin
83ddfed066
Merge pull request #1267 from jglukasik/patch-3
...
Update link to docs for swap space help
2019-05-02 21:07:53 +08:00
Joseph Lukasik
3c1366180b
Update link to docs for swap space help
2019-05-01 15:18:51 -07:00
Joseph Lukasik
e43da61505
Add git
to default.nix dependencies
...
Fixes a "No such file or directory: 'git': 'git'" error in running ./scripts/nixbuild on NixOS
2019-05-01 13:24:34 -07:00
Jared Tobin
e7dc361918
Merge pull request #1258 from jfranklin9000/master
...
Handle trailing newline in keyfile.
2019-05-01 19:09:37 +08:00
Elliot Glaysher
191c907995
Merge pull request #1259 from urbit/cc-batched-writes
...
Batch event log commits
2019-04-29 16:21:53 -07:00
Elliot Glaysher
60196a9910
General patch cleanup
2019-04-29 14:23:27 -07:00
Elliot Glaysher
812b841f20
Attempt at fixing compile on CI.
2019-04-29 13:45:40 -07:00
Elliot Glaysher
06cfb81d60
Fix multi-event commit.
2019-04-29 10:59:15 -07:00
Elliot Glaysher
2fe916faac
Merge remote-tracking branch 'origin/cc-release' into cc-batched-writes
2019-04-29 10:16:33 -07:00
Elliot Glaysher
8d691a63af
Theoretically multi-event writes.
...
I'm having trouble testing this, though. Every constructed write request
is still only 1 event.
2019-04-29 10:06:03 -07:00
John Franklin
017cb4cb15
Handle trailing newline in keyfile.
2019-04-27 20:04:56 -05:00
Joe Bryan
3d61e63d7a
Merge pull request #1254 from urbit/bs/cachix
...
Use `cachix` in CI.
2019-04-26 17:06:40 -07:00
Joe Bryan
a378aac5ff
Merge pull request #1255 from urbit/ccr-cleanup
...
cc-release general cleanup
2019-04-26 14:53:12 -07:00
Joe Bryan
247a09e8cd
Merge pull request #1256 from urbit/ccr-vent-spin
...
cc-release: runs event state machine once per libuv turn
2019-04-26 14:52:32 -07:00
Joe Bryan
2c3bf6a9f2
corrects inaccurate u3m_reclaim comment in worker
2019-04-26 14:38:24 -07:00
Joe Bryan
e4db6edb24
restores perror() calls in terminal hijack/lojack to avoid possible reentrance
2019-04-26 14:36:38 -07:00
Joe Bryan
4f3f3897f8
moves _pier_apply into uv_idle_t, runs once per libuv turn
2019-04-26 14:24:01 -07:00
Joe Bryan
9196f7cc4a
removes obsolete members from persistent u3A struct
2019-04-26 13:59:37 -07:00
Joe Bryan
56750c5f59
updates worker to store interim lifecycle events in u3V
2019-04-26 13:57:11 -07:00
Joe Bryan
1f86128b69
restores external arvo time on event failure
2019-04-26 13:56:42 -07:00
Joe Bryan
be254c57ae
moves mug chaining enforcement entirely into the worker
2019-04-26 13:31:29 -07:00
Joe Bryan
b6b84b5369
updates the worker to track in-progress vs completed event numbers
2019-04-26 11:27:20 -07:00