-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5dc5e6
commit cf7d210
Showing
6 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
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,13 @@ | ||
// Store account_id and block_height of post | ||
// Example: | ||
// discussions.webassembly.community.devhub.near 1123124 | ||
// announcements.webassembly.community.devhub.near 1123125 | ||
|
||
// Each account announcements... or discussions.. need to keep track of the last | ||
// block height they posted the indexer is up to date with. in proposals and rfps | ||
// this is shared between the two since it only track the devhub.near contract account. | ||
// This is basically done by the post table. | ||
|
||
// Challenge: | ||
// 1. get them up to date with history | ||
// 2. keeping them up to date |
Empty file.
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