Skip to content

Commit

Permalink
fix: apply change requests from PR review, resolve rebase conflicts, …
Browse files Browse the repository at this point in the history
…style fixes

* change `performAction.js` name to `submitBid.js`
* remove `Math.round` from `scale6`
* update indexing of bids and other constants in `config` object to improve readability (`auction.test.js`)
* move helper functions in `auction.test.js` to `test-lib/auction-lib.js`
* move `lib/vaults.mts` to `test-lib/vaults.mts`  and remove empty `lib` directory
* let it be known `sync-tools.js` is a stand-in code for #10171

Refs: Agoric/BytePitchPartnerEng#8

fix: style fixes
  • Loading branch information
anilhelvaci committed Oct 8, 2024
1 parent fbc8fd6 commit a89e8e2
Show file tree
Hide file tree
Showing 10 changed files with 723 additions and 476 deletions.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/n:upgrade-next/use.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

./performAction.js
./submitBid.js
Loading

0 comments on commit a89e8e2

Please sign in to comment.