grin-wallet/controller/tests
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
..
common use local chain_type and global chain_type as necessary 2020-05-22 14:35:35 +01:00
accounts.rs Compact slate merge (#404) 2020-05-19 11:19:03 +01:00
check.rs Compact slate merge (#404) 2020-05-19 11:19:03 +01:00
file.rs Slatepack Workflow (#423) 2020-06-03 08:39:23 +01:00
invoice.rs Slatepack Workflow (#423) 2020-06-03 08:39:23 +01:00
late_lock.rs Late locking (experimental) (#530) 2020-11-19 12:54:49 +01:00
no_change.rs fixfees on grin-wallet (#526) 2020-11-26 20:46:03 +01:00
payment_proofs.rs Slatepack OwnerAPI Changes (#421) 2020-05-28 08:17:51 +01:00
repost.rs Modify get_stored_tx functions + tests (#454) 2020-06-25 10:06:04 +01:00
revert.rs tx inputs underwent refactoring (#502) 2020-08-07 15:57:27 +01:00
self_send.rs Slatepack Workflow (#423) 2020-06-03 08:39:23 +01:00
slatepack.rs Post Hardfork 3 Cleanup (#490) 2020-07-31 10:33:45 +01:00
transaction.rs fixfees on grin-wallet (#526) 2020-11-26 20:46:03 +01:00
ttl_cutoff.rs Compact slate merge (#404) 2020-05-19 11:19:03 +01:00
updater_thread.rs use local chain_type and global chain_type as necessary 2020-05-22 14:35:35 +01:00