consensus-shipyard / ipc-actors

Rust implementation of the IPC actors for FVM
MIT License
6 stars 3 forks source link

update voting serialization #83

Closed cryptoAtwill closed 1 year ago

cryptoAtwill commented 1 year ago

Changes

Update the voting serialization to convert the BtreeSet to a Vec so that it is compatible with go client.

Tests

cargo test --all