Skip to content
New issue

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

Weekly Digest (17 January, 2020 - 24 January, 2020) #2018

Closed
weekly-digest bot opened this issue Jan 24, 2020 · 0 comments
Closed

Weekly Digest (17 January, 2020 - 24 January, 2020) #2018

weekly-digest bot opened this issue Jan 24, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Jan 24, 2020

Here's the Weekly Digest for nearprotocol/nearcore:


ISSUES

Last week 45 issues were created.
Of these, 17 issues have been closed and 28 issues are still open.

OPEN ISSUES

💚 #2015 RPC query account information and access keys by a specific block id, by frol
💚 #2013 Safe math vm logic, by evgenykuzyakov
💚 #2012 ActionErrorKind doesn't provide index for ActionError, by evgenykuzyakov
💚 #2011 serde_with.rs in near-vm-logic can panic, by evgenykuzyakov
💚 #2010 Wrap StorageError in RuntimeExt into ExternalError, by evgenykuzyakov
💚 #2009 Fix FunctionCallError(WasmTrap("unknown")), by nearmax
💚 #2007 NearConfig in RPC, by nearmax
💚 #2006 Implement Safes, by evgenykuzyakov
💚 #2004 Cross shard contract call, by ailisp
💚 #2003 Honeypot for catching lazy block producers, by bowenwang1996
💚 #2002 Disable codecov status check, by ailisp
💚 #1999 GC old blocks / chunks, by Kouprin
💚 #1998 Add "tail" and GC old blocks / chunks, by SkidanovAlex
💚 #1996 Events, by nearmax
💚 #1995 Runtime Config Cleanup, by nearmax
💚 #1994 Upgradability, by nearmax
💚 #1993 Runtime Safety, by nearmax
💚 #1992 Lockup and Vesting Contracts for Token Holders, by nearmax
💚 #1991 Doomslug, by SkidanovAlex
💚 #1990 Token Management Contracts, by nearmax
💚 #1989 Limiters for VMLogic and Runtime crates, by nearmax
💚 #1988 Test connection reset by peer, by mfornet
💚 #1987 NaN canonization, by nearmax
💚 #1982 Do not delay block production if only missing chunks for shards for which chunks were included in the previous block, by SkidanovAlex
💚 #1981 Node should recover from running out of disk space, by bowenwang1996
💚 #1979 Empty state response, by Kouprin
💚 #1974 RPC: add actual_amount into account/ rpc call, by fckt
💚 #1972 [Epic] Tofu -- Rust to other languages mapping tool, by nearmax

CLOSED ISSUES

❤️ #2017 Add block hash to query result, by bowenwang1996
❤️ #2016 Merge master into staging, by bowenwang1996
❤️ #2014 Assigning RPC ownership to middleware, by nearmax
❤️ #2008 RPC batching, by nearmax
❤️ #2005 Cleanup lint warning in runtime, by evgenykuzyakov
❤️ #2001 Fix RpcUser, by mikhailOK
❤️ #2000 get 2000, by Kouprin
❤️ #1997 Show fail output even with more than 5 test failed, by ailisp
❤️ #1986 Upgrade sysinfo as too many open files is fixed, by ailisp
❤️ #1985 Fix pytest, by bowenwang1996
❤️ #1984 Reset Testnet state, by bowenwang1996
❤️ #1983 Release v0.4.13, by bowenwang1996
❤️ #1980 fixing near_network::test_utils::wait_or_panic, by Kouprin
❤️ #1978 Refactor Promise in vm-logic. Remove inner type, by evgenykuzyakov
❤️ #1977 Added a README for nightly, by frol
❤️ #1975 store partial encoded chunks, by Kouprin
❤️ #1973 Node hangs on smart contract non-view call, by k06a

LIKED ISSUE

👍 #2009 Fix FunctionCallError(WasmTrap("unknown")), by nearmax
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.

NOISY ISSUE

🔈 #1972 [Epic] Tofu -- Rust to other languages mapping tool, by nearmax
It received 13 comments.


PULL REQUESTS

Last week, 37 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 12 pull requests were updated.
💛 #2004 Cross shard contract call, by ailisp
💛 #2003 Honeypot for catching lazy block producers, by bowenwang1996
💛 #2002 Disable codecov status check, by ailisp
💛 #1999 GC old blocks / chunks, by Kouprin
💛 #1991 Doomslug, by SkidanovAlex
💛 #1988 Test connection reset by peer, by mfornet
💛 #1979 Empty state response, by Kouprin
💛 #1974 RPC: add actual_amount into account/ rpc call, by fckt
💛 #1932 Create code-of-conduct.md, by AnaisUrlichs
💛 #1890 Allow rpc to query final result, by bowenwang1996
💛 #1876 Block production summary in 100 node, by ailisp
💛 #1771 using lzma to compress/decompress state_parts, by Kouprin

MERGED PULL REQUEST

Last week, 25 pull requests were merged.
💜 #2017 Add block hash to query result, by bowenwang1996
💜 #2016 Merge master into staging, by bowenwang1996
💜 #2014 Assigning RPC ownership to middleware, by nearmax
💜 #2005 Cleanup lint warning in runtime, by evgenykuzyakov
💜 #2001 Fix RpcUser, by mikhailOK
💜 #1997 Show fail output even with more than 5 test failed, by ailisp
💜 #1986 Upgrade sysinfo as too many open files is fixed, by ailisp
💜 #1985 Fix pytest, by bowenwang1996
💜 #1984 Reset Testnet state, by bowenwang1996
💜 #1980 fixing near_network::test_utils::wait_or_panic, by Kouprin
💜 #1978 Refactor Promise in vm-logic. Remove inner type, by evgenykuzyakov
💜 #1977 Added a README for nightly, by frol
💜 #1975 store partial encoded chunks, by Kouprin
💜 #1970 Fix setup_mock_all_validators, by bowenwang1996
💜 #1964 Fix logs when view call panicks, by bowenwang1996
💜 #1962 Restaking service + validator RPC improvement, by ilblackdragon
💜 #1961 Add more safe math to the Runtime , by evgenykuzyakov
💜 #1950 Change the pool order to be randomized and continue from the last used key, by evgenykuzyakov
💜 #1949 Change Receipt priority, by evgenykuzyakov
💜 #1945 seals implementation and testing chunks grieving, by Kouprin
💜 #1935 Remove warning, by mfornet
💜 #1913 Runtime limiters, by evgenykuzyakov
💜 #1911 Disable-able runtime cache for params estimator, by ailisp
💜 #1910 Queryable state changes, by nearmax
💜 #1854 Error messages refactoring, by fckt


CONTRIBUTORS

Last week there was 1 contributor.
👤 bowenwang1996


STARGAZERS

Last week there were 6 stagazers.
cleanappio
davearch
peizihui
rgrchen
andyjung-dev
Niputi
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.

Your Weekly Digest bot. 📆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant