filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

fix bug #1589

Closed Edison-Yeah closed 1 year ago

Edison-Yeah commented 2 years ago

When a transaction requiring a large amount of collateral is blocked, transactions requiring only a small amount of collateral from the same client submitted with the transaction are blocked.

anorth commented 2 years ago

Please add a test demonstrating the issue fixed

arajasek commented 2 years ago

Thanks for the fix! I've transported this to the new Rust-based builtin-actors in https://github.com/filecoin-project/builtin-actors/pull/414, along with some tests!

arajasek commented 2 years ago

I don't have an opinion on whether or not we should merge this PR, or just close it since this repo is no longer "specs-actors".

ZenGround0 commented 1 year ago

Archiving repo