You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pool App call budget in group transactions (#2711)
* Add pooling for grouped app calls and add unit tests
* Fix doc errors
* Pool app call budget in ep
* Check if pooledBudget is not nil in budget call
* Fix app call integration test output and minor syntax changes
* Minor change in comment
* Modify some tests to get better coverage
* Refactor tests
* Clean up
* Remove a hardcoded constant
* Add pointer equivalence test
Copy file name to clipboardExpand all lines: data/transactions/logic/TEAL_opcodes.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,6 @@ Ops have a 'cost' of 1 unless otherwise specified.
47
47
- Pushes: uint64
48
48
- for (data A, signature B, pubkey C) verify the signature of ("ProgData" || program_hash || data) against the pubkey => {0 or 1}
49
49
-**Cost**: 1900
50
-
- Mode: Signature
51
50
52
51
The 32 byte public key is the last element on the stack, preceded by the 64 byte signature at the second-to-last element on the stack, preceded by the data which was signed at the third-to-last element on the stack.
0 commit comments