From 14382d701c7d04c7846aba8c41c5e1e58dfe86b0 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 17 Jun 2021 16:38:30 +0300 Subject: [PATCH] [#94] *: Fix parameter types in notification manifest neo-go v0.95.2+ has strict notification type checker enabled by default. Signed-off-by: Alex Vanin --- container/config.yml | 10 +++++----- neofs/config.yml | 4 ++-- netmap/config.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/container/config.yml b/container/config.yml index 07fdc18..0d37eee 100644 --- a/container/config.yml +++ b/container/config.yml @@ -6,9 +6,9 @@ events: - name: container type: ByteArray - name: signature - type: ByteArray + type: Signature - name: publicKey - type: ByteArray + type: PublicKey - name: token type: ByteArray - name: containerDelete @@ -16,7 +16,7 @@ events: - name: containerID type: ByteArray - name: signature - type: ByteArray + type: Signature - name: token type: ByteArray - name: setEACL @@ -24,9 +24,9 @@ events: - name: eACL type: ByteArray - name: signature - type: ByteArray + type: Signature - name: publicKey - type: ByteArray + type: PublicKey - name: token type: ByteArray - name: StartEstimation diff --git a/neofs/config.yml b/neofs/config.yml index b22aa29..6337992 100644 --- a/neofs/config.yml +++ b/neofs/config.yml @@ -14,7 +14,7 @@ events: - name: Withdraw parameters: - name: user - type: ByteArray + type: Hash160 - name: amount type: Integer - name: txHash @@ -24,7 +24,7 @@ events: - name: id type: ByteArray - name: user - type: ByteArray + type: Hash160 - name: amount type: Integer - name: lockAccount diff --git a/netmap/config.yml b/netmap/config.yml index e6a48b1..212cd5f 100644 --- a/netmap/config.yml +++ b/netmap/config.yml @@ -10,7 +10,7 @@ events: - name: state type: Integer - name: publicKey - type: ByteArray + type: PublicKey - name: NewEpoch parameters: - name: epoch