You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue was misunderstood involving entropy-core issue #890 and a fix was attempted in the cli. The true fix needs to happen in the sdk.
This will require a hot-fix patch into cli.
Closing this issue should require preserving the original subgroup list and reversing this order.
Gotch-yas: i will not be requiring a full test suite to close this issue since their are to many places this could go wrong.
The math could be a NaN how do we pick an index from their. Do we throw an error? one could throw an error but their isnt really anything the user could do to fix this error 😢 other then try again (i guess?)
The subgroups could be reorder in transit (i.e; polkadot-js or substrate pulling from storage and formating on it's way to/threw rpc) but we wont know that till we try to sign.
it's not happening on every signature which might suggest the math for picking index but really thats a recursive thought.
Conclusion try to resubmit once in reverse
if it throws again throw error with the chosen index
The text was updated successfully, but these errors were encountered:
## [0.2.2] Bathala - 2024-07-11 (entropy-core compatibility: 0.2.0)
### Added
- now exports utils [395](#395)
- now exports testing environments from /dev
[393](https://github.com/entropyxyz/sdk/pull/393/files)
### Fixed
- hot fix for issue #380: try in reverse order for testnet environment
- `entropy.signingManager.getTimeStamp` ->
`entropy.signingManager.getBlockNumber` signature request no longer
takes a time stamp and now takes a block number.
[396](#396)
### Changed
- constructor now throws if you pass no object
- sign now takes a verifying key
[382](#382)
An issue was misunderstood involving entropy-core issue #890 and a fix was attempted in the cli. The true fix needs to happen in the sdk.
This will require a hot-fix patch into cli.
Closing this issue should require preserving the original subgroup list and reversing this order.
Gotch-yas: i will not be requiring a full test suite to close this issue since their are to many places this could go wrong.
Conclusion try to resubmit once in reverse
if it throws again throw error with the chosen index
The text was updated successfully, but these errors were encountered: