generated from google/docsy-example
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tez-capital
committed
Jun 28, 2024
1 parent
647be9c
commit 922b366
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tezpay
updated
27 files
+41 −29 | common/payouts.go | |
+1 −1 | common/report.go | |
+14 −10 | common/tezos.go | |
+1 −1 | constants/common.go | |
+1 −1 | constants/version.go | |
+15 −17 | core/generate/1_BondDistribuition.go | |
+8 −8 | core/generate/1_BondDistribuition_test.go | |
+17 −15 | core/generate/7_CreateBlueprint.go | |
+5 −5 | core/generate/payouts.go | |
+4 −4 | core/generate/payouts_test.go | |
+1 −1 | core/generate/validate_candidate.go | |
+2 −2 | docs/build/hooks.go | |
+2 −2 | docs/cmd/tezpay.md | |
+1 −1 | docs/cmd/tezpay_continual.md | |
+1 −1 | docs/cmd/tezpay_generate-payouts.md | |
+1 −1 | docs/cmd/tezpay_import-configuration.md | |
+1 −1 | docs/cmd/tezpay_pay-date-range.md | |
+1 −1 | docs/cmd/tezpay_pay.md | |
+1 −1 | docs/cmd/tezpay_statistics.md | |
+1 −1 | docs/cmd/tezpay_test-extension.md | |
+1 −1 | docs/cmd/tezpay_test-notify.md | |
+1 −1 | docs/cmd/tezpay_transfer.md | |
+1 −1 | docs/cmd/tezpay_version.md | |
+8 −6 | docs/extensions/Hooks.md | |
+2 −2 | engines/tzkt/client.go | |
+2 −1 | notifications/discord.go | |
+1 −1 | test/mock/simple_collector.go |