Conversation
6da3ec2 to
97cb1ed
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #555 +/- ##
==========================================
+ Coverage 62.28% 63.10% +0.82%
==========================================
Files 29 29
Lines 3068 3204 +136
==========================================
+ Hits 1911 2022 +111
- Misses 1151 1176 +25
Partials 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7efa1af to
5750afa
Compare
|
Rebase, please |
5750afa to
67827a0
Compare
Rebaed |
67827a0 to
a840096
Compare
contracts/container/contract.go
Outdated
| panic(cst.NotFoundError) | ||
| } | ||
|
|
||
| common.CheckOwnerWitness(common.WalletToScriptHash(ownerID)) |
There was a problem hiding this comment.
sometimes we allow the alphabet to be able to rewrite smth in the contracts (#526), can this be useful for this? @roman-khimov
There was a problem hiding this comment.
It is useful, I've added alphabet witness check as well
There was a problem hiding this comment.
suppose the key point is net cfg allowing Alphabet witness
neofs-contract/contracts/container/contract.go
Lines 1441 to 1447 in f2b1030
a840096 to
798d19b
Compare
56c0e83 to
4984502
Compare
|
@smallhive seems good overall. I also need exactly this, but for LOCK attribute (#558). So, lets try to fasten this PR. The only meaningful topic i wanna resolve here is https://github.com/nspcc-dev/neofs-contract/pull/555/files#r2584311944 i can improve the rest on my own |
4984502 to
f659262
Compare
I will add |
7e02653 to
70df532
Compare
70df532 to
35c5fcd
Compare
2e481a7 to
4f52d50
Compare
ce2ad8f to
77a987e
Compare
3032e5d to
5baba65
Compare
5baba65 to
9688073
Compare
135c241 to
a37d658
Compare
a37d658 to
65a49f6
Compare
Closes #548. Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
65a49f6 to
ebdc1b7
Compare
| ) | ||
|
|
||
| // CORSRule describes one rule for the container’s CORS attribute. It is the same as in contract. | ||
| type CORSRule struct { |
There was a problem hiding this comment.
this can be used from rpc package now?
|
|
||
| type ( | ||
| // CORSRule describes one rule for the container’s CORS attribute. | ||
| CORSRule struct { |
There was a problem hiding this comment.
so it is only used as a json holder, right? i would add json: tags then, and a little bit more info to its doc
Closes #548.