Skip to content

Commit

Permalink
Merge branch 'main' into typed-contract-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp authored Jun 25, 2024
2 parents 31b33ec + 37186e1 commit 851c9d9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion kairos-contracts/Cargo.lock

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

1 change: 0 additions & 1 deletion kairos-contracts/demo-contract/contract-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ bench = false
doctest = false

[dependencies]
casper-types.workspace = true
casper-event-standard = { workspace = true, default-features = false }
2 changes: 1 addition & 1 deletion kairos-contracts/demo-contract/contract/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub extern "C" fn call() {
]);

// this counter will be udpated by the entry point that processes / verifies batches
let last_processed_deposit_counter_uref: URef = storage::new_uref(0u64);
let last_processed_deposit_counter_uref: URef = storage::new_uref(0u32);

let initial_trie_root: Option<[u8; 32]> = runtime::get_named_arg(RUNTIME_ARG_INITIAL_TRIE_ROOT);

Expand Down

0 comments on commit 851c9d9

Please sign in to comment.