Aaron
Aaron
Bear with me, just wanna share my two cents since I also got complaints from move dapps developers. > I'm puzzled by this. This is about the to_string representation, no...
I don't understand why this service should be in our db but not as a feature in a 3rd-party service like AptosScan, especially the service data is ephemeral and used...
> 1. we want users to see the detail error status code when their txn failed. > 2. user won't see this error when submitting the txn since errorcode is...
@dariorussi see the description on the PR. It takes almost half an hour to finish because the setup take several seconds for each worker and we have 240 workers. Donno...
It seems I can stamp this PR after I took it over. So cool.
Due to too much changes, I re-submit the PR with #5353
> pointer arithmetic-style lookup is not possible: to access the nth element requires searching from the beginning of the blob, an O(n) operation. I think there is some misunderstanding, `vector`...
@igor-aptos @davidiw we (@movekevin and I) realize `derive(address, address)` cannot give unique address for each `CoinType` as one coin_address can have multiple `CoinType` struct to be paired. So we have...
> I presume this will be backwards compatible? in what sense?