Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add openrpc generator and use JsonSchema to update rpc/readme #4187

Merged
merged 73 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
24da3f3
move alert and chain to jsonrpc_utils
chenyukang May 9, 2023
90bad30
make the ping router works
chenyukang Sep 19, 2023
26062f8
fix rpc api router issues
chenyukang Sep 20, 2023
99922fd
migrate more rpc apis to jsonrpc_utils
chenyukang Sep 20, 2023
c29c021
fix deprecated issues
chenyukang Sep 20, 2023
c2be52a
fix config of RpcServer
chenyukang Sep 20, 2023
faf4e5c
fix rpc test
chenyukang Sep 21, 2023
09b5f99
test tcp for rpc
chenyukang Sep 22, 2023
987f292
working on pubsub
chenyukang Sep 22, 2023
c5dfa09
refactor subscription rpc
chenyukang Sep 24, 2023
62860e9
fix tcp stream closing issues
chenyukang Sep 24, 2023
6e3e617
fix clippy and test
chenyukang Sep 24, 2023
c2eb202
fix dep checks
chenyukang Sep 25, 2023
85f7d2b
code refactor on rpc server
chenyukang Sep 25, 2023
051029a
update jsonrpc-utils for CI
chenyukang Sep 25, 2023
fcebc30
refactor rpc test setup and fix clippy
chenyukang Sep 25, 2023
6b3b95c
fix rpc doc
chenyukang Sep 25, 2023
3346b75
fix SubscriptionRpc document issue
chenyukang Sep 26, 2023
0ced8c2
update jsonrpc-utils and remove missing_docs
chenyukang Sep 29, 2023
520739d
generate openrpc doc for rpc
chenyukang Sep 26, 2023
9495698
more on openrpc
chenyukang Sep 26, 2023
66a458b
generate rpc/README.md from openrpc
chenyukang Oct 8, 2023
7cd35a5
more on generate rpc readme, fix schemars derive issue
chenyukang Oct 9, 2023
aeb5a7b
tweak rpc/readme.md
chenyukang Oct 9, 2023
904a474
fix type links
chenyukang Oct 10, 2023
b4670b2
add errors and code refactor
chenyukang Oct 10, 2023
a0ec8e8
hack fix subscription rpc doc
chenyukang Oct 10, 2023
b0297a3
fix issues for gen_ty
chenyukang Oct 10, 2023
3ceb03a
add module description
chenyukang Oct 11, 2023
2209d45
update schemars
chenyukang Oct 11, 2023
deb0d06
move ckb-rpc-gen to devtools
chenyukang Oct 11, 2023
d9d0854
remove rpc.py
chenyukang Oct 11, 2023
9b1e588
fix cargo check
chenyukang Oct 11, 2023
85116d9
remove extra spaces
chenyukang Oct 12, 2023
6b0500e
add openrpc links
chenyukang Oct 12, 2023
9e7e89a
use tera as template
chenyukang Oct 12, 2023
b9cb9e1
code cleanup for tera
chenyukang Oct 13, 2023
b9f5d71
add tag for openrpc
chenyukang Oct 13, 2023
c5d982f
add ckb rpc submodule
chenyukang Oct 24, 2023
2cb1b65
move alert and chain to jsonrpc_utils
chenyukang May 9, 2023
3f15a89
make the ping router works
chenyukang Sep 19, 2023
bbf0dea
fix rpc api router issues
chenyukang Sep 20, 2023
25de233
migrate more rpc apis to jsonrpc_utils
chenyukang Sep 20, 2023
c9e0855
fix deprecated issues
chenyukang Sep 20, 2023
f278413
fix config of RpcServer
chenyukang Sep 20, 2023
6b97e50
fix rpc test
chenyukang Sep 21, 2023
28c35a0
test tcp for rpc
chenyukang Sep 22, 2023
a658dcb
working on pubsub
chenyukang Sep 22, 2023
04e27bb
refactor subscription rpc
chenyukang Sep 24, 2023
f0fbd9f
fix tcp stream closing issues
chenyukang Sep 24, 2023
c43dbe1
fix clippy and test
chenyukang Sep 24, 2023
ffa0ea6
fix dep checks
chenyukang Sep 25, 2023
9d0dbbc
code refactor on rpc server
chenyukang Sep 25, 2023
32d6316
update jsonrpc-utils for CI
chenyukang Sep 25, 2023
c695c32
refactor rpc test setup and fix clippy
chenyukang Sep 25, 2023
adcfc81
fix rpc doc
chenyukang Sep 25, 2023
6327a98
fix SubscriptionRpc document issue
chenyukang Sep 26, 2023
1274bdc
update jsonrpc-utils and remove missing_docs
chenyukang Sep 29, 2023
fa78542
fix conflicts
chenyukang Oct 13, 2023
6a2c6fa
fix conflict error
chenyukang Nov 21, 2023
3d5d347
fix borrow lints
chenyukang Nov 21, 2023
862e012
remove keep alive for tcp
chenyukang Nov 27, 2023
2470dc7
fix websocket disconnect issue
chenyukang Nov 27, 2023
92653b9
fix merge conflicts with base branch
chenyukang Nov 29, 2023
77d4aa3
update doc
chenyukang Nov 29, 2023
972ba94
update doc
chenyukang Nov 29, 2023
7ac41d2
code refactor
chenyukang Nov 29, 2023
200c85d
merge develop
chenyukang Jan 29, 2024
8ec791b
use latest jsonrpc-utils
chenyukang Jan 29, 2024
fe655f6
update doc to latest
chenyukang Jan 29, 2024
3514d09
update doc to latest
chenyukang Jan 29, 2024
663f1cc
fix gen-rpc-doc
chenyukang Feb 2, 2024
f2d9cf5
use ckb_schemars for temporary fixes
chenyukang Feb 6, 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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
path = test/vendor
url = https://github.com/nervosnetwork/ckb-tests.git
shallow = true
[submodule "docs/ckb_rpc_openrpc"]
path = docs/ckb_rpc_openrpc
url = https://github.com/nervosnetwork/ckb-rpc-resources.git
Loading
Loading