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 Agoric#10171

Refs: Agoric/BytePitchPartnerEng#8

fix: style fixes
  • Loading branch information
anilhelvaci committed Oct 29, 2024
1 parent 386cc74 commit 6fc0e4d
Show file tree
Hide file tree
Showing 7 changed files with 489 additions and 235 deletions.
1 change: 1 addition & 0 deletions a3p-integration/proposals/n:upgrade-next/use.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node ./addGov4

./verifyPushedPrice.js 'ATOM' 12.01
./verifyPushedPrice.js 'stATOM' 12.01
./submitBid.js
Loading

0 comments on commit 6fc0e4d

Please sign in to comment.