Adrian Serafin
Adrian Serafin
This line ``` name = name.call(instance) if name.is_a?(Proc) ``` overwrites procedure passed as name parameter to `add_crumb` call so it is invoked only once and any subsequent calls to controller...
This allows access to event arguments when we're evaluating which event to run in the scope of ``` state :off event :turn_on, :transition_to => :on, :if => :sufficient_battery_level? event :turn_on,...
I've found out that the whitelist contract on mainnet is deployed under `lockup-whitelist.near` and it seems to be returning response that match with the list of validators available on the...