-
In the context of #362 multiparty transactions & cut-through, we can better support multiple writers and readers to the same subdirectory by making changes to the directory interface.
Currently POS…
-
## Main Objectives/Goals:
Data Dao is designed to implement the following functionality:
- Data Pooling and Ownership: Users pool their data into a collective managed by the DAO. They earn points bas…
-
Remove a job from the queue, including updating the queue, and taking/making any necessary payments. This will probably include removing jobs for reasons other than because that customer is now being …
-
Hey,
I'm kinda oldschool on max line lengths, sticking with strict PEP8 rules. One of the things I dislike pyright for is that I can't specify `# pyright: ignore[...]` comments for the next line.
…
-
Right now, permanent sessions are saved plain-text to a cookie when user is using "Remember me" function. We **must** make this secure before public release. One of the ideas is to encrypt user secret…
-
Create data sets that include a specific contact with specific reads to support a story.
For example, be able to provide data from Sue Johnston, who has been a donor for 15 years, making gifts be…
-
# Box Slice Reservations
## BoxSliceReservation.sol
create a production-ready example of reserving slices using the box contract without making any changes to the existing box contract logic.
…
-
Reported in Slack [here](https://expensify.slack.com/archives/C06ML6X0W9L/p1729884618757199) - check for more details
BUG: After adding a second card feed, you're supposed to land on the feed pend…
-
### Feature Description
Implement [Mpesa ](https://en.wikipedia.org/wiki/M-Pesa)as a Possible Gateway.
https://www.safaricom.co.ke/personal/m-pesa
Api docs: https://developer.safaricom.co.ke/
…
-
create payment, if different currencies, check that balance is enough, if yes, proceed with the payment, if not, return error.