Alex Su

Results 14 issues of Alex Su

When my laptop is plugged in and fully charged, the battery status displays as "Battery Checker: CHARGE_NOW". As soon as the power supply is unplugged, it displays the correct discharging...

Currently constants such as `TEST_VM_RAND_ARRAY` and `TEST_FAUCET_ADDR` are used as static consts in the TestVM's stack. These are also duplicated and used in the `fil_actors_integration_tests` crate to make assertions during...

Legacy deals that are automatically settled by cron are handled as before. They continue to be processed in cron and are rescheduled until they are expired. However, since new deals...

cleanup

This can only be done after synchronous terminations has gone live. When that code goes live, it must still handle any deals scheduled for cleanup that haven't been processed by...

P2
cleanup

Previously some integration tests for greeter and frc46_factory_token were compiled in the crates themselves. However, this brings in the `fvm` as a dependency for the crate which prevents them from...

# FIL Token Actor This creates a FIP-??? compliant fungible token that wraps the value of of native FIL. Calling the `mint` (non-standard) method on this actor will increase the...

documentation/testing
frc46 token

I don't know if it's a good idea for the library code to be doing this instead of handling state loading on the user implementation side (like we're doing for...

See: https://github.com/helix-onchain/filecoin/pull/133#issue-1403896121 Add a transaction like capability to the state level of the NFT library so that multiple state updates can be batched and the blockstore flushes can be delayed.

enhancement
nft

~~- The Github CI should be given permissions to publish to crates.io~~ ~~- Merged results on `main` should be used~~ ~~- Tags should be used to trigger the releases and...

checking this outside requires an extra load (same for transfer_from) alternatively this logic can be written in the predicate which means it will be checked for each token. this is...