Skip to content

Commit

Permalink
deviation fixes for scrt (#148)
Browse files Browse the repository at this point in the history
* deviation fixed init

* contract test fix

* query and lint fixes

* msg gen changes

* merge fixes

* contract error update and log fixes
  • Loading branch information
dixitaniket authored Aug 18, 2023
1 parent 82ed071 commit b056e5d
Show file tree
Hide file tree
Showing 14 changed files with 275 additions and 205 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cosmwasm/artifacts
cosmwasm/target
cw-relayer/build
cosmwasm/*
cw-relayer/build

# ide files
.idea
2 changes: 1 addition & 1 deletion cosmwasm/contracts/price-feed/examples/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::fs::create_dir_all;
use cosmwasm_schema::{export_schema, remove_schemas, schema_for};

use std_reference::msg::{ExecuteMsg, InstantiateMsg, MigrateMsg, QueryMsg};
use std_reference::state::{RefData, ReferenceData, RefMedianData};
use std_reference::state::{RefData, RefMedianData, ReferenceData};

fn main() {
let mut out_dir = current_dir().unwrap();
Expand Down
Loading

0 comments on commit b056e5d

Please sign in to comment.