cosmos-sdk/x
Dev Ojha b4e8fe5e94 Merge PR #2435: Staking store keys bug fix + memory improvement
Improve memory efficiency of getting store keys

This is done by removing repeated appends, which will create a new
slice if theres insufficient capacity, and instead creating a key
of the correct size, and then copying the data into it.
2018-10-04 08:42:03 +02:00
..
auth Merge PR #2376: auth: Don't recalculate mempool fees for every msg signer, misc. cleanup 2018-09-27 02:34:01 +08:00
bank Merge PR #2425: simulation: Make bank testing auth configurable 2018-10-02 14:01:18 +02:00
gov Merge PR #2394: Split up UpdateValidator into distinct state transitions applied only in EndBlock 2018-10-03 18:37:06 +02:00
ibc CLIContext.Logger -> .Output as it isn't a logger (#2420) 2018-09-28 21:45:54 -07:00
mock Merge PR #2394: Split up UpdateValidator into distinct state transitions applied only in EndBlock 2018-10-03 18:37:06 +02:00
params Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
slashing Merge PR #2394: Split up UpdateValidator into distinct state transitions applied only in EndBlock 2018-10-03 18:37:06 +02:00
stake Merge PR #2435: Staking store keys bug fix + memory improvement 2018-10-04 08:42:03 +02:00