Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
logs and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Nov 29, 2023
1 parent 918aff2 commit 158bc65
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# These are backup files generated by rustfmt
**/*.rs.bk

# Rust compiler error files
rustc-ice-*.txt

.DS_Store

# The cache for docker container dependency
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions configs/genesis-assets/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@
"0x4",
"0x35ccefcf9d5656da623468e27e682271cd327af196785df99e7fee1436b6276"
],
[
"0x5",
"0x35ccefcf9d5656da623468e27e682271cd327af196785df99e7fee1436b6276"
],
[
"0x1111",
"0x05a2b92d9a36509a3d651e7df99144a4ad8301e2caf42465ee6ab0451ae91882"
Expand Down Expand Up @@ -213,12 +209,6 @@
"0x1d8bbc4f93f5ab9858f6c0c0de2769599fb97511503d5bf2872ef6846f21470"
],
"0xffffffffffffffffffffffffffffffff"
], [
[
"0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"0x40795dc9acd6d37d07ba939bbafe8ff2d0a9b78de88db2c74b4eb57d757c0eb"
],
"0x123"
],
[
[
Expand Down
2 changes: 1 addition & 1 deletion crates/pallets/starknet/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub fn execute_txs_and_rollback<T: pallet::Config>(
)
}
};
log::info!("Executed transaction: {:#?}", result);
log::debug!("Executed transaction in rollback mode: {:#?}", result);
execution_results.push(result);
}
storage::TransactionOutcome::Rollback(Ok(()))
Expand Down

0 comments on commit 158bc65

Please sign in to comment.