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 status-im/status-go:
Last week 12 issues were created. Of these, 6 issues have been closed and 6 issues are still open.
💚 #1733 add missing shhclient to whisper, by jakubgs 💚 #1732 Drop peers when rate limit is exceeded, by adambabik 💚 #1731 [WIP] Add Commands, by cammellos 💚 #1730 Use cloudflare gateway for ens names verification, by flexsurfer 💚 #1726 Broken contract between submodules versions, by adambabik 💚 #1721 Implement the rest of rate limiting defined in the spec, by adambabik
❤️ #1729 Implement rate limits exchange, by adambabik ❤️ #1728 fix missing genkey task in systemd bootnode makefile, by jakubgs ❤️ #1727 Handle membership update message, by cammellos ❤️ #1725 Set Whisper version submodule to v6, by adambabik ❤️ #1724 Bump github.com/ethereum/go-ethereum from 1.9.5 to 1.9.9 in /protocol, by dependabot-preview[bot] ❤️ #1723 Dependabot can't resolve your Go dependency files, by dependabot-preview[bot]
🔈 #1724 Bump github.com/ethereum/go-ethereum from 1.9.5 to 1.9.9 in /protocol, by dependabot-preview[bot] It received 4 comments.
Last week, 16 pull requests were created, updated or merged.
Last week, 6 pull requests were updated. 💛 #1733 add missing shhclient to whisper, by jakubgs 💛 #1732 Drop peers when rate limit is exceeded, by adambabik 💛 #1731 [WIP] Add Commands, by cammellos 💛 #1715 Waku/0 service, by adambabik 💛 #1713 Add ValidateMnemonic method and update tests, by acolytec3 💛 #1668 Bump github.com/multiformats/go-multiaddr from 0.1.1 to 0.1.2, by dependabot-preview[bot]
Last week, 10 pull requests were merged. 💜 #1729 Implement rate limits exchange, by adambabik 💜 #1728 fix missing genkey task in systemd bootnode makefile, by jakubgs 💜 #1727 Handle membership update message, by cammellos 💜 #1725 Set Whisper version submodule to v6, by adambabik 💜 #1720 Move whisper to status-go monorepo, by adambabik 💜 #1718 Bump version 0.36.1, by cammellos 💜 #1717 APIs to Get and Create custom Tokens, by andremedeiros 💜 #1716 Replace address with keyUid in accounts db, by rasom 💜 #1714 Limit the upper bounds of how many pending peers we track, by andremedeiros 💜 #1646 Fix race condition in subscriptions, by adambabik
Last week there were 16 commits. 🛠️ Implement rate limits exchange (#1729) by adambabik 🛠️ Fix race condition in subscriptions (#1646) by adambabik 🛠️ APIs to Get and Create custom Tokens (#1717) by andremedeiros 🛠️ Limit the upper bounds of how many pending peers we track (#1714) by andremedeiros 🛠️ Handle membership update message This commit does a few things: 1) Handle membership updates using protobuf and adds the relevant endpoints. 2) Store in memory a map of chats + contacts for faster lookups, which are then flushed to disk on each update 3) Validate incoming messages Sorry for the large pr, but you know, v1 :) by cammellos 🛠️ fix missing genkey task in systemd bootnode makefile Signed-off-by: Jakub Sokołowski jakub@status.im by jakubgs 🛠️ fix protocol submodule definition by adambabik 🛠️ clean up eth-node and protocol versions by adambabik 🛠️ fix whisper v6 module definition by adambabik 🛠️ fix Whisper submodule version; bump go-ethereum version by adambabik 🛠️ fix docker image build by adambabik 🛠️ bump to 0.37.0 by adambabik 🛠️ Set Whisper version submodule to v6 (#1725) by adambabik 🛠️ Move whisper to status-go monorepo (#1720) by adambabik 🛠️ Replace address with keyUid in accounts db Account's address was used as a primary key in accounts db and as a deterministic id of an account in some API calls. Also it was used as a part of the name of the account specific database. This revealed some extra information about the account and wasn't necessary. At first the hash of the address was planned to be used as a deterministic id, but we already have a keyUid which is calculated as sha256 hash of account's public key and has similar properties: - it is deterministic - doesn't reveal accounts public key or address in plain by rasom 🛠️ Bump version 0.36.1 by cammellos
Last week there were 5 contributors. 👤 adambabik 👤 andremedeiros 👤 cammellos 👤 jakubgs 👤 rasom
Last week there was 1 stargazer. ⭐ corpetty You are the star! 🌟
Last week there were 4 releases. 🚀 v0.37.3 v0.37.3 🚀 v0.37.2 v0.37.2 🚀 v0.37.1 v0.37.1 🚀 v0.37.0 v0.37.0
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. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Weekly Digest for status-im/status-go:
ISSUES
Last week 12 issues were created.
Of these, 6 issues have been closed and 6 issues are still open.
OPEN ISSUES
💚 #1733 add missing shhclient to whisper, by jakubgs
💚 #1732 Drop peers when rate limit is exceeded, by adambabik
💚 #1731 [WIP] Add Commands, by cammellos
💚 #1730 Use cloudflare gateway for ens names verification, by flexsurfer
💚 #1726 Broken contract between submodules versions, by adambabik
💚 #1721 Implement the rest of rate limiting defined in the spec, by adambabik
CLOSED ISSUES
❤️ #1729 Implement rate limits exchange, by adambabik
❤️ #1728 fix missing genkey task in systemd bootnode makefile, by jakubgs
❤️ #1727 Handle membership update message, by cammellos
❤️ #1725 Set Whisper version submodule to v6, by adambabik
❤️ #1724 Bump github.com/ethereum/go-ethereum from 1.9.5 to 1.9.9 in /protocol, by dependabot-preview[bot]
❤️ #1723 Dependabot can't resolve your Go dependency files, by dependabot-preview[bot]
NOISY ISSUE
🔈 #1724 Bump github.com/ethereum/go-ethereum from 1.9.5 to 1.9.9 in /protocol, by dependabot-preview[bot]
It received 4 comments.
PULL REQUESTS
Last week, 16 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 6 pull requests were updated.
💛 #1733 add missing shhclient to whisper, by jakubgs
💛 #1732 Drop peers when rate limit is exceeded, by adambabik
💛 #1731 [WIP] Add Commands, by cammellos
💛 #1715 Waku/0 service, by adambabik
💛 #1713 Add ValidateMnemonic method and update tests, by acolytec3
💛 #1668 Bump github.com/multiformats/go-multiaddr from 0.1.1 to 0.1.2, by dependabot-preview[bot]
MERGED PULL REQUEST
Last week, 10 pull requests were merged.
💜 #1729 Implement rate limits exchange, by adambabik
💜 #1728 fix missing genkey task in systemd bootnode makefile, by jakubgs
💜 #1727 Handle membership update message, by cammellos
💜 #1725 Set Whisper version submodule to v6, by adambabik
💜 #1720 Move whisper to status-go monorepo, by adambabik
💜 #1718 Bump version 0.36.1, by cammellos
💜 #1717 APIs to Get and Create custom Tokens, by andremedeiros
💜 #1716 Replace address with keyUid in accounts db, by rasom
💜 #1714 Limit the upper bounds of how many pending peers we track, by andremedeiros
💜 #1646 Fix race condition in subscriptions, by adambabik
COMMITS
Last week there were 16 commits.
🛠️ Implement rate limits exchange (#1729) by adambabik
🛠️ Fix race condition in subscriptions (#1646) by adambabik
🛠️ APIs to Get and Create custom Tokens (#1717) by andremedeiros
🛠️ Limit the upper bounds of how many pending peers we track (#1714) by andremedeiros
🛠️ Handle membership update message This commit does a few things: 1) Handle membership updates using protobuf and adds the relevant endpoints. 2) Store in memory a map of chats + contacts for faster lookups, which are then flushed to disk on each update 3) Validate incoming messages Sorry for the large pr, but you know, v1 :) by cammellos
🛠️ fix missing genkey task in systemd bootnode makefile Signed-off-by: Jakub Sokołowski jakub@status.im by jakubgs
🛠️ fix protocol submodule definition by adambabik
🛠️ clean up eth-node and protocol versions by adambabik
🛠️ fix whisper v6 module definition by adambabik
🛠️ fix Whisper submodule version; bump go-ethereum version by adambabik
🛠️ fix docker image build by adambabik
🛠️ bump to 0.37.0 by adambabik
🛠️ Set Whisper version submodule to v6 (#1725) by adambabik
🛠️ Move whisper to status-go monorepo (#1720) by adambabik
🛠️ Replace address with keyUid in accounts db Account's address was used as a primary key in accounts db and as a deterministic id of an account in some API calls. Also it was used as a part of the name of the account specific database. This revealed some extra information about the account and wasn't necessary. At first the hash of the address was planned to be used as a deterministic id, but we already have a keyUid which is calculated as sha256 hash of account's public key and has similar properties: - it is deterministic - doesn't reveal accounts public key or address in plain by rasom
🛠️ Bump version 0.36.1 by cammellos
CONTRIBUTORS
Last week there were 5 contributors.
👤 adambabik
👤 andremedeiros
👤 cammellos
👤 jakubgs
👤 rasom
STARGAZERS
Last week there was 1 stargazer.
⭐ corpetty
You are the star! 🌟
RELEASES
Last week there were 4 releases.
🚀 v0.37.3 v0.37.3
🚀 v0.37.2 v0.37.2
🚀 v0.37.1 v0.37.1
🚀 v0.37.0 v0.37.0
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.
The text was updated successfully, but these errors were encountered: