grin-wallet/api/src
John Tromp 8334304c16
fixfees on grin-wallet (#526)
* change fee to fee_fields in various structs and fix tests for new fee calculation

* set up accept_fee_base param in grin-wallet.toml

* fix bug and adopt new tx_fee interface

* Fix doctests

* Remove left over debug statement

* revert field name feef to fee to remain slate compatible

* use into() for some literal fee_fields

* add height arguments to FeeFields methods where necessary

* Fix tests

* Rename fee_fields -> fee on Context

* Rename fee_fields -> fee on TxLogEntry

* Update to grin master

* replace fee(0) by fee(2*YEAR_HEIGHT) to get fee masking

* Fix compilation error and revert Cargo lock

* fix wrong height passed into next_difficulty

Co-authored-by: Jasper van der Maarel <j@sper.dev>
2020-11-26 20:46:03 +01:00
..
foreign.rs Post Hardfork 3 Cleanup (#490) 2020-07-31 10:33:45 +01:00
foreign_rpc.rs fixfees on grin-wallet (#526) 2020-11-26 20:46:03 +01:00
lib.rs Slatepack Workflow (#423) 2020-06-03 08:39:23 +01:00
owner.rs Deprecate HTTP(S) (#532) 2020-11-26 16:21:20 +01:00
owner_rpc.rs fixfees on grin-wallet (#526) 2020-11-26 20:46:03 +01:00
types.rs Slatepack OwnerAPI Changes (#421) 2020-05-28 08:17:51 +01:00