Version 0.4.3 - Repo Fix
Pre-release
Pre-release
Functionality Changes
Added Owner Account address to RulesRepo Events
/// Rule Added or Changed
event Rule(address indexed originAddress, uint256 indexed id, bytes32 about, string affected, string uri, bool negation);
/// Rule Disabled Status Changed
event RuleDisabled(address indexed originAddress, uint256 id, bool disabled);
/// Rule Removed
event RuleRemoved(address indexed originAddress, uint256 indexed id);
/// Generic Role Effect
event RuleEffect(address indexed originAddress, uint256 indexed id, bool direction, uint8 value, string name);
/// Action Confirmation Change
event Confirmation(address indexed originAddress, uint256 indexed id, string ruling, bool evidence, uint witness);
/// Reaction Change
event Reaction(address indexed originAddress, uint256 indexed id, bytes32 reactionId);