Skip to content

Commit

Permalink
fix: apply change requests from PR review and resolve rebase conflicts
Browse files Browse the repository at this point in the history
* 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 Agoric#10171

Refs: Agoric/BytePitchPartnerEng#8
  • Loading branch information
anilhelvaci committed Oct 8, 2024
1 parent fbc8fd6 commit 50a0e17
Show file tree
Hide file tree
Showing 10 changed files with 720 additions and 480 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 50a0e17

Please sign in to comment.