Bowen Wang
Bowen Wang
@darrenldl Thanks for the quick response. We have found a workaround so it is not super urgent.
I don't have anything specific in mind. I think LRU works.
We need to reexport dependency from near-sdk-rs to avoid this https://github.com/near/near-sdk-rs/issues/164
It's related to near-sdk-rs version, not borsh version. Looks like it should be fixed now with near-sdk-rs version 1.0.0
@evgenykuzyakov what is the status of this issue?
Good point. @ailisp can you setup code coverage for this repo?
Granted, there is no easy way to check whether an account exists from the smart contract, but I think we can find some hacky solution (for example try sending some...
@evgenykuzyakov sure let's do it
What happens when there is no bid for some name?
This doesn't work very well when the type of `f1` needs to change for example. Also this makes it a bit more difficult to distinguish between versions (you have to...