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 33 issues were created. Of these, 10 issues have been closed and 23 issues are still open.
💚 #3095 fix: add a warning for disk type, by bowenwang1996 💚 #3094 function_call_cost number cannot be explained, by nearmax 💚 #3093 [Discussion] Ganache-like node, by nearmax 💚 #3092 feat(client): Read snapshots for state, by mikhailOK 💚 #3091 fix(runtime-params-estimator): disable rocksdb thread in it, by ailisp 💚 #3090 fix(gc): put gc into a separate actor, by bowenwang1996 💚 #3089 add test to cover stress.py fails, by pmnoxx 💚 #3088 fix(better_route_back): Use target peer if exists, by mfornet 💚 #3086 Create jenkinsfile, by minstr22 💚 #3085 nearcore fall out of sync and ultimately stuck unable to broadcast messages on testnet, by frol 💚 #3084 nearcore stuck with crashes on betanet-node7, by frol 💚 #3080 Expose max_gas_burnt_view as part of client config, by evgenykuzyakov 💚 #3079 Run param estimator on nightly, by nearmax 💚 #3078 fix (runtime): Optimize gas counter regular ops deduction, by evgenykuzyakov 💚 #3077 Add a mocknet test that drops packages, by SkidanovAlex 💚 #3076 fix(pytest): use python proxy framework to isolate nodes instead of unix utilities, by birchmd 💚 #3075 Create a list of hardware we support, by chefsale 💚 #3074 fix (runtime): Finishing adding wasmtime support, by willemneal 💚 #3073 fix (runtime): Add comments to fees, by evgenykuzyakov 💚 #3071 [perf] Runtime: Optimize gas counter by splitting burn_gas and used_gas, by evgenykuzyakov 💚 #3068 Node Performance, by ilblackdragon 💚 #3065 Opening database takes a very long time, by bowenwang1996 💚 #3063 Investigate RAM usage for newly started node, by ilblackdragon
max_gas_burnt_view
burn_gas
used_gas
❤️ #3087 fix(ci): Fixed typo in the release scripts for docker, by chefsale ❤️ #3083 fix(ci): Fix for docker release tag name, by chefsale ❤️ #3082 feat(indexer): NEAR Indexer can init configs, by khorolets ❤️ #3081 fix(logging): avoid logging large messages, by bowenwang1996 ❤️ #3072 feat: add some debug functionalities to state viewer, by bowenwang1996 ❤️ #3070 Check if AVX is available., by olonho ❤️ #3069 Change download size message, by chefsale ❤️ #3067 fix: gas price, by bowenwang1996 ❤️ #3066 Up the download size to 2.5GB, by chefsale ❤️ #3064 Update README.md, by chefsale
🔈 #3065 Opening database takes a very long time, by bowenwang1996 It received 10 comments.
Last week, 23 pull requests were created, updated or merged.
Last week, 12 pull requests were updated. 💛 #3095 fix: add a warning for disk type, by bowenwang1996 💛 #3092 feat(client): Read snapshots for state, by mikhailOK 💛 #3090 fix(gc): put gc into a separate actor, by bowenwang1996 💛 #3089 add test to cover stress.py fails, by pmnoxx 💛 #3086 Create jenkinsfile, by minstr22 💛 #3078 fix (runtime): Optimize gas counter regular ops deduction, by evgenykuzyakov 💛 #3076 fix(pytest): use python proxy framework to isolate nodes instead of unix utilities, by birchmd 💛 #3074 fix (runtime): Finishing adding wasmtime support, by willemneal 💛 #3057 test: add extra stats to cross_shard_tx, by pmnoxx 💛 #3038 feat: implement gas profiler., by olonho 💛 #3016 fix: Use both version and oldest_supported version, by mfornet 💛 #2842 Add precompiled contracts for alt_bn128 curve, by snjax
Last week, 11 pull requests were merged. 💜 #3087 fix(ci): Fixed typo in the release scripts for docker, by chefsale 💜 #3083 fix(ci): Fix for docker release tag name, by chefsale 💜 #3082 feat(indexer): NEAR Indexer can init configs, by khorolets 💜 #3072 feat: add some debug functionalities to state viewer, by bowenwang1996 💜 #3070 Check if AVX is available., by olonho 💜 #3069 Change download size message, by chefsale 💜 #3067 fix: gas price, by bowenwang1996 💜 #3066 Up the download size to 2.5GB, by chefsale 💜 #3064 Update README.md, by chefsale 💜 #3036 (fix): Making stress.py with node_restart mode pass, and fixing #2916, by SkidanovAlex 💜 #3011 Example of standalone runner., by olonho
Last week there were 5 contributors. 👤 bowenwang1996 👤 khorolets 👤 chefsale 👤 olonho 👤 SkidanovAlex
Last week there were 3 stagazers. ⭐ Hugoo ⭐ wjnbreu ⭐ bitdrongo You all are the stars! 🌟
Last week there were 3 releases. 🚀 1.8.0-rc.3 1.8.0-rc.3 🚀 1.8.0-rc.2 1.8.0-rc.2 🚀 1.9.0-beta.1 1.9.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 33 issues were created.
Of these, 10 issues have been closed and 23 issues are still open.
OPEN ISSUES
💚 #3095 fix: add a warning for disk type, by bowenwang1996
💚 #3094 function_call_cost number cannot be explained, by nearmax
💚 #3093 [Discussion] Ganache-like node, by nearmax
💚 #3092 feat(client): Read snapshots for state, by mikhailOK
💚 #3091 fix(runtime-params-estimator): disable rocksdb thread in it, by ailisp
💚 #3090 fix(gc): put gc into a separate actor, by bowenwang1996
💚 #3089 add test to cover stress.py fails, by pmnoxx
💚 #3088 fix(better_route_back): Use target peer if exists, by mfornet
💚 #3086 Create jenkinsfile, by minstr22
💚 #3085 nearcore fall out of sync and ultimately stuck unable to broadcast messages on testnet, by frol
💚 #3084 nearcore stuck with crashes on betanet-node7, by frol
💚 #3080 Expose
max_gas_burnt_view
as part of client config, by evgenykuzyakov💚 #3079 Run param estimator on nightly, by nearmax
💚 #3078 fix (runtime): Optimize gas counter regular ops deduction, by evgenykuzyakov
💚 #3077 Add a mocknet test that drops packages, by SkidanovAlex
💚 #3076 fix(pytest): use python proxy framework to isolate nodes instead of unix utilities, by birchmd
💚 #3075 Create a list of hardware we support, by chefsale
💚 #3074 fix (runtime): Finishing adding wasmtime support, by willemneal
💚 #3073 fix (runtime): Add comments to fees, by evgenykuzyakov
💚 #3071 [perf] Runtime: Optimize gas counter by splitting
burn_gas
andused_gas
, by evgenykuzyakov💚 #3068 Node Performance, by ilblackdragon
💚 #3065 Opening database takes a very long time, by bowenwang1996
💚 #3063 Investigate RAM usage for newly started node, by ilblackdragon
CLOSED ISSUES
❤️ #3087 fix(ci): Fixed typo in the release scripts for docker, by chefsale
❤️ #3083 fix(ci): Fix for docker release tag name, by chefsale
❤️ #3082 feat(indexer): NEAR Indexer can init configs, by khorolets
❤️ #3081 fix(logging): avoid logging large messages, by bowenwang1996
❤️ #3072 feat: add some debug functionalities to state viewer, by bowenwang1996
❤️ #3070 Check if AVX is available., by olonho
❤️ #3069 Change download size message, by chefsale
❤️ #3067 fix: gas price, by bowenwang1996
❤️ #3066 Up the download size to 2.5GB, by chefsale
❤️ #3064 Update README.md, by chefsale
NOISY ISSUE
🔈 #3065 Opening database takes a very long time, by bowenwang1996
It received 10 comments.
PULL REQUESTS
Last week, 23 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 12 pull requests were updated.
💛 #3095 fix: add a warning for disk type, by bowenwang1996
💛 #3092 feat(client): Read snapshots for state, by mikhailOK
💛 #3090 fix(gc): put gc into a separate actor, by bowenwang1996
💛 #3089 add test to cover stress.py fails, by pmnoxx
💛 #3086 Create jenkinsfile, by minstr22
💛 #3078 fix (runtime): Optimize gas counter regular ops deduction, by evgenykuzyakov
💛 #3076 fix(pytest): use python proxy framework to isolate nodes instead of unix utilities, by birchmd
💛 #3074 fix (runtime): Finishing adding wasmtime support, by willemneal
💛 #3057 test: add extra stats to cross_shard_tx, by pmnoxx
💛 #3038 feat: implement gas profiler., by olonho
💛 #3016 fix: Use both version and oldest_supported version, by mfornet
💛 #2842 Add precompiled contracts for alt_bn128 curve, by snjax
MERGED PULL REQUEST
Last week, 11 pull requests were merged.
💜 #3087 fix(ci): Fixed typo in the release scripts for docker, by chefsale
💜 #3083 fix(ci): Fix for docker release tag name, by chefsale
💜 #3082 feat(indexer): NEAR Indexer can init configs, by khorolets
💜 #3072 feat: add some debug functionalities to state viewer, by bowenwang1996
💜 #3070 Check if AVX is available., by olonho
💜 #3069 Change download size message, by chefsale
💜 #3067 fix: gas price, by bowenwang1996
💜 #3066 Up the download size to 2.5GB, by chefsale
💜 #3064 Update README.md, by chefsale
💜 #3036 (fix): Making stress.py with node_restart mode pass, and fixing #2916, by SkidanovAlex
💜 #3011 Example of standalone runner., by olonho
CONTRIBUTORS
Last week there were 5 contributors.
👤 bowenwang1996
👤 khorolets
👤 chefsale
👤 olonho
👤 SkidanovAlex
STARGAZERS
Last week there were 3 stagazers.
⭐ Hugoo
⭐ wjnbreu
⭐ bitdrongo
You all are the stars! 🌟
RELEASES
Last week there were 3 releases.
🚀 1.8.0-rc.3 1.8.0-rc.3
🚀 1.8.0-rc.2 1.8.0-rc.2
🚀 1.9.0-beta.1 1.9.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: