Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCannot create MosaicGlobalRestriction with referenceMosaicId #45
Labels
Comments
gimer
pushed a commit
that referenced
this issue
Nov 8, 2019
### Added - Support for `make install` ### Changed - Add hash variant name to binary descriptions - Realign transaction binary layouts to maximize alignment of fields - Add `AggregateTransaction::TransactionHash` that contains merkle hash of component transactions - Store `Version` and `Network` directly in `EntityBody` ### Fixed - GitHub Issues: #45 #46 #47 #48 #49 #50 - Bug in harvester `StateHash` calculation when `transactionSelectionStrategy` is not `oldest` - Fix remaining UBSAN and TSAN warnings
This comment has been minimized.
This comment has been minimized.
Fixed in 621ccbd [v0.9.0.1]. |
Jaguar0625
pushed a commit
that referenced
this issue
Nov 14, 2019
### Added - Support for `make install` ### Changed - Add hash variant name to binary descriptions - Realign transaction binary layouts to maximize alignment of fields - Add `AggregateTransaction::TransactionHash` that contains merkle hash of component transactions - Store `Version` and `Network` directly in `EntityBody` ### Fixed - GitHub Issues: #45 #46 #47 #48 #49 #50 - Bug in harvester `StateHash` calculation when `transactionSelectionStrategy` is not `oldest` - Fix remaining UBSAN and TSAN warnings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Expected behavior and actual behavior.
I'm having problems when creating a mosaic global restriction with a
referenceMosaicId
, getting the errorFailure_RestrictionMosaic_Previous_Value_Must_Be_Zero
(see 2. Steps to reproduce the problem).The issue might not be in the SDK, but in the catbuffer serialization or server. Please feel free to escalate the issue to another repo if someone finds the root of the problem. Even though, we could start by adding an e2e test.
2. Steps to reproduce the problem.
Assuming key = randUInt64Value
0x80510003 - Failure_RestrictionMosaic_Previous_Value_Must_Be_Zero
You can also find here the code used (steps 1-3).
Initially reported here.