issues
search
onomyprotocol
/
arc
Arc moves assets cross-chain to and from integrated blockchains.
Apache License 2.0
3
stars
10
forks
source link
Tokio timeout instead of loops
#60
Closed
dzmitryhil
closed
2 years ago
dzmitryhil
commented
2 years ago
Refactor timeout usage
refactor the usage of Instant::now + loops for operations with timeouts (use tokio::time::timeout instead of Instant::now where possible)
refactor send_to_cosmos function ti simplify timeout operations
refactor/fix wait_for_height function to use input args correctly
Resolves #40
Refactor timeout usage
Resolves #40