Hello Holly, thanks for your reply.
I have been able to log in to my UbuntuOne account, thank you very much.
Now, about recovering the app name that I had registered, I’ll await for the details about vetting it, but for now I can share that the last version of the snap package I published was generated by a public GitHubActions build-agent, and you can verify this from your side, because it was also uploaded as a build artifact before being published to the Snap Store.
In particular, if you go to see the last commits in the main branch (https://github.com/packwallet/packwallet/commits/master/) you can easily locate this one titled “CI: add snap package publish job” (https://github.com/packwallet/packwallet/commit/a6258d8a6e8ce081a1573450c0c7234b026f54ff) and then if you click on the green tick icon (the CI status) and click on any “Details” link, it sends you to the CI status page: https://github.com/packwallet/packwallet/actions/runs/8364361378/job/22899511657 , from there you can click on “Summary” link, at the top-left, which sends you to a view where you can see the artifacts: https://github.com/packwallet/packwallet/actions/runs/8364361378 , if you scroll down then you can see an artifact called “snap”. When clicking on it you are offered to download a snap.zip file (please sign in, in GitHub, otherwise this “snap” artifact will not be offered for download as an hyperlink).
This snap.zip file has a MD5 hash of 26449ff7577351484e0e9a200f616823
, and if you decompress it, a file called packwallet_0.1.1_amd64.snap
is inside it, with an MD5 hash of fc73c12c89b94db9a05d3d17a5b578c8
, which you could compare with the snap file that was uploaded to the snap store (beta channel of ‘packwallet’ app name).
This demonstrates the link between what GitHubActions officially generated (so, linked to the sources of the github repository), and the published binary in the Snap Store. And if you look at the sources you will see that it is just a proof of concept command-line app that downloads a JSON file, parses it (with F# type providers), and prints some part of it. So, it is strictly speaking not a “crypto-related” app yet. And I only say “yet” because I was studying the LDK SDK (from the Block Inc. company: https://lightningdevkit.org/ ) to start devising a very simple Lightning app, but I’m months away from it and I just wanted to reserve the name for now.
I mention this because the only way to generate a snap file that does not correspond with the sources in the repo would be to hack the GitHubActions system, something which I guess you can consider impractical, especially given that GitHub is now owned by Microsoft and you can assume their high security standards.
To not block my development for now, I’ve renamed the snap file in my repo to the new name dotnet-fsharp-helloworld
instead of packwallet
, and I’ve already pushed another build to publish it. This will ensure that my repo works on a CD (Continuous Deployment) fashion. But I would like to recover the app name I had reserved (that was taken from me when the massive blocking happened) for when my app is ready. So, can you give back the app name to my account? I don’t mind if you unlist the app and mark it private for now. I will only publish it as public when I have finished the app development (I estimate in about 3 months), which is when it would make sense to start any “vetting” process, because only by then it will be considered “crypto-related”.
Thanks very much.