Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Merge requests
!178
upgrade PaymentServer
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
upgrade PaymentServer
update-paymentserver
into
develop
Overview
3
Commits
2
Pipelines
3
Changes
2
Merged
upgrade PaymentServer
Jean-Paul Calderone
requested to merge
update-paymentserver
into
develop
Sep 23, 2021
Overview
3
Commits
2
Pipelines
3
Changes
2
Prefix all the metric names with "payment_" (
https://github.com/PrivateStorageio/PaymentServer/pull/98
)
Enforce a certain number of tokens on redemption (
https://github.com/PrivateStorageio/PaymentServer/pull/99
)
Update the README to reflect PaymentServer's new API. (
https://github.com/PrivateStorageio/PaymentServer/pull/100
)
0
0
Merge request reports
Compare
develop
version 2
944068e6
Sep 23, 2021
version 1
8612fde5
Sep 23, 2021
develop (base)
and
latest version
latest version
0051cd60
2 commits,
Sep 23, 2021
version 2
944068e6
1 commit,
Sep 23, 2021
version 1
8612fde5
1 commit,
Sep 23, 2021
2 files
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
nixos/pkgs/zkapissuer/repo.nix
+
2
−
2
View file @ 0051cd60
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,6 +2,6 @@
fetchFromGitHub
{
owner
=
"PrivateStorageio"
;
repo
=
"PaymentServer"
;
rev
=
"
2ca189c51a5314eb476d1866d28ee483701af6f5
"
;
sha256
=
"1s
b53lvi6alwdjhx4cv1gg7ywkqf18n1zjgdj3nigq3vjwxhdcpb
"
;
rev
=
"
ff30e85c231a3b5ad76426bbf8801f8f76884367
"
;
sha256
=
"1s
pz19f5z96shmfpazj0rv6877xvchf3gl49a4xahjbbsz39x34x
"
;
}
Loading