Bump neo-go up to v0.106.0 #1149

Merged
fyrchik merged 1 commit from alexvanin/frostfs-node:bump/neo-go into master 2024-05-30 08:11:59 +00:00
Owner

Required to work with neo-go v0.106.0 node
with default hardfork configuration. Without
neo-go client version bump, it throws error.

  failed to get network magic: unexpected hardfork: Cockatrice
Required to work with neo-go v0.106.0 node with default hardfork configuration. Without neo-go client version bump, it throws error. ``` failed to get network magic: unexpected hardfork: Cockatrice ```
alexvanin force-pushed bump/neo-go from 54fd2baa39 to 81a9f10834 2024-05-29 08:02:15 +00:00 Compare
alexvanin force-pushed bump/neo-go from 81a9f10834 to 0b9823b1a0 2024-05-29 08:05:03 +00:00 Compare
acid-ant requested review from storage-core-committers 2024-05-29 08:19:14 +00:00
acid-ant requested review from storage-core-developers 2024-05-29 08:19:15 +00:00
fyrchik reviewed 2024-05-29 10:11:26 +00:00
@ -204,3 +204,3 @@
return fmt.Errorf("%w: %w: %s", policyengine.ErrChainNotFound, ErrBucketNotContainsChainID, chainID)
}
serializedChain = slice.Copy(serializedChain)
serializedChain = bytes.Clone(serializedChain)
Owner

Could you move it to a separate commit?
Other than this LGTM

Could you move it to a separate commit? Other than this LGTM
fyrchik approved these changes 2024-05-29 10:11:29 +00:00
fyrchik added this to the v0.40.0 milestone 2024-05-29 10:11:43 +00:00
fyrchik merged commit 4a34d0d40e into master 2024-05-30 08:11:59 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#1149
No description provided.