Skip to content

scott-dn/ic_atomicity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

IC atomicity problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published