-
Notifications
You must be signed in to change notification settings - Fork 471
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
Start work on Teal 6 (AVM 1.1) #2974
Conversation
vFuture, LogicVersion changed to 6 Support RekeyTo field, and Keyreg transactions
Codecov Report
@@ Coverage Diff @@
## master #2974 +/- ##
=======================================
Coverage 47.63% 47.63%
=======================================
Files 358 359 +1
Lines 57887 57923 +36
=======================================
+ Hits 27573 27591 +18
- Misses 27190 27213 +23
+ Partials 3124 3119 -5
Continue to review full report at Codecov.
|
func TestActionTypes(t *testing.T) { | ||
func TestInnerTypesV5(t *testing.T) { | ||
v5, _ := makeSampleEnvWithVersion(5) | ||
// not alllowed in v5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sp allowed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
eval.txn(t, pay.Noted("again")) | ||
eval.txn(t, nonpart.Noted("again"), "cannot change online/offline") | ||
l.endBlock(t, eval) | ||
// Ppaid fee and 1. Did not get rewards |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sp paid
vFuture, LogicVersion changed to 6
Support RekeyTo field, and Keyreg transactions