use a Event Cache to replace vec `Events` in `deposit_event`
issue 2223 https://github.com/paritytech/substrate/issues/2223 suggestion 1 use a map `EventsCache` to replace vec `Events` in `deposit_event`, and flush cache into `Events` on `finalize()`
parent
7c647466
Please register or sign in to comment