- 08 Jan, 2019 22 commits
-
-
Hero Bird authored
-
Hero Bird authored
# Conflicts: # Cargo.toml # examples/subpeep/Cargo.toml # examples/subpeep/src/lib.rs
-
Hero Bird authored
-
Hero Bird authored
The alloc data structures are useful in no_std environments and enabled by #![feature(alloc)] in the crate root.
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
Shouldn't have been commited anyway.
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
Also replace std::sync::Mutex with spin::Mutex from crates.io for no_std compatibility. We still should search for a better alternative.
-
Hero Bird authored
-
Hero Bird authored
The [profile.release] attributes were managed by the workspace before.
-
Hero Bird authored
Basically the same as in substrate-contracts-adder by pepyakin.
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
The problem with std::collections::HashMap is that there is no core::collections::HashMap or similar replacement for our no_std environment. Also hashbrown seems to have superior performance.
-
-
-
-
- 07 Jan, 2019 4 commits
- 04 Jan, 2019 7 commits
-
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
-
Hero Bird authored
This will help writing tests with general setup and tear-down mechanics. Used to initialize env_logger for every unit test.
-
Hero Bird authored
This also adds an alternative formatting for Key instances.
-
- 03 Jan, 2019 6 commits
-
-
Hero Bird authored
No longer needed due to the latest byte_util refactorings surrounding bytes_{add,sub}_bytes.
-
Hero Bird authored
Also core::ops::{Add, AddAssign, Sub, SubAssign} impl for Key now log a warning if there is an overflow. Add more tests.
-
Hero Bird authored
They now use a common underlying implementation. This fixes correctness bugs with bytes_sub_bytes.
-
Hero Bird authored
-
Hero Bird authored
This is going to be used by future core::ops::{Add,Sub} impls of Key.
-
Hero Bird authored
-
- 02 Jan, 2019 1 commit
-
-
Hero Bird authored
-