We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the Weekly Digest for nearprotocol/nearcore:
Last week 29 issues were created. Of these, 6 issues have been closed and 23 issues are still open.
💚 #2137 collect_block_approval uses head, which is wrong, by SkidanovAlex 💚 #2136 feat(runtime): Add Helper Methods and Types for Mock VM, by willemneal 💚 #2135 Document nearcore Release Process, by damons 💚 #2134 script to simulate process of #2132 and #2133 in a separate node, by ailisp 💚 #2133 Automate reset testnet process, by ailisp 💚 #2132 Script to dump, migrate and upload state in test maintenance, by ailisp 💚 #2131 Release docker build, by ailisp 💚 #2130 Only kickout block / chunk producers if they are lower than threshold compared to the median, by SkidanovAlex 💚 #2129 Changes RPC should allow querying multiple accounts at once, by nearmax 💚 #2128 Allow querying accounts touched within the block, by nearmax 💚 #2127 feat: allow rpc to specify finality in query, by bowenwang1996 💚 #2126 State dump split, by mikhailOK 💚 #2121 Randomness DKG would stall epoch switch if one shard is completely offline, by SkidanovAlex 💚 #2119 Reset testnet, by bowenwang1996 💚 #2118 Dump only the latest state., by bowenwang1996 💚 #2117 Distribute reward based on validator stake, by bowenwang1996 💚 #2116 Negate the Need to Manually Lookup Latest-Stable-Release Tag, by lazaridiscom 💚 #2115 [Discussion] Refactoring of how to run a node, by Kouprin 💚 #2114 Nightly log on gcloud and cross reference test <> run, by ailisp 💚 #2113 Document timestamp, by bowenwang1996 💚 #2111 block_timestamp doesn't document units, by vgrichina 💚 #2110 When reconstructing a chunk, receipts and encrypted secret shares are not stored into the cache entry, by SkidanovAlex 💚 #2109 Expose genesis config and records via RPC, by frol
collect_block_approval
head
❤️ #2125 Enable overflow-checks for release, by evgenykuzyakov ❤️ #2124 Add storage_paid_at check during apply_rent, by evgenykuzyakov ❤️ #2123 apply_rent doesn't check for storage_paid_at value, by evgenykuzyakov ❤️ #2122 Use BufWriter for state dump, by mikhailOK ❤️ #2120 Add json state dump for debugging, by bowenwang1996 ❤️ #2112 Broadcast block immediately after receiving it, by bowenwang1996
apply_rent
storage_paid_at
🔈 #2136 feat(runtime): Add Helper Methods and Types for Mock VM, by willemneal It received 3 comments.
Last week, 26 pull requests were created, updated or merged.
Last week, 16 pull requests were updated. 💛 #2136 feat(runtime): Add Helper Methods and Types for Mock VM, by willemneal 💛 #2131 Release docker build, by ailisp 💛 #2127 feat: allow rpc to specify finality in query, by bowenwang1996 💛 #2126 State dump split, by mikhailOK 💛 #2119 Reset testnet, by bowenwang1996 💛 #2117 Distribute reward based on validator stake, by bowenwang1996 💛 #2114 Nightly log on gcloud and cross reference test <> run, by ailisp 💛 #2113 Document timestamp, by bowenwang1996 💛 #2109 Expose genesis config and records via RPC, by frol 💛 #2107 Use OsRng instead of OsRng::default() or StdRng. There is no benefit …, by abacabadabacaba 💛 #2106 Change VRF function names: check -> is_valid, check_vrf -> is_vrf_valid., by abacabadabacaba 💛 #2104 Add some utilities for later crypto use., by abacabadabacaba 💛 #2101 Sort near-crypto dependencies and remove unused dependency on criterion., by abacabadabacaba 💛 #2050 State without trie, by mikhailOK 💛 #2003 Honeypot for catching lazy block producers, by bowenwang1996 💛 #1876 Block production summary in 100 node, by ailisp
Last week, 10 pull requests were merged. 💜 #2125 Enable overflow-checks for release, by evgenykuzyakov 💜 #2124 Add storage_paid_at check during apply_rent, by evgenykuzyakov 💜 #2120 Add json state dump for debugging, by bowenwang1996 💜 #2112 Broadcast block immediately after receiving it, by bowenwang1996 💜 #2099 archive flag for turning off GC, by Kouprin 💜 #2093 Epoch frontier state sync, by Kouprin 💜 #2089 Update wasmer to 13.1, by fckt 💜 #2086 Change state dump to binary format, by bowenwang1996 💜 #2078 Refactored *Configs into separate crates, by frol 💜 #2031 adversary, by Kouprin
Last week there was 1 contributor. 👤 bowenwang1996
Last week there were 11 stagazers. ⭐ tbrlpld ⭐ motxx ⭐ skv-headless ⭐ duncandean ⭐ lazaridiscom ⭐ FractalHQ ⭐ oparkins ⭐ lispc ⭐ NeoBeum ⭐ iximiuz ⭐ icerove You all are the stars! 🌟
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository nearprotocol/nearcore to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Weekly Digest for nearprotocol/nearcore:
ISSUES
Last week 29 issues were created.
Of these, 6 issues have been closed and 23 issues are still open.
OPEN ISSUES
💚 #2137
collect_block_approval
useshead
, which is wrong, by SkidanovAlex💚 #2136 feat(runtime): Add Helper Methods and Types for Mock VM, by willemneal
💚 #2135 Document nearcore Release Process, by damons
💚 #2134 script to simulate process of #2132 and #2133 in a separate node, by ailisp
💚 #2133 Automate reset testnet process, by ailisp
💚 #2132 Script to dump, migrate and upload state in test maintenance, by ailisp
💚 #2131 Release docker build, by ailisp
💚 #2130 Only kickout block / chunk producers if they are lower than threshold compared to the median, by SkidanovAlex
💚 #2129 Changes RPC should allow querying multiple accounts at once, by nearmax
💚 #2128 Allow querying accounts touched within the block, by nearmax
💚 #2127 feat: allow rpc to specify finality in query, by bowenwang1996
💚 #2126 State dump split, by mikhailOK
💚 #2121 Randomness DKG would stall epoch switch if one shard is completely offline, by SkidanovAlex
💚 #2119 Reset testnet, by bowenwang1996
💚 #2118 Dump only the latest state., by bowenwang1996
💚 #2117 Distribute reward based on validator stake, by bowenwang1996
💚 #2116 Negate the Need to Manually Lookup Latest-Stable-Release Tag, by lazaridiscom
💚 #2115 [Discussion] Refactoring of how to run a node, by Kouprin
💚 #2114 Nightly log on gcloud and cross reference test <> run, by ailisp
💚 #2113 Document timestamp, by bowenwang1996
💚 #2111 block_timestamp doesn't document units, by vgrichina
💚 #2110 When reconstructing a chunk, receipts and encrypted secret shares are not stored into the cache entry, by SkidanovAlex
💚 #2109 Expose genesis config and records via RPC, by frol
CLOSED ISSUES
❤️ #2125 Enable overflow-checks for release, by evgenykuzyakov
❤️ #2124 Add storage_paid_at check during
apply_rent
, by evgenykuzyakov❤️ #2123
apply_rent
doesn't check forstorage_paid_at
value, by evgenykuzyakov❤️ #2122 Use BufWriter for state dump, by mikhailOK
❤️ #2120 Add json state dump for debugging, by bowenwang1996
❤️ #2112 Broadcast block immediately after receiving it, by bowenwang1996
NOISY ISSUE
🔈 #2136 feat(runtime): Add Helper Methods and Types for Mock VM, by willemneal
It received 3 comments.
PULL REQUESTS
Last week, 26 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 16 pull requests were updated.
💛 #2136 feat(runtime): Add Helper Methods and Types for Mock VM, by willemneal
💛 #2131 Release docker build, by ailisp
💛 #2127 feat: allow rpc to specify finality in query, by bowenwang1996
💛 #2126 State dump split, by mikhailOK
💛 #2119 Reset testnet, by bowenwang1996
💛 #2117 Distribute reward based on validator stake, by bowenwang1996
💛 #2114 Nightly log on gcloud and cross reference test <> run, by ailisp
💛 #2113 Document timestamp, by bowenwang1996
💛 #2109 Expose genesis config and records via RPC, by frol
💛 #2107 Use OsRng instead of OsRng::default() or StdRng. There is no benefit …, by abacabadabacaba
💛 #2106 Change VRF function names: check -> is_valid, check_vrf -> is_vrf_valid., by abacabadabacaba
💛 #2104 Add some utilities for later crypto use., by abacabadabacaba
💛 #2101 Sort near-crypto dependencies and remove unused dependency on criterion., by abacabadabacaba
💛 #2050 State without trie, by mikhailOK
💛 #2003 Honeypot for catching lazy block producers, by bowenwang1996
💛 #1876 Block production summary in 100 node, by ailisp
MERGED PULL REQUEST
Last week, 10 pull requests were merged.
💜 #2125 Enable overflow-checks for release, by evgenykuzyakov
💜 #2124 Add storage_paid_at check during
apply_rent
, by evgenykuzyakov💜 #2120 Add json state dump for debugging, by bowenwang1996
💜 #2112 Broadcast block immediately after receiving it, by bowenwang1996
💜 #2099 archive flag for turning off GC, by Kouprin
💜 #2093 Epoch frontier state sync, by Kouprin
💜 #2089 Update wasmer to 13.1, by fckt
💜 #2086 Change state dump to binary format, by bowenwang1996
💜 #2078 Refactored *Configs into separate crates, by frol
💜 #2031 adversary, by Kouprin
CONTRIBUTORS
Last week there was 1 contributor.
👤 bowenwang1996
STARGAZERS
Last week there were 11 stagazers.
⭐ tbrlpld
⭐ motxx
⭐ skv-headless
⭐ duncandean
⭐ lazaridiscom
⭐ FractalHQ
⭐ oparkins
⭐ lispc
⭐ NeoBeum
⭐ iximiuz
⭐ icerove
You all are the stars! 🌟
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository nearprotocol/nearcore to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: