-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add rwlock cache * lint: type "simplification" * chore: create a slot cache at initialization * chore: lint * fix: add missing file back into sqlx
- Loading branch information
1 parent
a64e100
commit 64c54cd
Showing
3 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
.sqlx/query-16fece8e7124bdfe890bef857c585f0b65b9683287968ef7bde66979787ec2b4.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
SELECT | ||
idx as "index: _", | ||
value as "value: _", | ||
account_address as "address: _", | ||
creation_block as "block: _" | ||
FROM account_slots | ||
WHERE creation_block >= $1; |
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