Bartłomiej Kamiński

Results 4 issues of Bartłomiej Kamiński

Currently the only way of using a tensor requires knowing the coordinate system it is defined in statically. This may not always be possible. Let's say I want to calculate...

plan

The plan is to implement `Metric` trait for coordinate systems with the following methods: - `metric(Point)` - `inv_metric(Point)` - `christoffel(Point)` This will provide the basis on which it will be...

plan

This changes how the unbonding process works. The bids used to be pruned upon a full unbond. Now, in order to better cooperate with the rewards distribution, a full unbond...

This fixes a bug in which stray `Withdraw` entries in the global state could throw off the calculations of target amounts in bonding purses. It also fixes an unrelated bug...