fix(connmanager): enable linger zero for port reuse
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Policy ID: 30a21eb10dafbfa62c3fa40ddfdf1da24d6b7d1e26e74939f4443e68 Asset name: GoldCoin (476f6c64436f696e) Ticker: YGOLD Decimals: 0 Website: https://youblob.com
(cherry picked from commit f396dc51703a75f7f31d2331e7e89cfe2f83645d)
(cherry picked from commit 6d9977595eb47b122271d9d068bf3cca5634d0fa)
(cherry picked from commit 75cb10e006be81822a996731a80dc5d52ccb9f30)
Signed-off-by: Francisco Javier Ribo Labrador <[email protected]>
Signed-off-by: Francisco Javier Ribo Labrador <[email protected]>
(cherry picked from commit 75cb10e006be81822a996731a80dc5d52ccb9f30)
(cherry picked from commit f0f7eadca9869a0571da14c624b7f5386af692c9)
(cherry picked from commit c88386801cc002ff037d7d5eceee0e4f657fde3b)
(cherry picked from commit db7f0ad067c9db36b4d23f14395e158ae0c1a79c)
(cherry picked from commit 547863a5fc723ed669462354368af7ffc433a7a2)
(cherry picked from commit 82939addf37f162b5ec3c6443328fe920b494f71)
(cherry picked from commit 805165ebe9657c271eda46f39c7bc52da69568cc)
(cherry picked from commit ff021345d356c9d399be702ad755f5feec9a8d31)
(cherry picked from commit 6d9977595eb47b122271d9d068bf3cca5634d0fa)
Signed-off-by: iammdzaidalam <[email protected]>
fix(ci): bump gateway axios audit baseline
Signed-off-by: Zaid <[email protected]> Signed-off-by: iammdzaidalam <[email protected]>
JSON goldens should only need to test encoding, and moreover we have to ensure that all ledger state query result types are able to be encoded: and so the test harnesses collapse back to a single one. Some ToJSON instances were found to be orphans in downstream packages because ledger didn't have those instances. * DefaultVote: from cardano-cli/src/Cardano/CLI/Orphan.hs * StakeSnapshot, StakeSnapshots: from cardano-api/src/Cardano/Api/Internal/Orphans/Serialisation.hs * QueryPoolStateResult: written fresh — no prior ToJSON found across cardano-api, cardano-cli, ouroboros-consensus, or cardano-db-sync, including via intermediate wrapper types. Implemented here via KeyValuePairs to match other query result types. We run the tests to add JSON goldens for queryPoolState, queryStakePoolDefaultVote, and queryStakeSnapshots, which the new instances unblock. Note: this bundles three logical changes (instance absorption, harness collapse, 3 new goldens).