db: support sqlite on native platforms#267
Closed
Officeyutong wants to merge 9 commits intonervosnetwork:developfrom
Closed
db: support sqlite on native platforms#267Officeyutong wants to merge 9 commits intonervosnetwork:developfrom
Officeyutong wants to merge 9 commits intonervosnetwork:developfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #267 +/- ##
===========================================
+ Coverage 72.00% 73.82% +1.81%
===========================================
Files 28 29 +1
Lines 7040 6429 -611
===========================================
- Hits 5069 4746 -323
+ Misses 1971 1683 -288
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
chenyukang
reviewed
Jan 9, 2026
|
|
||
| #[rpc(server)] | ||
| pub trait BlockFilterRpc { | ||
| /// curl http://localhost:9000/ -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method":"set_scripts", "params": [{"script": {"code_hash": "0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8", "hash_type": "type", "args": "0x50878ce52a68feb47237c29574d82288f58b5d21"}, "block_number": "0x59F74D"}], "id": 1}' |
Collaborator
Author
There was a problem hiding this comment.
I don't know, it's here since the original implementation, so I keep it
eval-exec
approved these changes
Feb 9, 2026
Member
|
duplicate: #270 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implementes sqlite as a database backend of ckb-light-client. This will be used for light-client on Android.