[V108-specific] Update actions GasRate
[V108-specific]
Intended to close #1426 (closed)
'Unemitted outbound events due to MaxGas not updated in ObservedTxInVoter's actions'.
Additional comment:
manager_txout_current.go's EndBlock
's
if len(tx.MaxGas) == 0 || maxGas.Amount.GT(tx.MaxGas[0].Amount) {
condition for MaxGas updating (and not for GasRate updating) is (if I remember correctly) the underlying reason for keeping the updates separate instead of folding them into a single function.
(Discussion is welcome.)
Edited by Multipartite
Merge request reports
Activity
added 16 commits
-
a2032f47...a74304dc - 14 commits from branch
thorchain:develop
- bba89745 - SlasherV99 and TxOutStorageV99, no logic changes
- eb1c9a62 - updateTxOutGasRate
-
a2032f47...a74304dc - 14 commits from branch
added 24 commits
-
e468f483...56edcc55 - 21 commits from branch
thorchain:develop
- 2856e1d6 - Network version 1.99.0 -> 1.100.0, no logic changes
- 24e2ceb6 - SlasherV100 and TxOutStorageV100, plus test version fixes
- e2ba57a8 - updateTxOutGasRate
Toggle commit list-
e468f483...56edcc55 - 21 commits from branch
added 9 commits
-
e2ba57a8...d3eaeab6 - 6 commits from branch
thorchain:develop
- c4a03f59 - Network version 1.100.0 -> 1.101.0, no logic changes
- ef5bc7c0 - SlasherV101 and TxOutStorageV101, plus test version fixes
- c0744ecf - updateTxOutGasRate
Toggle commit list-
e2ba57a8...d3eaeab6 - 6 commits from branch
added 39 commits
Toggle commit listadded 35 commits
-
d273174f...212deca5 - 31 commits from branch
thorchain:develop
- 464edcc6 - SlasherV106, no logic change
- a2d5ad84 - TxOutStorageV106, no logic change
- a676cbc1 - manager_txout test version fixes
- 637ff123 - updateTxOutGasRate
Toggle commit list-
d273174f...212deca5 - 31 commits from branch
mentioned in merge request !2772 (merged)
changed milestone to %Release-1.108.0
added 33 commits
-
637ff123...8dedfec4 - 27 commits from branch
thorchain:develop
- 81d9a696 - Network version 1.106.0 -> 1.107.0
- a4979bbb - Network version 1.107.0 -> 1.108.0
- 8fe7bf4d - SlasherV108, no logic change
- aed4a038 - TxOutStorageV108, no logic change
- fca43413 - manager_txout test version fixes
- 8f02ce37 - updateTxOutGasRate
Toggle commit list-
637ff123...8dedfec4 - 27 commits from branch
Following the Milestone, rebased for V108.
Edited by Multipartite
Please register or sign in to reply