-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial contract in aiken #1735
Closed
Closed
Conversation
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
Contributor
ffakenz
commented
Nov 5, 2024
- CHANGELOG updated or not needed
- Documentation updated or not needed
- Haddocks updated or not needed
- No new TODOs introduced or explained herafter
This was caused due to eager evaluation of fail during option.or_else
Transaction cost differencesScript summary
|
Parties | Tx size | % max Mem | % max CPU | Min fee ₳ |
---|---|---|---|---|
1 | 397 | 0.58 | 0.26 | 0.02 |
2 | 397 | 0.57 | 0.25 | 0.02 |
3 | 397 | 0.58 | 0.26 | 0.03 |
5 | 397 | 0.58 | 0.25 | 0.03 |
10 | 397 | 0.58 | 0.26 | 0.03 |
Commit
transaction costs
UTxO | Tx size | % max Mem | % max CPU | Min fee ₳ |
---|
CollectCom
transaction costs
Parties | UTxO (bytes) | Tx size | % max Mem | % max CPU | Min fee ₳ |
---|---|---|---|---|---|
1 | - | - | - | - | - |
2 | - | - | - | - | - |
3 | - | - | - | - | - |
4 | - | - | +5.52 | +2.03 | +0.06 |
5 | - | - | |||
6 | - | - | |||
7 | - | - | |||
8 | - | - | |||
9 | - | - | +12.03 | +4.43 | +0.13 |
Cost of Decrement Transaction
Parties | Tx size | % max Mem | % max CPU | Min fee ₳ |
---|---|---|---|---|
1 | - | - | - | - |
2 | - | |||
3 | - | - | - | - |
5 | - | - | ||
10 | - | - | ||
50 | - | +0.09 | +0.03 | +0.01 |
Close
transaction costs
Parties | Tx size | % max Mem | % max CPU | Min fee ₳ |
---|---|---|---|---|
1 | - | - | - | - |
2 | - | - | - | - |
3 | - | - | - | - |
5 | - | - | - | - |
10 | - | +0.09 | +0.04 | - |
49 | - |
Contest
transaction costs
Parties | Tx size | % max Mem | % max CPU | Min fee ₳ |
---|---|---|---|---|
1 | - | - | - | - |
2 | - | - | ||
3 | - | - | - | - |
5 | - | - | - | - |
10 | - | - | ||
39 | - | - | - | - |
Abort
transaction costs
Parties | Tx size | % max Mem | % max CPU | Min fee ₳ |
---|---|---|---|---|
1 | 397 | 2.62 | 1.16 | 0.05 |
2 | 397 | 2.76 | 1.23 | 0.05 |
3 | 397 | 2.98 | 1.32 | 0.06 |
4 | 397 | 3.16 | 1.4 | 0.05 |
5 | 397 | 3.21 | 1.43 | 0.05 |
6 | 397 | 3.44 | 1.53 | 0.06 |
7 | 397 | 4.21 | 1.84 | 0.07 |
8 | 397 | 3.13 | 1.44 | 0.06 |
9 | 397 | 4.66 | 2.04 | 0.07 |
10 | 397 | 3.74 | 1.7 | 0.06 |
11 | 397 | 4.85 | 2.14 | 0.07 |
12 | 397 | 3.51 | 1.63 | 0.06 |
FanOut
transaction costs
Parties | UTxO | UTxO (bytes) | Tx size | % max Mem | % max CPU | Min fee ₳ |
---|---|---|---|---|---|---|
10 | - | - | +397 | +1.33 | +0.59 | 0.03 |
10 | - | - | +397 | +1.32 | +0.59 | 0.03 |
10 | - | - | +397 | +1.32 | +0.6 | 0.03 |
10 | - | - | +397 | +1.32 | +0.59 | 0.03 |
10 | - | - | +397 | +1.33 | +0.59 | 0.03 |
10 | - | - | +397 | +1.32 | +0.59 | 0.04 |
10 | - | - | +397 | +1.33 | +0.59 | 0.04 |
10 | - | - | +397 | +1.32 | +0.59 | 0.03 |
10 | +371 | 0.02 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.