-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1676: Bump cardano-node to pioneer-3 r=rvl a=Anviking # Issue None, or #1657 # Overview - [x] I have bumped cardano-node to the `pioneer-3` tag, such that the new friends-and-family testnet works # Comments - `nix-shell` not working yet <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Once created, link this PR to its corresponding ticket ✓ Assign the PR to a corresponding milestone ✓ Acknowledge any changes required to the Wiki --> 1679: Reduce running time of fee estimation endpoint r=rvl a=rvl ### Issue Number Relates to ADP-283 / #1648. ### Overview The nightly api endpoint latency benchmark got 100× slower for `postTransactionFee`. This fixes it by moving common setup for coin selection outside of the loop. ### Comments ``` Latencies for 10 fixture wallets scenario postTransactionFee - before - 102.2 ms postTransactionFee - after - 4.8 ms ``` 1680: Fix port selection in the db migration tests r=rvl a=rvl ### Issue number Relates to #1649 ### Overview Each migration test running in turn was using the same port. However due to the `SO_LINGER` TCP socket option, the port remains in use for a short time after the wallet server process exits. So use a different port for each test. ### Comments Tested with: nix-build -A migration-tests -o migration-tests && ./migration-tests/runall.sh Co-authored-by: Johannes Lund <[email protected]> Co-authored-by: Rodney Lorrimar <[email protected]>
- Loading branch information
Showing
56 changed files
with
220 additions
and
2,794 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: Node operator signing key | ||
title: Genesis delegate operator key | ||
cbor-hex: | ||
5820263a0af41b53f5b3eb42304f89e72391403b370c48f0a106f5507b1a1b579deb | ||
5820e3861a38dd4a6a1eba648f82ae6b5a6a17844f65e5c44e33c0b7f40ccd3479a9 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: Node operator verification key | ||
title: Genesis delegate operator key | ||
cbor-hex: | ||
5820a08f5fac8ae31f6e2d0d486b8494aece6227f3ea12086dee4e9d283043c5246c | ||
5820b59ad95cbbe425071364030fd195fa2ec97fa1382ec041d9bb75a64e896ade4b |
Oops, something went wrong.