-
Notifications
You must be signed in to change notification settings - Fork 50
Container attributes #3733
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
Container attributes #3733
Conversation
a28ae50 to
1abb88b
Compare
d136d4e to
257168b
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #3733 +/- ##
==========================================
- Coverage 26.13% 25.88% -0.26%
==========================================
Files 658 660 +2
Lines 41777 42213 +436
==========================================
+ Hits 10919 10927 +8
- Misses 29856 30285 +429
+ Partials 1002 1001 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e0d6ff2 to
303fea6
Compare
|
Is #3728 obsolete with this? |
b579875 to
87e636f
Compare
|
Conflicts now. |
87e636f to
e786a2f
Compare
e786a2f to
99d2893
Compare
| var tokV2 sessionv2.Token | ||
| err = tokV2.Unmarshal(v.binTokenSession) | ||
| if err == nil { | ||
| // TODO |
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.
does @End-rey know about this TODO?
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.
conflicting area, will definitely know
| acc = notary.FakeContractAccount(mainTx.Signers[2].Account) | ||
| } else { | ||
| pubBytes, ok := vm.ParseSignatureContract(script) | ||
| pubBytes, ok := scparser.ParseSignatureContract(script) |
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.
separate commit fixes?
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.
It's related to neo-go update
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.
i understand, i meant updating neo-go with fixes in a separate commit
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.
i dont need the update on its own, it came automatically
99d2893 to
4c376da
Compare
Support nspcc-dev/neofs-contract#564. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Support nspcc-dev/neofs-contract#564, nspcc-dev/neofs-api#360. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Follow nspcc-dev/neofs-api#360. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
4c376da to
0ddcf2b
Compare
No description provided.