-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce new monetary int (#310)
* feat: introduce new monetary int type * fix: apply suggestions from code review Co-authored-by: Antoine Gelloz <antoine.gelloz@me.com> Signed-off-by: Clément Salaün <salaun.clement@gmail.com> * fix: remove comment in pkg/ledger/process_test.go Co-authored-by: Antoine Gelloz <antoine.gelloz@me.com> Signed-off-by: Clément Salaün <salaun.clement@gmail.com> * chore: clean * feat: Make verbose configurable on tests * feat: use dotenv on Taskfile to allow developpers to have their own set of parameters * chore: remove useless file * fix: remove binary and change verbose to bool * fix: after merge Signed-off-by: Clément Salaün <salaun.clement@gmail.com> Signed-off-by: Ragot Geoffrey <geoffrey.ragot@gmail.com> Co-authored-by: Antoine Gelloz <antoine.gelloz@me.com> Co-authored-by: Geoffrey Ragot <geoffrey.ragot@gmail.com>
- Loading branch information
1 parent
8215ff2
commit bbd082a
Showing
42 changed files
with
774 additions
and
902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,6 @@ cmd/control/* | |
vendor | ||
sdk/swagger.yaml | ||
sdk/swagger.yaml-e | ||
sdk/sdks | ||
sdk/sdks | ||
.vscode | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.