fix!(calc): fee calculation (#974)
* fix(fee): fee calculation
* feat(calc): add calc_actual_fee
* export mod
* revert some changes
* fix spacing
* fix test warnings
* cleanup
* organize calculation
* more cleanup
* update sp_arithmetic to 5.0.0
* fix small deprecation grumble in calc payout
* cleanup implementation
* Add failing fee calc examples to tests
* more comments on test fee calcs
* Fix up tests and fee calc
* change to calc_partial_fee, and add acala test
* remove calc_fee
* update wasm
* fix small comment blunder
* update wasm-bindgen
* remove impl, and unwraps, replace with Result
* rebuild wasm
Co-authored-by: James Wilson <[email protected]>