Eva

Results 57 comments of Eva

Hi @viaruc, Can you please email [email protected] so we can set up a chat to discuss this proposal? Also the next Wave 3 proposal deadline has been extended to April...

Hi @lilyluoBJ, Thank you for your application to the Filecoin DevGrants program. We appreciate your proposal! The proposed budget for this meetup may be too high for a community dev...

@lanzafame - It's possible and has always worked for native as well, just remember to use the same nonce

Are ActorIDs randomly generated and not binary sortable?

BlockScout needs to index short ID to Robust Address mappings for many accounts (see [here](https://filecoin.blockscout.com/accounts) for an example.). They reported this issue: > "When attempting to call Filecoin.StateLookupRobustAddress on both...

@aarshkshah1992 - I can tell BlockScout to try using Beryx API for now but this will have wider impact in the future if we are telling EVM teams integrating Filecoin...

Rather than on startup perhaps it could be a lotus-shed command (with warnings if there will be a node perf hit due to this op) that node operators can manually...

@rjan90 - https://filecoin.blockscout.com/accounts see all the `0xff000...{hex masked ID}` addresses? That looks weird, would be nice for this to show native Filecoin addresses.

For now BlockScout will use Zondax's [Beryx API ](https://docs.zondax.ch/beryx-api)to get this information.

Just to confirm, [StateAccountKey](https://github.com/filecoin-project/lotus/blob/61f29a84b5a61060c4ac8aabe9b9360a2cdf5e7e/api/api_full.go#L553C1-L554C1) is listed in the Lotus Gateway and is efficient? So StateLookupRobustAddress is only difficult for non-accounts?