-
Notifications
You must be signed in to change notification settings - Fork 84
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
Refactor event filter and Implements indexer event RPC #1136
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
result
2 query event by Tx Order Range
result
|
Wait for the automatic creation of SQLite Schema |
baichuan3
requested review from
jolestar,
wow-sven and
templexxx
as code owners
November 15, 2023 01:05
jolestar
approved these changes
Nov 15, 2023
Automatic creation of SQLite Schema is Ready |
wubuku
added a commit
to wubuku/rooch
that referenced
this pull request
Nov 23, 2023
* commit '3bedc7f06b087b5356ea081070f0148c391de12c': (271 commits) [bitcoin] Bitcoin relayer improvement (rooch-network#1171) [Bitcoin] PoC implementation of bitcoin relayer (rooch-network#1169) docs: update README.md (rooch-network#1168) add indexer test cases (rooch-network#1167) [Documents] Update MacOS rooch binary file install guide rooch-network#1165 (rooch-network#1166) Parse json to move struct (rooch-network#1158) Implements indexer transaction RPC (rooch-network#1154) add `getCode` eth rpc server method (rooch-network#1155) [Documents]new object documents (rooch-network#1149) [rpc] The event RPC treat cursor None as -1 (rooch-network#1153) [moveos_std] Rename singleton_object to named_object (rooch-network#1146) Refactor event filter and Implements indexer event RPC (rooch-network#1136) Make tx order type from u128 to u64 (rooch-network#1148) docs: add timestamp and relayer introduction article (rooch-network#1122) fix: update the variable name of `timestamp_test.move` (rooch-network#1145) [Framework] Resolve CoinStore transfer issue (rooch-network#1144) [Framework] Refactor CoinInfo & CoinStore & Account CoinStore (rooch-network#1138) [Framework] Make ChainID and AddressMapping to singleton Object (rooch-network#1130) skip module init when upgrading module through MoveAction::ModuleBundle (rooch-network#1133) make from_bytes is decorated by data_struct. (rooch-network#1131) ...
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.
Continue #1028
Summary
Todo