This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
frostfs-contract
Watch
21
Star
0
Fork
You've already forked frostfs-contract
19
Code
Issues
12
Pull requests
2
Projects
Releases
2
Activity
Actions
9d36a33b9d
frostfs-contract
/
proxy
/
config.yml
3 lines
62 B
YAML
Raw
Normal View
History
Unescape
Escape
[#51] proxy: Add proxy contract Proxy contract used by notary contract as a main tx payment provider. `Verify` function verifies if main tx contains multisig of 5\7 inner ring nodes. If so, then contract pays for transaction. This is easier than support multisig wallet with GAS assets, because inner ring can change, therefore multisig wallet can change periodically. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-02-19 14:47:41 +00:00
name
:
"NeoFS Notary Proxy"
[#26] Add `safemethods` fields Fill in `safemethods` fields in contract config files with methods that do not change contract storages. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2021-03-09 10:05:19 +00:00
safemethods
:
[
"verify"
,
"version"
]
Reference in a new issue
Copy permalink