Skip to content

Commit ef963cd

Browse files
authored
Cosmwasm refactor and preparation for parse price feeds (#895)
* Add more tests for update_fee_amount Restructure code to split parsing and updating logic so that all messages can be parsed without being applied * Fix docker build command for cosmwasm contract * Refactor is_fee_sufficient tests Extract out the chain specific part into separate function Merge test_accumulator_is_fee_sufficient back into is_fee_sufficient * Rename function and simplify process_batch_attestation tests
1 parent 339b2f6 commit ef963cd

File tree

3 files changed

+215
-184
lines changed

3 files changed

+215
-184
lines changed

target_chains/cosmwasm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ First, build the contracts within [the current directory](./). You must have Doc
2222
cd ./tools
2323
npm ci
2424
25-
# if you want to build specifically for injective
26-
npm run build-contract -- --injective
25+
# if you want to build specifically for one chain
26+
npm run build-contract -- --[injective|osmosis]
2727
2828
# else a generic cosmwasm contract can be build using
2929
npm run build-contract -- --cosmwasm

0 commit comments

Comments
 (0)