dr-frmr
|
8a5eae4f22
|
more cleanup of imports, use kernelMessage builder
|
2024-06-25 16:53:35 +02:00 |
|
doria
|
c709f6ef79
|
Merge pull request #411 from kinode-dao/hf/dont-overwrite-prompting-message-with-null
kernel: only overwrite request prompting_message when there could be a reply to it
|
2024-06-20 19:54:17 +09:00 |
|
hosted-fornet
|
a82305a19b
|
kernel: print debug when message dropped cuz target DNE
|
2024-06-19 11:39:08 -07:00 |
|
github-actions[bot]
|
88db6ef8e3
|
Format Rust code using rustfmt
|
2024-06-18 04:48:50 +00:00 |
|
hosted-fornet
|
f96b257f1c
|
kernel: only overwrite request prompting_message when there could be a reply to it
|
2024-06-17 21:48:22 -07:00 |
|
dr-frmr
|
5a07782424
|
WIP: refactor terminal for clarity, improve comments, add print to acknowledge exit code, make kernel more efficient by allowing terminal to turn off event-loop-prints
|
2024-06-13 18:14:05 -06:00 |
|
doria
|
ecbc87c6c3
|
Merge pull request #371 from kinode-dao/yuri/comments
add comments to kernel
|
2024-06-03 13:48:21 +09:00 |
|
jurij-jukic
|
61c00119fb
|
clearer comment
|
2024-05-29 14:06:09 +02:00 |
|
dr-frmr
|
b6c54c884b
|
make kernelprint a response instead of a raw print, update top and kill scripts to use this
|
2024-05-25 16:51:23 -06:00 |
|
dr-frmr
|
e54c0cf041
|
feat: kernel switching on process wit version
|
2024-05-16 17:06:55 -06:00 |
|
dr-frmr
|
00d0d6cfe3
|
WIP: support standard_host and standard_host_v0 in kernel
|
2024-05-16 13:49:38 -06:00 |
|
dr-frmr
|
15c86f55be
|
first pass: handle multiple wit versions, normalize all version values to u32
|
2024-05-14 18:00:48 -06:00 |
|
dr-frmr
|
67d4c8c9f6
|
settings frontend! also, kernel shutdown cleaner
|
2024-05-01 03:20:26 +09:00 |
|
github-actions[bot]
|
55f8fc273b
|
Format Rust code using rustfmt
|
2024-04-25 17:08:36 +00:00 |
|
dr-frmr
|
5e9f9646d6
|
kernel: switch back to honoring OnExit::Restart on crash
|
2024-04-26 02:08:09 +09:00 |
|
bitful-pannul
|
4c15375baa
|
remove sepolia testnet
|
2024-04-11 19:14:39 -04:00 |
|
github-actions[bot]
|
809894e524
|
Format Rust code using rustfmt
|
2024-04-03 23:53:39 +00:00 |
|
hosted-fornet
|
98681db0e0
|
bump wasmtime deps to 19.0.1
|
2024-04-03 16:53:07 -07:00 |
|
dr-frmr
|
fac2073500
|
kernel: fix: use mutated process metadata on exit
|
2024-03-15 15:13:59 -03:00 |
|
dr-frmr
|
6082ee6533
|
kernel: only reboot persisted processes if their OnExit behavior is not None
|
2024-03-14 01:00:40 -03:00 |
|
Drew Tada
|
f0792cf1b3
|
uncommented drop_capabilities
|
2024-03-08 13:34:14 -06: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 |
|
dr-frmr
|
d4930ab969
|
add provenance to all prints from processes
|
2024-03-04 17:40:10 -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
|
44555ba954
|
kns_indexer bugfix, refactor eth again
|
2024-03-04 00:03:15 -03:00 |
|
dr-frmr
|
ad8e7261ae
|
Merge branch 'develop' into dr/eth-multi-chain
|
2024-02-29 02:18:44 -03:00 |
|
dr-frmr
|
1b012d515f
|
little fixes
|
2024-02-28 19:24:37 -03:00 |
|
dr-frmr
|
3299e3135b
|
whoa: refactor provider to deal with network errors
|
2024-02-26 20:46:27 -03:00 |
|
tadad
|
b2986c0860
|
Merge branch 'develop' into da/tempfile
|
2024-02-24 10:11:16 -06:00 |
|
dr-frmr
|
989191037f
|
WIP: RPC URL providers working! updated process_lib in relevant apps
|
2024-02-22 18:01:33 -03:00 |
|
Drew Tada
|
ee5e5f009e
|
m hint added
|
2024-02-22 12:20:48 -05:00 |
|
Drew Tada
|
8a69aeb0b1
|
improved error messages
|
2024-02-20 13:09:43 -05:00 |
|
Drew Tada
|
dc184fae91
|
TEMP_DIR
foo
|
2024-02-19 17:10:47 -05:00 |
|
github-actions[bot]
|
e84511fdf5
|
Format Rust code using rustfmt
|
2024-02-19 20:11:03 +00:00 |
|
Drew Tada
|
5eda68b2d5
|
creating tmp working
|
2024-02-19 15:10:36 -05:00 |
|
dr-frmr
|
b52768d179
|
WIP: multi-provider model
|
2024-02-17 19:34:29 -03:00 |
|
doria
|
f74f498e63
|
Merge pull request #255 from kinode-dao/dr/instant-timeout-on-dne
kernel: instant timeout if local target is unreachable
|
2024-02-16 00:29:04 -03:00 |
|
hosted-fornet
|
b6d56e1a04
|
Merge branch 'develop' into hf/bump-wasm-deps
Conflicts:
Cargo.lock
kinode/packages/app_store/app_store/Cargo.toml
kinode/packages/kns_indexer/kns_indexer/Cargo.toml
|
2024-02-15 15:48:15 -08:00 |
|
dr-frmr
|
6e985cca35
|
kernel: instant timeout if local target can't be reached
|
2024-02-15 20:23:10 -03:00 |
|
bitful-pannul
|
9d9ea85d2f
|
eth: review1
|
2024-02-15 16:42:32 -03:00 |
|
nick.kino
|
b5ee06674e
|
Merge branch 'develop' into hf/bump-wasm-deps
|
2024-02-14 12:43:37 -08:00 |
|
bitful-pannul
|
147ab09523
|
Merge branch 'develop' into bp/new-eth
|
2024-02-14 16:15:47 -03:00 |
|
dr-frmr
|
1d7043600e
|
kernel: adjust message queueing to only ingest responses/errors for which we have an outstanding request in context map
|
2024-02-13 14:46:51 -03:00 |
|
bitful-pannul
|
d9a6fa8380
|
move routers into default json file
|
2024-02-13 14:41:01 -03:00 |
|
github-actions[bot]
|
c7e47cbae0
|
Format Rust code using rustfmt
|
2024-02-13 04:51:53 +00:00 |
|
hosted-fornet
|
a42c636410
|
bump wasm deps
|
2024-02-12 20:51:02 -08:00 |
|
bitful-pannul
|
d6947ae110
|
Merge branch 'develop' into bp/new-eth
|
2024-02-09 15:15:31 -03:00 |
|
doria
|
622f0eb5a0
|
Merge pull request #231 from kinode-dao/dr/kernel-nested-requests
kernel: refactor for clarity
|
2024-02-08 22:44:55 -03:00 |
|
Drew Tada
|
923fb10449
|
verb 1
|
2024-02-08 15:08:09 -05:00 |
|
Drew Tada
|
3218e98123
|
state persists after RevokeAll
|
2024-02-08 14:59:09 -05:00 |
|