-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(fc-traits-gas-tank): make `GasFueler` refill using a tank ID * fix(fc-traits-gas-tank): create `MakeTank` trait * fix(fc-traits-gas-tank): `gas_tank` shouldn't increase usage if the tank's capacity is unlimited * feat(fc-traits-gas-tank): implement `GasFueler` and `MakeTank` for `NonFungibleGasBurner` * feat(fc-traits-gas-tank): refactor `NonFungibleGasTank`. Improves readability and maintainability. * feat(fc-traits-gas-tank): add additiona tests to assert `GasFueler` and `MakeTank` * chore(fc-traits-gas-tank): final refactoring
- Loading branch information
Showing
3 changed files
with
223 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters