Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 407 Bytes

README.MD

File metadata and controls

27 lines (19 loc) · 407 Bytes

Atomicity problem on IC

Explanation

The transaction must either fully happen or not happen at all. It must not complete partially.

For more details: source code

How to test

Deploy a local canister

$ make local

Perform update calls

$ for i in {0..99};
  do dfx canister call block_on update&
done

Verify

$ dfx canister call block_on query