Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
223 commits
Select commit Hold shift + click to select a range
737b320
eth: init full switch to alloy
barraguda Feb 1, 2024
ec4cd9b
kns_indexer: draft alloy
barraguda Feb 1, 2024
07a3a85
eth & kns: reform subscribe action
barraguda Feb 1, 2024
55c55ab
eth: add get_logs & get_block_number
barraguda Feb 1, 2024
e736339
eth: wip other methods & apI
barraguda Feb 2, 2024
49ae108
eth: clean and use reqeust
barraguda Feb 5, 2024
49ec450
eth: spawn threads for requests, send provider
barraguda Feb 5, 2024
ae3a480
eth & kns: update kns to new process_lib
barraguda Feb 5, 2024
1b903d3
WIP
dr-frmr Feb 5, 2024
0a1e72e
Merge branch 'wg/app-store-http' into dr/kernel-nested-requests
dr-frmr Feb 6, 2024
f80c367
WIP; minor performance enhancements
dr-frmr Feb 6, 2024
62489b3
DropCapabilities working in OnExit for scripts
Feb 6, 2024
b33af8e
Format Rust code using rustfmt
github-actions[bot] Feb 6, 2024
b0efd27
version bump (0.6.0)
dr-frmr Feb 7, 2024
9844c5c
Merge branch 'main' into develop
dr-frmr Feb 7, 2024
b31a95a
drop_capabilities added to standard_host
Feb 7, 2024
9d4e1e3
conflicts resolved
Feb 7, 2024
371a31b
alias: better printout if alias dne
Feb 7, 2024
c59a6b0
alias fixed
Feb 7, 2024
dd64718
reversions
Feb 7, 2024
e3ae308
debug print removed
Feb 7, 2024
3e6594f
terminal refactor
Feb 7, 2024
f0c8c23
debug print removed
Feb 7, 2024
4d97def
caps revoked on process kill
Feb 8, 2024
88ff12d
Format Rust code using rustfmt
github-actions[bot] Feb 8, 2024
0e4cd17
forgot to commit main
Feb 8, 2024
027d3d7
Merge branch 'develop' into dr/kernel-nested-requests
dr-frmr Feb 8, 2024
bc1dd53
Merge branch 'main' into develop
dr-frmr Feb 8, 2024
990854b
remove rpc-url flag requirement draft
barraguda Feb 8, 2024
e69e39f
rebuilding the persisted reverse_cap_index
Feb 8, 2024
c58f010
Format Rust code using rustfmt
github-actions[bot] Feb 8, 2024
3471951
usage strings added to scripts
Feb 8, 2024
05e6e42
refactor process.rs for less copying and legibility
dr-frmr Feb 8, 2024
2382526
Merge branch 'develop' into dr/kernel-nested-requests
dr-frmr Feb 8, 2024
0833489
script processids reverted to use package they come from
Feb 8, 2024
4ad3dcb
serde issues fixed in alias
Feb 8, 2024
78d90aa
removed unnecessary clone
Feb 8, 2024
3218e98
state persists after RevokeAll
Feb 8, 2024
a1208cb
updated process_lib to 0.6.0
Feb 8, 2024
6dd455c
removed .git
Feb 8, 2024
923fb10
verb 1
Feb 8, 2024
5c9f09d
cleaning
Feb 8, 2024
1eb4824
Merge pull request #234 from kinode-dao/da/drop
tadad Feb 8, 2024
8bb5f7f
bump kit version to avoid compile warnings
nick1udwig Feb 8, 2024
622f0eb
Merge pull request #231 from kinode-dao/dr/kernel-nested-requests
dr-frmr Feb 9, 2024
4047b56
Merge pull request #241 from kinode-dao/hf/bump-kit-version-to-avoid-…
nick1udwig Feb 9, 2024
131438b
kns_indexer: make passthrough rpc proof
barraguda Feb 9, 2024
aefee95
kernel & main: eth passthrough hardcoded routers
barraguda Feb 9, 2024
d6947ae
Merge branch 'develop' into bp/new-eth
barraguda Feb 9, 2024
b4c44cc
Merge branch 'main' into develop
dr-frmr Feb 9, 2024
5ccd2c2
merge new repo style
barraguda Feb 9, 2024
b5b99a3
vfs: hotfix remove bug
barraguda Feb 9, 2024
190a077
Fix app detail page when no app found
willbach Feb 10, 2024
acebc82
app_store: allow frontend to select mirror to use via POST body
dr-frmr Feb 10, 2024
a8b2d35
add auto-update, make `update` http action real
dr-frmr Feb 10, 2024
32e7ab3
Merge pull request #243 from kinode-dao/bp/vfshot
dr-frmr Feb 12, 2024
382b917
timer refactor
Feb 12, 2024
452676c
Format Rust code using rustfmt
github-actions[bot] Feb 12, 2024
6806d84
eth: better types and errors
barraguda Feb 12, 2024
c8367f2
metadata reformatted
Feb 12, 2024
4e1a798
app_store: update
barraguda Feb 12, 2024
ae0c482
Merge pull request #245 from kinode-dao/wg/app_store_detail_fix
dr-frmr Feb 12, 2024
5f71e26
Merge pull request #247 from kinode-dao/da/timer
tadad Feb 12, 2024
2449393
remove ethers dep
barraguda Feb 12, 2024
98b20f5
Erc721Metadata added to core types
Feb 12, 2024
a42c636
bump wasm deps
nick1udwig Feb 13, 2024
c7e47cb
Format Rust code using rustfmt
github-actions[bot] Feb 13, 2024
2780785
kns & app_store: refactor eth subs
barraguda Feb 13, 2024
d9a6fa8
move routers into default json file
barraguda Feb 13, 2024
1d70436
kernel: adjust message queueing to only ingest responses/errors for w…
dr-frmr Feb 13, 2024
a1373d2
eth types slight update
barraguda Feb 13, 2024
1989a3b
bootstrap sequence uses new metadata
Feb 13, 2024
3b2188a
Format Rust code using rustfmt
github-actions[bot] Feb 13, 2024
6672c28
Merge pull request #249 from kinode-dao/dr/drop-unexpected-responses
dr-frmr Feb 13, 2024
9045ca8
fetching metadata working
Feb 13, 2024
d1fbd09
properties updtated
Feb 13, 2024
8521538
throw error if metadata mismatch
Feb 14, 2024
67bde5b
Merge branch 'develop' into dr/app-store-auto-install
dr-frmr Feb 14, 2024
7a4e774
Merge pull request #246 from kinode-dao/dr/app-store-auto-install
dr-frmr Feb 14, 2024
2eea02e
eth: passthrough through local
barraguda Feb 14, 2024
eeb3537
process_lib updated
Feb 14, 2024
091ca7f
eth: add --rpcnode flag and handlers
barraguda Feb 14, 2024
147ab09
Merge branch 'develop' into bp/new-eth
barraguda Feb 14, 2024
b2b8e5d
print remove
barraguda Feb 14, 2024
0148e8d
app-store-ui udpated to 8d74de6
Feb 14, 2024
b5ee066
Merge branch 'develop' into hf/bump-wasm-deps
nick1udwig Feb 14, 2024
79b1a6f
build-release: use `uname -m` instead of `-p`
nick1udwig Feb 15, 2024
db50846
Incoming HTTP request updates
willbach Feb 15, 2024
f9039b5
Format Rust code using rustfmt
github-actions[bot] Feb 15, 2024
ae4a149
remove regex
willbach Feb 15, 2024
f541f83
Remove unnecessary bit
willbach Feb 15, 2024
68bd513
unverified apps are downloadable with a warning
Feb 15, 2024
30f0543
app_store ui at b354024
Feb 15, 2024
56a0b21
cleaning
Feb 15, 2024
6af15a0
Merge branch 'develop' into da/metadata
tadad Feb 15, 2024
615cd91
merge conflict errors
Feb 15, 2024
f7c63f4
cleaning
Feb 15, 2024
bcd68fd
cli printfix2
barraguda Feb 15, 2024
981f5c2
app_store metadata updated
Feb 15, 2024
bf939f5
chess metadata updated
Feb 15, 2024
516a828
docstring added to Erc721Metadata
Feb 15, 2024
84d32e7
Merge pull request #250 from kinode-dao/da/metadata
tadad Feb 15, 2024
f37c48e
Merge pull request #253 from kinode-dao/hf/use-uname-m-instead-of-p
nick1udwig Feb 15, 2024
9d9ea85
eth: review1
barraguda Feb 15, 2024
4ef0d65
ethsub result type
barraguda Feb 15, 2024
cac6365
add default provider nodehashes, resubs
barraguda Feb 15, 2024
f089220
Merge branch 'develop' into bp/new-eth
barraguda Feb 15, 2024
97653bb
Merge pull request #254 from kinode-dao/wg/http-server-path-updates
dr-frmr Feb 15, 2024
7019ce5
merge process_lib da-metadata work
barraguda Feb 15, 2024
e67521f
Merge branch 'develop' into bp/new-eth
barraguda Feb 15, 2024
6e985cc
kernel: instant timeout if local target can't be reached
dr-frmr Feb 15, 2024
15eb38b
Merge pull request #222 from kinode-dao/bp/new-eth
barraguda Feb 15, 2024
f4a1c44
Merge branch 'develop' into hf/bump-wasm-deps
nick1udwig Feb 15, 2024
b6d56e1
Merge branch 'develop' into hf/bump-wasm-deps
nick1udwig Feb 15, 2024
ac0d8e3
bump `kit` version
nick1udwig Feb 15, 2024
44dfe7b
Merge pull request #248 from kinode-dao/hf/bump-wasm-deps
nick1udwig Feb 15, 2024
f667225
bugfix: simulation mode
nick1udwig Feb 16, 2024
98464d5
Format Rust code using rustfmt
github-actions[bot] Feb 16, 2024
f74f498
Merge pull request #255 from kinode-dao/dr/instant-timeout-on-dne
dr-frmr Feb 16, 2024
561a374
nits
dr-frmr Feb 16, 2024
86bce13
fix: get normal & simulation-mode working
nick1udwig Feb 16, 2024
a3b8a61
add testnet/mainnet default providers
dr-frmr Feb 16, 2024
3726f83
bump kit version
nick1udwig Feb 16, 2024
31d4a68
remove old .env.example file, add get_block script for testing
dr-frmr Feb 16, 2024
b52768d
WIP: multi-provider model
dr-frmr Feb 17, 2024
75b1877
Updated packages with new IncomingHttpRequest (#257)
willbach Feb 19, 2024
9188fb3
Fix register redirect (#258)
willbach Feb 19, 2024
5eda68b
creating tmp working
Feb 19, 2024
e84511f
Format Rust code using rustfmt
github-actions[bot] Feb 19, 2024
dc184fa
TEMP_DIR
Feb 19, 2024
52c168e
Merge branch 'main' into develop
dr-frmr Feb 20, 2024
8a69aeb
improved error messages
Feb 20, 2024
a002acf
kns printout updated
Feb 20, 2024
b81e46d
Added metadata form to app store UI + fixes
willbach Feb 21, 2024
96f47a7
WIP scaffolding multi-chain multi-provider
dr-frmr Feb 21, 2024
6206ad5
WIP
dr-frmr Feb 21, 2024
671df0f
Merge pull request #263 from kinode-dao/wg/app-store-ui-metadata-form
dr-frmr Feb 21, 2024
0bdaefc
fix tests
nick1udwig Feb 21, 2024
b26162b
Format Rust code using rustfmt
github-actions[bot] Feb 21, 2024
3130945
WIP WIP
dr-frmr Feb 22, 2024
d85c98d
Merge branch 'develop' into dr/eth-multi-chain
dr-frmr Feb 22, 2024
ee5e5f0
m hint added
Feb 22, 2024
971a5f3
Merge pull request #261 from kinode-dao/da/kernel-errors
tadad Feb 22, 2024
9891910
WIP: RPC URL providers working! updated process_lib in relevant apps
dr-frmr Feb 22, 2024
f2b8d38
kernel: remove "timed out" print
nick1udwig Feb 22, 2024
629f6f0
Merge branch 'develop' into hf/fix-tests
nick1udwig Feb 23, 2024
14388fc
patched
Feb 23, 2024
b2a75df
Merge pull request #264 from kinode-dao/hf/fix-tests
nick1udwig Feb 24, 2024
b2986c0
Merge branch 'develop' into da/tempfile
tadad Feb 24, 2024
365ba8c
WIP stuck on bizarre alloy bug
dr-frmr Feb 26, 2024
c39bc81
fix: don't repeat rpc arg
dr-frmr Feb 26, 2024
d07ab97
update proces_lib with fix, provider working again for urls
dr-frmr Feb 26, 2024
07a25a4
Format Rust code using rustfmt
github-actions[bot] Feb 26, 2024
7b86d29
Merge pull request #268 from kinode-dao/da/tempfile
tadad Feb 26, 2024
e747a65
Redesign with all the fonts (#269)
willbach Feb 26, 2024
8d98f1a
eth: cleanup, more to come, provider filled out for rpc urls and node…
dr-frmr Feb 26, 2024
7258e84
eth error factor out unused
dr-frmr Feb 26, 2024
67ea504
re-add missing errors to EthError
dr-frmr Feb 26, 2024
3299e31
whoa: refactor provider to deal with network errors
dr-frmr Feb 26, 2024
1b012d5
little fixes
dr-frmr Feb 28, 2024
67bf726
node<>node subscriptions working
dr-frmr Feb 28, 2024
8d21d56
fix some sub bugs
dr-frmr Feb 29, 2024
ad8e726
Merge branch 'develop' into dr/eth-multi-chain
dr-frmr Feb 29, 2024
ca756d5
adjust defaults, nits
dr-frmr Feb 29, 2024
6b75adb
vfs: sanitize paths
barraguda Feb 29, 2024
2c8c7ee
pipes removed
tadad Feb 29, 2024
90bd2d9
Merge branch 'develop' into da/pipe-fix
dr-frmr Feb 29, 2024
7eecda5
vfs: nit erroring
barraguda Feb 29, 2024
8290fe8
vfs: normalize instead of canonicalize
barraguda Feb 29, 2024
425a399
eth: make error messages requests, when necessary
dr-frmr Mar 1, 2024
a2286ad
refactor to reduce crazy repetition
dr-frmr Mar 1, 2024
44555ba
kns_indexer bugfix, refactor eth again
dr-frmr Mar 4, 2024
0c6b0bb
Merge pull request #267 from kinode-dao/da/pipe-fix
dr-frmr Mar 4, 2024
e46993a
Merge pull request #270 from kinode-dao/bp/sanitize-paths
dr-frmr Mar 4, 2024
366d44e
Merge branch 'develop' into dr/eth-multi-chain
dr-frmr Mar 4, 2024
76b8d52
reconnect to node-provider fully working
dr-frmr Mar 4, 2024
96750b7
update process_lib deps, add timeout to wasi tempdir creation (hittin…
dr-frmr Mar 4, 2024
1506979
remove unused import
dr-frmr Mar 4, 2024
565f3c4
Merge pull request #266 from kinode-dao/dr/eth-multi-chain
dr-frmr Mar 4, 2024
653e443
update readme with provider editing process
dr-frmr Mar 4, 2024
7fa5a43
terminal: get colors using system colors, fix nits
dr-frmr Mar 4, 2024
d4930ab
add provenance to all prints from processes
dr-frmr Mar 4, 2024
e500e67
Merge pull request #271 from kinode-dao/dr/terminal-color-fix
dr-frmr Mar 4, 2024
25d86ab
put http_client prints at higher verbosity to match rest of runtime
dr-frmr Mar 4, 2024
e87b7f9
more print nits
dr-frmr Mar 4, 2024
3a4ea0f
fix terminal paste bug, some cleanup
dr-frmr Mar 4, 2024
5bd477b
register: init password hash
barraguda Mar 4, 2024
f867005
Merge branch 'main' into develop
dr-frmr Mar 5, 2024
38c4495
bugfix: properly set RSVP and sub_id in eth subscription relay
dr-frmr Mar 5, 2024
2b2c9a4
bugfix: properly delete relay subs after networking error
dr-frmr Mar 5, 2024
a9912e6
register: revert salt weirdness
barraguda Mar 5, 2024
57f7978
nit: remove old register build files
barraguda Mar 5, 2024
ba3374e
change net api to be response-based instead of prints, add scripts fo…
dr-frmr Mar 5, 2024
bbe5905
update readme
dr-frmr Mar 5, 2024
66c971b
Merge pull request #274 from kinode-dao/dr/net_diagnostics_cleanup
dr-frmr Mar 5, 2024
01f2721
register: verify username and signature upon boot
barraguda Mar 5, 2024
274ae26
improve prints slightly
dr-frmr Mar 6, 2024
0b3fc47
http_server feat: add unbind action
dr-frmr Mar 6, 2024
bf2c495
nit: remove prints
barraguda Mar 6, 2024
3adfebf
Merge pull request #275 from kinode-dao/dr/http-add-unbind
dr-frmr Mar 6, 2024
77bac5e
register: readd file key
barraguda Mar 7, 2024
b961564
Merge branch 'develop' into bp/passhash
dr-frmr Mar 7, 2024
0c0bbfe
feat: make homepage customizeable, apps can request to be added with …
dr-frmr Mar 7, 2024
c43fccb
remove extra trailing /
dr-frmr Mar 7, 2024
072767c
register: add more things to signature
barraguda Mar 7, 2024
94a395a
register: add chain_id to signature
barraguda Mar 7, 2024
6fcb263
register: add link to /reset on login page
barraguda Mar 7, 2024
d756348
kns_indexer: add script to print state to terminal
dr-frmr Mar 7, 2024
9287995
register: add reset node screen
barraguda Mar 7, 2024
2c5fab0
Merge pull request #276 from kinode-dao/dr/homepage-customizeable
dr-frmr Mar 8, 2024
3938f80
refactor out tiny_keccak, remove unused deps
dr-frmr Mar 8, 2024
0989e8d
Merge pull request #273 from kinode-dao/bp/passhash
dr-frmr Mar 8, 2024
60935d0
bugfix: get from pki not peers in NetAction::GetPeer
dr-frmr Mar 8, 2024
a3b86e2
syntax fix
dr-frmr Mar 8, 2024
f0792cf
uncommented drop_capabilities
tadad Mar 8, 2024
23ff80d
Merge pull request #277 from kinode-dao/da/drop-caps-final
dr-frmr Mar 8, 2024
21c24af
update to wit 0.8.0
dr-frmr Mar 8, 2024
e44a72c
revert 0.8.0 wit because non-breaking
dr-frmr Mar 8, 2024
4301939
use kinode_process_lib 0.6.0
dr-frmr Mar 8, 2024
dcf7069
Additional redesign + .ens registration (#272)
willbach Mar 10, 2024
b930f7f
eth: persist providers and access settings
dr-frmr Mar 11, 2024
d19a438
update README
dr-frmr Mar 11, 2024
5e21bd0
add security status to README
dr-frmr Mar 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .env.example

This file was deleted.

Loading