Commit Graph

1359 Commits

Author SHA1 Message Date
dr-frmr
21c24afc3a
update to wit 0.8.0 2024-03-08 18:52:41 -03:00
doria
23ff80d83a
Merge pull request #277 from kinode-dao/da/drop-caps-final
Da/drop caps final
2024-03-08 17:26:15 -03:00
Drew Tada
f0792cf1b3 uncommented drop_capabilities 2024-03-08 13:34:14 -06:00
dr-frmr
a3b86e230b
syntax fix 2024-03-08 16:16:14 -03:00
dr-frmr
60935d008f
bugfix: get from pki not peers in NetAction::GetPeer 2024-03-08 16:12:12 -03:00
doria
0989e8d3ff
Merge pull request #273 from kinode-dao/bp/passhash
password work
2024-03-07 23:25:15 -03:00
dr-frmr
3938f80176
refactor out tiny_keccak, remove unused deps 2024-03-07 23:23:50 -03:00
doria
2c5fab0d71
Merge pull request #276 from kinode-dao/dr/homepage-customizeable
make homepage dynamic, apps can add and remove links to themselves
2024-03-07 23:03:26 -03:00
bitful-pannul
92879957b7 register: add reset node screen 2024-03-07 17:13:43 -03:00
dr-frmr
d756348194
kns_indexer: add script to print state to terminal 2024-03-07 16:50:04 -03:00
bitful-pannul
6fcb2633da register: add link to /reset on login page 2024-03-07 15:27:54 -03:00
bitful-pannul
94a395a085 register: add chain_id to signature 2024-03-07 14:26:10 -03:00
bitful-pannul
072767c3d7 register: add more things to signature 2024-03-07 14:08:15 -03:00
dr-frmr
c43fccb513
remove extra trailing / 2024-03-07 13:30:04 -03:00
dr-frmr
0c0bbfe3d2
feat: make homepage customizeable, apps can request to be added with icon and label 2024-03-07 13:24:29 -03:00
doria
b961564c31
Merge branch 'develop' into bp/passhash 2024-03-07 12:10:46 -03:00
bitful-pannul
77bac5e659 register: readd file key 2024-03-06 21:59:41 -03:00
doria
3adfebf8ea
Merge pull request #275 from kinode-dao/dr/http-add-unbind
HTTP server: add `Unbind` actions
2024-03-06 20:08:55 -03:00
bitful-pannul
bf2c495e80 nit: remove prints 2024-03-06 14:46:28 -03:00
dr-frmr
0b3fc47575
http_server feat: add unbind action 2024-03-06 14:14:58 -03:00
dr-frmr
274ae268f2
improve prints slightly 2024-03-06 12:54:40 -03:00
bitful-pannul
01f2721e50 register: verify username and signature upon boot 2024-03-05 19:45:16 -03:00
doria
66c971b5d8
Merge pull request #274 from kinode-dao/dr/net_diagnostics_cleanup
change net api to be response-based instead of prints
2024-03-05 17:35:18 -03:00
dr-frmr
bbe5905e59
update readme 2024-03-05 17:31:43 -03:00
dr-frmr
ba3374e234
change net api to be response-based instead of prints, add scripts for easy usage from term 2024-03-05 17:10:10 -03:00
bitful-pannul
57f7978dca nit: remove old register build files 2024-03-05 16:10:36 -03:00
bitful-pannul
a9912e6a37 register: revert salt weirdness 2024-03-05 15:59:23 -03:00
dr-frmr
2b2c9a4ac1
bugfix: properly delete relay subs after networking error 2024-03-05 13:27:59 -03:00
dr-frmr
38c4495d77
bugfix: properly set RSVP and sub_id in eth subscription relay 2024-03-05 13:07:27 -03:00
doria
f8670052c4
Merge branch 'main' into develop 2024-03-04 23:01:41 -03:00
bitful-pannul
5bd477b050 register: init password hash 2024-03-04 20:27:11 -03:00
dr-frmr
3a4ea0fd67
fix terminal paste bug, some cleanup 2024-03-04 19:12:56 -03:00
dr-frmr
bf856343af
add openssl and libclang notes to setup in readme 2024-03-04 18:59:53 -03:00
dr-frmr
e87b7f9e49
more print nits 2024-03-04 18:12:54 -03:00
dr-frmr
25d86abc27
put http_client prints at higher verbosity to match rest of runtime 2024-03-04 17:55:32 -03:00
doria
e500e67c22
Merge pull request #271 from kinode-dao/dr/terminal-color-fix
terminal: color changes and print provenance
2024-03-04 17:47:26 -03:00
dr-frmr
d4930ab969
add provenance to all prints from processes 2024-03-04 17:40:10 -03:00
dr-frmr
7fa5a43ef3
terminal: get colors using system colors, fix nits 2024-03-04 17:08:38 -03:00
dr-frmr
653e443bf8
update readme with provider editing process 2024-03-04 16:35:29 -03:00
doria
565f3c43e5
Merge pull request #266 from kinode-dao/dr/eth-multi-chain
eth: multi-chain provider model, multi-provider model
2024-03-04 16:22:31 -03:00
dr-frmr
1506979bda
remove unused import 2024-03-04 16:21:38 -03:00
dr-frmr
96750b77df
update process_lib deps, add timeout to wasi tempdir creation (hitting this, weirdly?) 2024-03-04 16:21:09 -03:00
dr-frmr
76b8d5266b
reconnect to node-provider fully working 2024-03-04 15:32:10 -03:00
doria
366d44e733
Merge branch 'develop' into dr/eth-multi-chain 2024-03-04 13:17:31 -03:00
doria
e46993ad5c
Merge pull request #270 from kinode-dao/bp/sanitize-paths
vfs: sanitize paths
2024-03-04 13:17:16 -03:00
doria
0c6b0bb966
Merge pull request #267 from kinode-dao/da/pipe-fix
Da/pipe fix
2024-03-04 13:17:07 -03:00
dr-frmr
44555ba954
kns_indexer bugfix, refactor eth again 2024-03-04 00:03:15 -03:00
dr-frmr
a2286ad3c4
refactor to reduce crazy repetition 2024-03-01 18:58:50 -03:00
dr-frmr
425a3995b5
eth: make error messages requests, when necessary 2024-03-01 11:56:59 -03:00
bitful-pannul
8290fe872f vfs: normalize instead of canonicalize 2024-02-29 19:10:48 -03:00