Home / Reports / Apr 11, 2023
Tuesday, April 11, 2023
60 commits had been pushed across 17 repos by 21 authors. There were 1,503,097 additions and 1,875,379 deletions. Official weekly status updates can be found on essentialcardano.io.
Authors
Repos Updated
- catalyst-core16
- cardano-wallet12
- uptime9
- ouroboros-network3
- plutarch-core-wip-draft3
- cardano-js-sdk2
- hydra2
- mithril2
- plutus-apps2
- plutus-ops2
- milkomeda-documentation1
- scripts1
- haskell.nix1
- ouroboros-consensus1
- tools1
- cardano-transaction-lib1
- adalite1
Commit Log
00:04:25
[9e26c58e]
plutusStaging: Bump plutus to 0c71d0d0cdec76be7323e26005671c1170b67945
(plutus-ops)
00:24:08
[0b5fb057]
add Mempool (customSmallerIsBetter) benchmark result for 5e04afe2e6dcaeefac39f118c7d92afa848fec78
(ouroboros-consensus)
01:25:55
[7936f5e6]
Deploying to gh-pages from @ input-output-hk/plutus-apps@0c71d0d0cdec76be7323e26005671c1170b67945 🚀
(plutus-apps)
09:58:05
[f2ad2863]
Discard string context when using antiquoted string as attrset key (#1910)
(haskell.nix)
10:22:09
[9a5a6336]
plutusStaging: Bump plutus to dbdbcbe608797fcda0aacc35522a4e6744dfd62a
(plutus-ops)
10:32:22
[ac05dde1]
Deploying to gh-pages from @ input-output-hk/plutus-apps@dbdbcbe608797fcda0aacc35522a4e6744dfd62a 🚀
(plutus-apps)
10:38:49
[10658407]
docs: Merge #3834 3834: [ADP-2134 Move NetworkDiscriminant in its own module. r=paolino a=paolino ADP-2134 Co-authored-by: paolino <[email protected]> Source commit: 93c2c5a81f53528e810f157adf597fe87e580de2
(cardano-wallet)
15:04:15
[7beab5e7]
docs: Merge #3822 3822: Move PParam conversion and partialTx construction outside `delegationFee` loop r=Anviking a=Anviking - [x] Move `Cardano.bundleProtocolParams` outside `calculateFeePercentiles` loop (may not have had an effect)
- [x] Move `mkUnsignedTx` partial tx construction outside `calculateFeePercentiles` loop (did have an effect)
### Comments
Me testing locally:
> Last commit improved it from 1.6s to 0.07s for me (CARDANO_WALLET_TRACING_MIN_SEVERITY=Info cabal test cardano-wallet:integration --test-options '--match "STAKE_POOLS_ESTIMATE_FEE_01"' | grep "delegation-fees 200 OK in")
[Piotr's findings](https://input-output-rnd.slack.com/archives/GBT05825V/p1680276602919599?thread_ts=1680186151.494539&cid=GBT05825V) - 0.227s, down from [2.5s](https://input-output.atlassian.net/browse/ADP-2903?focusedCommentId=164865). Though we're still up in total from last release where it was [0.03s](https://input-output.atlassian.net/browse/ADP-2903)
<!-- Additional comments, links, or screenshots to attach, if any. -->
### Issue Number
ADP-2903
Co-authored-by: Johannes Lund <[email protected]> Source commit: a4924a4fdd3d35341d0268cb0873a93ee84bfa34
(cardano-wallet)
16:20:13
[ea67865c]
Merge pull request #817 from input-output-hk/exclude-greetings-from-history
(hydra)
19:38:03
[a3aa22d7]
Merge pull request #682 from input-output-hk/feat/path-metrics-on-provider-server
(cardano-js-sdk)
19:38:33
[09accb55]
docs: Merge #3845 3845: [ADP-2925] remove staging network support r=paolino a=paolino ### Overview
Historical versions of Cardano featured so-called `Staging` networks, which were similar to `Testnet`s, but had the same address format that as `Mainnet`. These have been decommissioned for a long time now, and this pull request removes the corresponding code in `cardano-wallet`.
### Context
CODE-OF-CONDUCT.md LICENSE README.md bors.toml cabal.project default.nix docker-compose.yml docs flake.lock flake.nix floskell.json hie-direnv.yaml lib nix prototypes reports scripts shell.nix specifications test touch.me.CI weeder.dhall According to [CIP 19][cip19], Shelly-format address have a 4-bit *network tag*, which is `0001` for testnets, and `0000` for mainnet.
CODE-OF-CONDUCT.md LICENSE README.md bors.toml cabal.project default.nix docker-compose.yml docs flake.lock flake.nix floskell.json hie-direnv.yaml lib nix prototypes reports scripts shell.nix specifications test touch.me.CI weeder.dhall According to [Getting started with Cardano testnets][testnets], generating addresses on one of the current testnets requires the `--testnet` flag; this implies that the `0001` network tag is used for all addresses on current testnets.
CODE-OF-CONDUCT.md LICENSE README.md bors.toml cabal.project default.nix docker-compose.yml docs flake.lock flake.nix floskell.json hie-direnv.yaml lib nix prototypes reports scripts shell.nix specifications test touch.me.CI weeder.dhall The `Staging` networks uses the network tag `0000`, but for testing purposes. This is now obsolete.
[cip19]: https://cips.cardano.org/cips/cip19/#networktag
[testnets]: https://docs.cardano.org/cardano-testnet/getting-started
### Checklist
With this PR we drop support from
- [x] code
- [x] docs
- [x] nix scripts
### Issue number
ADP-2925
Co-authored-by: paolino <[email protected]> Source commit: 206371ed53a2a9e1e64ba1d84624169431417c5b
(cardano-wallet)
19:46:50
[f8b9564e]
Merge pull request #687 from input-output-hk/refactor/circulating-supply
(cardano-js-sdk)
23:05:29
[636d2c0f]
🟩 C1 Devnet Sidechain Explorer is up (200 in 116 ms) [skip ci] [upptime]
(uptime)
23:05:30
[820cf0c4]
🟩 C1 Mainnet Sidechain Explorer is up (200 in 529 ms) [skip ci] [upptime]
(uptime)