-
Notifications
You must be signed in to change notification settings - Fork 4
Refactor RiskId #824
Copy link
Copy link
Open
Labels
Milestone
Description
- change type of RiskId to uint64
- check storage layout
- use ObjectCounter to generate ids https://github.com/etherisc/gif-next/blob/feature/chainid-type-refactoring/contracts/instance/base/ObjectCounter.sol#L9
- change
createRisk(https://github.com/etherisc/gif-next/blob/feature/chainid-type-refactoring/contracts/product/RiskService.sol#L42) to work the same way as request (https://github.com/etherisc/gif-next/blob/feature/chainid-type-refactoring/contracts/instance/InstanceStore.sol#L257)
Reactions are currently unavailable