issues
search
consensus-shipyard
/
ipc-actors
Rust implementation of the IPC actors for FVM
MIT License
6
stars
3
forks
source link
add caller validation in actor and unit tests
#15
Closed
cryptoAtwill
closed
2 years ago
cryptoAtwill
commented
2 years ago
Changes
Add caller validation so that it works on
fvm
. Currently using validate any as a temp solution, will perform more rigorous checks in coming issues
Add unit tests for caller validation
Tests
cargo test
cryptoAtwill
commented
2 years ago
@adlrocha Created the issue: #16
Changes
fvm
. Currently using validate any as a temp solution, will perform more rigorous checks in coming issuesTests