Greg Slepak
Greg Slepak
### Problem The frontend code for calling `'chelonia/queueInvocation'` is littered with calls to `'chelonia/queueInvocation'`, e.g.: ```js return sbp('chelonia/queueInvocation', identityContractID, () => { return sbp('chelonia/kv/set', identityContractID, KV_KEYS.UNREAD_MESSAGES, data, { encryptionKeyId: sbp('chelonia/contract/currentKeyIdByName',...
### Problem We don't currently notify group members when a new non-monetary contribution has been added. ### Solution Post these notifications: - `{memberName} added non-monetary contribution: {contribution}` - `{memberName} removed...
### Problem Need decentralized private payments. ### Solution [Aztec](https://aztec.network/) is a possible solution.
### Problem Need decentralized private payments. ### Solution [Penumbra](https://penumbra.zone/technology/transact) is a possible solution.
### Problem https://github.com/user-attachments/assets/bef41640-02df-4509-a1c4-d47c79ceaebc  - 📎 frontend logs: [failure.json.zip](https://github.com/user-attachments/files/16631678/failure.json.zip) ### Solution Fix.
### Problem While testing a PR I found a problem: https://github.com/okTurtles/group-income/pull/2147#pullrequestreview-2184455017 Copying here: > On my local test run the last test in `group-chat.spec.js` (`user2 joins the ${groupName1} group and...
### Problem Our [`Information-Flow.md` documentation is outdated](https://github.com/okTurtles/group-income/blob/master/docs/Information-Flow.md#subscribing-to-a-contract) for how to sync a contract. It currently says that developers should use `'chelonia/contract/sync'`, but that's wrong, as they're supposed to use `'cheloina/contract/retain'`...
### Problem Seems like #1997 was never fixed properly. In our GIG group, andrea appears as not logged in for the past 14 days for me even though she has....
### Problem https://github.com/user-attachments/assets/772eebd1-dacc-44e3-95ee-8a99ed0f2a48 - Example [failed build](https://github.com/okTurtles/group-income/actions/runs/10101571423/job/27935432333?pr=2255) - Example [Cypress Dasboard issue](https://cloud.cypress.io/projects/q6whky/runs/2803/specs?utm_source=github) Test failure info: ``` 1) user3 joins the Dreamers group and general channel again and logout 15 passing...
### Problem All of our failure videos are timing out when they're being uploaded to Cypress Dashboard, see: https://github.com/cypress-io/github-action/issues/1232 ### Solution 1. Upgrade Cypress to latest version 2. Use the...