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 (26 January, 2020 - 2 February, 2020) #1826

Closed
weekly-digest bot opened this issue Feb 2, 2020 · 0 comments
Closed

Weekly Digest (26 January, 2020 - 2 February, 2020) #1826

weekly-digest bot opened this issue Feb 2, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Feb 2, 2020

Here's the Weekly Digest for status-im/status-go:


ISSUES

Last week 11 issues were created.
Of these, 2 issues have been closed and 9 issues are still open.

OPEN ISSUES

💚 #1825 [status-im/status-react#9942] relative paths, by rasom
💚 #1824 Verify ENS in the background, by cammellos
💚 #1823 CreatePublicChat requires timesource, but Messenger doesn't export it, by jakubgs
💚 #1822 waku.MessagesRequesthad has no field Topics, by jakubgs
💚 #1819 Add content type for group chats, by cammellos
💚 #1818 Use logical clock for ENS, by cammellos
💚 #1817 Bump github.com/ethereum/go-ethereum from 1.9.5 to 1.9.10 in /protocol, by dependabot-preview[bot]
💚 #1816 Bump github.com/status-im/status-go/protocol from 1.1.0 to 1.1.1, by dependabot-preview[bot]
💚 #1815 Bump github.com/golang/mock from 1.3.1 to 1.4.0, by dependabot-preview[bot]

CLOSED ISSUES

❤️ #1821 Explicitly init messenger, by cammellos
❤️ #1820 [status-im/status-react#9927] Fast blocks sync after delay , by rasom

NOISY ISSUE

🔈 #1815 Bump github.com/golang/mock from 1.3.1 to 1.4.0, by dependabot-preview[bot]
It received 2 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 8 pull requests were updated.
💛 #1825 [status-im/status-react#9942] relative paths, by rasom
💛 #1824 Verify ENS in the background, by cammellos
💛 #1819 Add content type for group chats, by cammellos
💛 #1818 Use logical clock for ENS, by cammellos
💛 #1817 Bump github.com/ethereum/go-ethereum from 1.9.5 to 1.9.10 in /protocol, by dependabot-preview[bot]
💛 #1816 Bump github.com/status-im/status-go/protocol from 1.1.0 to 1.1.1, by dependabot-preview[bot]
💛 #1815 Bump github.com/golang/mock from 1.3.1 to 1.4.0, by dependabot-preview[bot]
💛 #1811 include mail password when getting enode with get_enode.sh, by jakubgs

MERGED PULL REQUEST

Last week, 2 pull requests were merged.
💜 #1821 Explicitly init messenger, by cammellos
💜 #1820 [status-im/status-react#9927] Fast blocks sync after delay , by rasom


COMMITS

Last week there were 2 commits.
🛠️ [status-im/status-react#9927] Fast blocks sync after delay - In order to avoid handling of the reorganized blocks we use an offset from the latest known block when start listening to new blocks. Before this commit the offset was 15 blocks for all networks. This offset is too big for mainnet and causes noticeable delay of marking a transfer as confirmed in Status (comparing to etherscan). So it was changed to be 5 blocks on mainnet and is still 15 blocks on other networks. - Also before this commit all new blocks were handled one by one with network specific interval (10s for mainnet), which means that in case of lost internet connection or application suspension (happens on iOS) receiving of new blocks would be paused and then resumed with the same "speed" - 1 blocks per 10s. In case if that pause is big enough the application would never catch up with the latest block in the network, and this also causes the state of transfers to be delayed in the application. In this commit in case if there was more than 40s delay after receiving of the previous block the whole history in range between the previous received block and ("latest"-reorgeSafetyDepth) block is checked at once and app catches up with a recent state of the chain. by rasom
🛠️ Explicitly init messenger (#1821) Messenger needs to wait until all the topics/mailservers are loaded in
the client, so we explicitly add a way to call Init.
by cammellos


CONTRIBUTORS

Last week there were 2 contributors.
👤 rasom
👤 cammellos


STARGAZERS

Last week there were 4 stagazers.
ackintosh
cosmojg
louisl98
ghmulti
You all are the stars! 🌟


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository status-im/status-go 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
Projects
None yet
Development

No branches or pull requests

1 participant