morph: Use Global scope for proxy contract #999

Merged
fyrchik merged 1 commits from fyrchik/frostfs-node:fix-morph-proxy into master 2024-02-21 20:34:49 +00:00

1 Commits (master)

Author SHA1 Message Date
Evgenii Stratonikov e18f0f5178 [#999] morph: Use Global scope for proxy contract
DCO action / DCO (pull_request) Successful in 2m28s Details
Vulncheck / Vulncheck (pull_request) Successful in 2m52s Details
Build / Build Components (1.21) (pull_request) Successful in 4m5s Details
Build / Build Components (1.20) (pull_request) Successful in 4m12s Details
Tests and linters / Lint (pull_request) Successful in 6m10s Details
Tests and linters / Staticcheck (pull_request) Successful in 5m59s Details
Tests and linters / Tests (1.20) (pull_request) Successful in 8m24s Details
Tests and linters / Tests with -race (pull_request) Successful in 8m38s Details
Tests and linters / Tests (1.21) (pull_request) Successful in 8m58s Details
Proxy contract can now be used as an owner of NNS domains, thus we need
it not only to pay for the transaction but also to check domain
ownership. CalledByEntry is not enough, because we may register NNS
domains owned by proxy indirectly from the container contract.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-02-21 14:28:42 +03:00