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 31 issues were created. Of these, 20 issues have been closed and 11 issues are still open.
💚 #3001 fix: remove legacy config on block weight, by bowenwang1996 💚 #3000 feat: NEAR Indexer add re-export of neard::NearConfig, by khorolets 💚 #2998 refactor(CODEOWNERS): Updated the owners of middleware subteams according to the discussed roles, by frol 💚 #2997 doc: Elaborated more on the NEAR Indexer tweaking, by frol 💚 #2996 NEAR Indexer ideas, by frol 💚 #2992 test_simple_transfer fails, by frol 💚 #2989 Avoid route back cache if possible, by mfornet 💚 #2984 RPC response time is ridiculously long, by bowenwang1996 💚 #2981 state_sync.py triggers read timeout during getting blocks while epoch is switching, by Kouprin 💚 #2977 state_sync frequently fails with timeout during store validity checks, by SkidanovAlex 💚 #2976 nearcore doesn't return structured errors for most use cases of API, by vgrichina
❤️ #2999 feat: NEAR Wallet Indexer, by khorolets ❤️ #2995 neard init should NOT use the same key-pair for validator-key and test.near access key, by frol ❤️ #2994 fix(gc): properly update chunk tail, by bowenwang1996 ❤️ #2993 fix(test): fix cross_shard_tx tests, by bowenwang1996 ❤️ #2991 fix(pytest): Import borsh from near-sdk-rs directly, by birchmd ❤️ #2990 tail, by Kouprin ❤️ #2988 fix(nightly): Measure blocks per second using near_blocks_per_minute metric, by birchmd ❤️ #2987 Added CI for database migration #2927, by chefsale ❤️ #2986 fix(nightly): bump borsh version to match near-sdk-rs, by birchmd ❤️ #2985 fix(rpc): do not serve rpc while the node is syncing, by bowenwang1996 ❤️ #2983 Change ClientActor to prioritize block production during high load, by pmnoxx ❤️ #2982 fix(nightly): avoid epoch boundaries in state sync tests, by Kouprin ❤️ #2980 fix(gc): do not garbage collect block info past gc_stop_height, by bowenwang1996 ❤️ #2979 Disable thread rocksdb, by ailisp ❤️ #2978 Approvals format in JSON-RPC response, by akme ❤️ #2975 add metric to measure garbage collection time, by bowenwang1996 ❤️ #2974 feat: Publish 1.0.0 of near-vm-*, by evgenykuzyakov ❤️ #2973 fix(mocknet): Only have up to 4 rpc nodes on mocknet, by birchmd ❤️ #2972 fix(nightly): typo in mocknet test, by birchmd ❤️ #2970 fix(client): setup separate SyncArbiter for ViewClientActor with 4 threads, by mikhailOK
🔈 #2970 fix(client): setup separate SyncArbiter for ViewClientActor with 4 threads, by mikhailOK It received 11 comments.
Last week, 24 pull requests were created, updated or merged.
Last week, 6 pull requests were updated. 💛 #3001 fix: remove legacy config on block weight, by bowenwang1996 💛 #3000 feat: NEAR Indexer add re-export of neard::NearConfig, by khorolets 💛 #2998 refactor(CODEOWNERS): Updated the owners of middleware subteams according to the discussed roles, by frol 💛 #2997 doc: Elaborated more on the NEAR Indexer tweaking, by frol 💛 #2940 feat(rosettarpc): initial implementation (WIP), by frol 💛 #2842 Add precompiled contracts for alt_bn128 curve, by snjax
Last week, 18 pull requests were merged. 💜 #2994 fix(gc): properly update chunk tail, by bowenwang1996 💜 #2993 fix(test): fix cross_shard_tx tests, by bowenwang1996 💜 #2991 fix(pytest): Import borsh from near-sdk-rs directly, by birchmd 💜 #2988 fix(nightly): Measure blocks per second using near_blocks_per_minute metric, by birchmd 💜 #2987 Added CI for database migration #2927, by chefsale 💜 #2986 fix(nightly): bump borsh version to match near-sdk-rs, by birchmd 💜 #2985 fix(rpc): do not serve rpc while the node is syncing, by bowenwang1996 💜 #2983 Change ClientActor to prioritize block production during high load, by pmnoxx 💜 #2982 fix(nightly): avoid epoch boundaries in state sync tests, by Kouprin 💜 #2980 fix(gc): do not garbage collect block info past gc_stop_height, by bowenwang1996 💜 #2975 add metric to measure garbage collection time, by bowenwang1996 💜 #2974 feat: Publish 1.0.0 of near-vm-*, by evgenykuzyakov 💜 #2973 fix(mocknet): Only have up to 4 rpc nodes on mocknet, by birchmd 💜 #2972 fix(nightly): typo in mocknet test, by birchmd 💜 #2970 fix(client): setup separate SyncArbiter for ViewClientActor with 4 threads, by mikhailOK 💜 #2964 feat: Add metrics to measure rpc request time, by mfornet 💜 #2951 test: disable validator_switch_key.py for now, by bowenwang1996 💜 #2651 feat: Network indexer, by khorolets
Last week there were 9 contributors. 👤 mfornet 👤 bowenwang1996 👤 birchmd 👤 khorolets 👤 pmnoxx 👤 chefsale 👤 Kouprin 👤 evgenykuzyakov 👤 mikhailOK
Last week there were 2 stagazers. ⭐ jamesondh ⭐ zachdt You all are the stars! 🌟
Last week there was 1 release. 🚀 1.6.0-beta.1 1.6.0-beta.1
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 31 issues were created.
Of these, 20 issues have been closed and 11 issues are still open.
OPEN ISSUES
💚 #3001 fix: remove legacy config on block weight, by bowenwang1996
💚 #3000 feat: NEAR Indexer add re-export of neard::NearConfig, by khorolets
💚 #2998 refactor(CODEOWNERS): Updated the owners of middleware subteams according to the discussed roles, by frol
💚 #2997 doc: Elaborated more on the NEAR Indexer tweaking, by frol
💚 #2996 NEAR Indexer ideas, by frol
💚 #2992 test_simple_transfer fails, by frol
💚 #2989 Avoid route back cache if possible, by mfornet
💚 #2984 RPC response time is ridiculously long, by bowenwang1996
💚 #2981 state_sync.py triggers read timeout during getting blocks while epoch is switching, by Kouprin
💚 #2977 state_sync frequently fails with timeout during store validity checks, by SkidanovAlex
💚 #2976 nearcore doesn't return structured errors for most use cases of API, by vgrichina
CLOSED ISSUES
❤️ #2999 feat: NEAR Wallet Indexer, by khorolets
❤️ #2995 neard init should NOT use the same key-pair for validator-key and test.near access key, by frol
❤️ #2994 fix(gc): properly update chunk tail, by bowenwang1996
❤️ #2993 fix(test): fix cross_shard_tx tests, by bowenwang1996
❤️ #2991 fix(pytest): Import borsh from near-sdk-rs directly, by birchmd
❤️ #2990 tail, by Kouprin
❤️ #2988 fix(nightly): Measure blocks per second using near_blocks_per_minute metric, by birchmd
❤️ #2987 Added CI for database migration #2927, by chefsale
❤️ #2986 fix(nightly): bump borsh version to match near-sdk-rs, by birchmd
❤️ #2985 fix(rpc): do not serve rpc while the node is syncing, by bowenwang1996
❤️ #2983 Change ClientActor to prioritize block production during high load, by pmnoxx
❤️ #2982 fix(nightly): avoid epoch boundaries in state sync tests, by Kouprin
❤️ #2980 fix(gc): do not garbage collect block info past gc_stop_height, by bowenwang1996
❤️ #2979 Disable thread rocksdb, by ailisp
❤️ #2978 Approvals format in JSON-RPC response, by akme
❤️ #2975 add metric to measure garbage collection time, by bowenwang1996
❤️ #2974 feat: Publish 1.0.0 of near-vm-*, by evgenykuzyakov
❤️ #2973 fix(mocknet): Only have up to 4 rpc nodes on mocknet, by birchmd
❤️ #2972 fix(nightly): typo in mocknet test, by birchmd
❤️ #2970 fix(client): setup separate SyncArbiter for ViewClientActor with 4 threads, by mikhailOK
NOISY ISSUE
🔈 #2970 fix(client): setup separate SyncArbiter for ViewClientActor with 4 threads, by mikhailOK
It received 11 comments.
PULL REQUESTS
Last week, 24 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 6 pull requests were updated.
💛 #3001 fix: remove legacy config on block weight, by bowenwang1996
💛 #3000 feat: NEAR Indexer add re-export of neard::NearConfig, by khorolets
💛 #2998 refactor(CODEOWNERS): Updated the owners of middleware subteams according to the discussed roles, by frol
💛 #2997 doc: Elaborated more on the NEAR Indexer tweaking, by frol
💛 #2940 feat(rosettarpc): initial implementation (WIP), by frol
💛 #2842 Add precompiled contracts for alt_bn128 curve, by snjax
MERGED PULL REQUEST
Last week, 18 pull requests were merged.
💜 #2994 fix(gc): properly update chunk tail, by bowenwang1996
💜 #2993 fix(test): fix cross_shard_tx tests, by bowenwang1996
💜 #2991 fix(pytest): Import borsh from near-sdk-rs directly, by birchmd
💜 #2988 fix(nightly): Measure blocks per second using near_blocks_per_minute metric, by birchmd
💜 #2987 Added CI for database migration #2927, by chefsale
💜 #2986 fix(nightly): bump borsh version to match near-sdk-rs, by birchmd
💜 #2985 fix(rpc): do not serve rpc while the node is syncing, by bowenwang1996
💜 #2983 Change ClientActor to prioritize block production during high load, by pmnoxx
💜 #2982 fix(nightly): avoid epoch boundaries in state sync tests, by Kouprin
💜 #2980 fix(gc): do not garbage collect block info past gc_stop_height, by bowenwang1996
💜 #2975 add metric to measure garbage collection time, by bowenwang1996
💜 #2974 feat: Publish 1.0.0 of near-vm-*, by evgenykuzyakov
💜 #2973 fix(mocknet): Only have up to 4 rpc nodes on mocknet, by birchmd
💜 #2972 fix(nightly): typo in mocknet test, by birchmd
💜 #2970 fix(client): setup separate SyncArbiter for ViewClientActor with 4 threads, by mikhailOK
💜 #2964 feat: Add metrics to measure rpc request time, by mfornet
💜 #2951 test: disable validator_switch_key.py for now, by bowenwang1996
💜 #2651 feat: Network indexer, by khorolets
CONTRIBUTORS
Last week there were 9 contributors.
👤 mfornet
👤 bowenwang1996
👤 birchmd
👤 khorolets
👤 pmnoxx
👤 chefsale
👤 Kouprin
👤 evgenykuzyakov
👤 mikhailOK
STARGAZERS
Last week there were 2 stagazers.
⭐ jamesondh
⭐ zachdt
You all are the stars! 🌟
RELEASES
Last week there was 1 release.
🚀 1.6.0-beta.1 1.6.0-beta.1
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: