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 |
|
dr-frmr
|
05e6e422b1
|
refactor process.rs for less copying and legibility
|
2024-02-08 16:08:57 -03:00 |
|
github-actions[bot]
|
88ff12d14f
|
Format Rust code using rustfmt
|
2024-02-08 15:22:27 +00:00 |
|
Drew Tada
|
4d97def768
|
caps revoked on process kill
|
2024-02-08 10:22:03 -05:00 |
|
Drew Tada
|
f0c8c2308c
|
debug print removed
|
2024-02-07 18:51:51 -05:00 |
|
Drew Tada
|
dd64718e40
|
reversions
|
2024-02-07 17:16:35 -05:00 |
|
Drew Tada
|
9d4e1e386b
|
conflicts resolved
|
2024-02-07 14:10:59 -05:00 |
|
Drew Tada
|
b31a95ae66
|
drop_capabilities added to standard_host
|
2024-02-07 14:09:13 -05:00 |
|
github-actions[bot]
|
b33af8e958
|
Format Rust code using rustfmt
|
2024-02-06 22:49:07 +00:00 |
|
Drew Tada
|
62489b3ac3
|
DropCapabilities working in OnExit for scripts
|
2024-02-06 17:48:36 -05:00 |
|
dr-frmr
|
f80c36717a
|
WIP; minor performance enhancements
|
2024-02-06 17:22:25 -03:00 |
|
dr-frmr
|
1b903d3831
|
WIP
|
2024-02-05 19:23:21 -03:00 |
|
dr-frmr
|
0d3e8de071
|
Merge branch 'develop' into wg/app-store-http
|
2024-02-05 14:06:38 -03:00 |
|
github-actions[bot]
|
6f51235403
|
Format Rust code using rustfmt
|
2024-02-02 05:18:09 +00:00 |
|
hosted-fornet
|
3b2e048e76
|
refactor into kinode (core) and lib (currently types & wit stuff)
|
2024-02-01 20:44:33 -08:00 |
|