Commit Graph

316 Commits

Author SHA1 Message Date
realisation
fefb58c1d2 latest commit of register app, new file structure and exclusion of 0x prepending to networking key 2023-10-24 15:07:25 -04:00
github-actions[bot]
1ac97a36da
Format Rust code using rustfmt 2023-10-24 18:57:45 +00:00
realisation
b6892c4618 added .env to the gitignore 2023-10-24 14:57:27 -04:00
realisation
b9d6e09728 corrected src/register.rs to include prefixed 0x in our.networking_key and to set it accordingly in each condition of keyfile presence 2023-10-24 14:57:17 -04:00
hosted-fornet
5760ebd190 bring in changes from add-sqlite sans reversion 2023-10-24 11:56:02 -07:00
realisation
8faf83aac2 removed QNSRegistry.json and abigen from main.rs as networking information validation was moved entirely into the register app 2023-10-24 14:54:24 -04:00
realisation
cdf62be670 corrected jtw to jwt (json webtoken) 2023-10-24 14:52:50 -04:00
github-actions[bot]
ead4b1f64a
Format Rust code using rustfmt 2023-10-24 16:59:11 +00:00
hosted-fornet
06385f3d3a hotfix: fix drives of initial apps and spawn()
the culprit: c9010147d6 (diff-734a7b0476de23ada17258a7ec6ad91a9ebb29abea30d8554124d01b24fba409R335-R339)
2023-10-24 09:57:25 -07:00
bitful-pannul
d6f50e0e38
rpc: hotfix (#35) 2023-10-24 15:27:18 +02:00
realisation
4ea8f9d4c9 removed login.html 2023-10-24 09:25:29 -04:00
dr-frmr
ab4a940350
fix deps in merge, clean up main, switch to HTTP 302 to get homepage redir 2023-10-23 21:43:45 -04:00
dr-frmr
74c94a9b10
Merge branch 'main' into jf/invite 2023-10-23 21:11:26 -04:00
dr-frmr
5a5775a569
Merge pull request #29 from uqbar-dao/bp/http-rpc-runtime
fold in http_bindings + rpc into runtime
2023-10-23 21:06:04 -04:00
github-actions[bot]
58e89ac719
Format Rust code using rustfmt 2023-10-24 01:05:37 +00:00
dr-frmr
392a50934b
just a bit of cleanup 2023-10-23 21:05:16 -04:00
bitful-pannul
38780d3d4f fix live_chess and encryptor 2023-10-23 19:34:13 +02:00
realisation
85e4971451 latest register commit 2023-10-23 13:03:27 -04:00
realisation
fc57bdba52 Merge branch 'jf/invite' of github.com:uqbar-dao/uqbar into jf/invite 2023-10-23 12:55:38 -04:00
realisation
5211293dd3 latest register app 2023-10-23 12:55:34 -04:00
github-actions[bot]
4ffb1871b8
Format Rust code using rustfmt 2023-10-23 16:24:17 +00:00
realisation
584d5e958c handling case where keyfile lock contains value of none 2023-10-23 12:23:56 -04:00
github-actions[bot]
fb1f469179
Format Rust code using rustfmt 2023-10-23 15:21:39 +00:00
bitful-pannul
449c077462 http_server concurrency and manual timeout 2023-10-23 17:21:09 +02:00
bitful-pannul
3566ef45fd fix orgs bindings 2023-10-23 17:20:45 +02:00
realisation
283c900a76 Merge branch 'main' into jf/invite 2023-10-23 11:17:19 -04:00
realisation
938944a579 cargo fmt 2023-10-23 11:17:06 -04:00
realisation
d18c19bf1d Merge branch 'jf/invite' of github.com:uqbar-dao/uqbar into jf/invite 2023-10-23 11:16:50 -04:00
realisation
319e30a0c6 returning empty string or username on has keyfile. updated register submodule commit 2023-10-23 11:16:42 -04:00
bitful-pannul
bc08224b6c
hotfix single chunk read length (#32) 2023-10-22 21:11:03 +02:00
bitful-pannul
498daadc82 delete http_bindings and rpc 2023-10-20 21:50:38 +02:00
bitful-pannul
13d5b19197 trim trailing slashes on requests and bindings 2023-10-20 21:20:34 +02:00
github-actions[bot]
07dd99ab33
Format Rust code using rustfmt 2023-10-20 17:27:08 +00:00
bitful-pannul
3c7271c011 update qns and chess 2023-10-20 19:26:40 +02:00
bitful-pannul
c1529cef21 standardize names, path vs raw_path distinction 2023-10-20 19:26:19 +02:00
bitful-pannul
ec281673a4 make node argument option in RpcMessage 2023-10-20 16:26:43 +02:00
github-actions[bot]
781cb34e1c
Format Rust code using rustfmt 2023-10-20 14:13:01 +00:00
bitful-pannul
5f01c5225e update qns indexer and chess 2023-10-20 16:12:32 +02:00
bitful-pannul
099e1664cb add /encryptor route, remove regex 2023-10-20 16:12:11 +02:00
tadad
41953b36bb
Merge pull request #31 from uqbar-dao/da/chess-hotfix
chess hotfix
2023-10-20 11:43:18 +03:00
dachus
fe64f0d9f9 chess hotfix 2023-10-20 11:42:16 +03:00
bitful-pannul
affa438320 remove app_store print 2023-10-20 00:17:27 +02:00
github-actions[bot]
020faf0d76
Format Rust code using rustfmt 2023-10-19 22:12:00 +00:00
bitful-pannul
411a2d3dc8 convert modules to new paths 2023-10-20 00:11:25 +02:00
bitful-pannul
63e3ec4379 paths now need to contain processId before the actual path 2023-10-20 00:10:58 +02:00
bitful-pannul
509e4124d2 refactor params matching into url 2023-10-19 22:59:17 +02:00
github-actions[bot]
0c3dbe764d
Format Rust code using rustfmt 2023-10-19 17:40:50 +00:00
realisation
aa2839cdec adjusted register handle boot to know if keyfile is being reset. included new member on BootInfo in types.rs 2023-10-19 13:40:27 -04:00
bitful-pannul
612ee0e872 convert http_proxy 2023-10-19 16:38:20 +02:00
github-actions[bot]
926d3343eb
Format Rust code using rustfmt 2023-10-19 14:27:41 +00:00