You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A space to discuss the tasks defined in the xrpl-rust project.
Because drafts do not have urls one could reference to, we use the following message format to reference to a task to make the discussions as understandable as possible:
New: Implement zeroize crate to securely clear memory
I would suggest to move it to the Backlog. It makes totally sense to implement zeroize whenever this library is dealing with sensitive data to ensure that there is no way to find that data in memory once it is no longer needed.
New: Implement SAST Using SonarQube via GitHub Actions
When would that action be executed? Every time you push a commit to a PR?
SonarQube sounds like a great tool to ensure that we deliver high quality and secure code users can rely on. As well as the comment above I would suggest moving the task to the Backlog to meet our milestones.
Backlog: Add clients and Response struct
Next up for me would be the clients. I will prioritize the websocket clients because they are the most useful. I will use the tokio-tungstenite crate. In the draft I added an example to use as a reference. In the past I struggled to find a convenient way to return a response from a websocket subscription, so that will take some research. I will share my ideas here. If you have a good idea on how to do it please also share here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
A space to discuss the tasks defined in the xrpl-rust project.
Because drafts do not have urls one could reference to, we use the following message format to reference to a task to make the discussions as understandable as possible:
All reactions