Tomas Zemanovic
Tomas Zemanovic
that's right, I think only thing we might need to check is PoS params changes from an accepted gov proposal
to my knowledge `make test-unit-coverage` skips e2e
I agree that MASP should have unit / integration / prop tests. There's nothing to catch issues in it besides e2e tests and the lack of these tests is being...
> @tzemanovic what is the status of this? still open
a new alternative that improves many things in error handling: https://github.com/hashintel/hash/tree/main/libs/error-stack
another new crate that provides nice error handling ergonomics without giving up type-safety https://crates.io/crates/terrors (can be used in combination with some other crate)
there's some issue with the unit tests - when I run `make test-unit` locally I get stuck on `test_oracle_reactivation`, but when I run it on its own it passes (even...
> Does this need to be secure randomness? Can it be local randomness? What is the usage of these addresses? I think it can be e.g. from a block hash...
> @tzemanovic @juped What is the purpose of the address? Is there no private key that should define the address deterministically? Established addresses are not derived from keys. They must...