Dmitry Popov

Results 15 issues of Dmitry Popov

Upgraded `IdentityWithoutEF-2.0` to ASP.NET Core 3.0 (preview 6) using [this manual](https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio)

Steps to reproduce: 1. Open https://nanovault.io/accounts 2. Choose one account, set it name/label to string with non-latin symbols, for example `Проверка` ("test" in russian) 3. Export address book to file...

bug

Current /history page layout looks weird on screens between ~1000-1300 pixels. Including few more classes may improve/fix it. On screens below, first transaction row uses new classes (manually added via...

[Bot API 3.2.1](https://core.telegram.org/bots/api-changelog#december-4-2016): Use `allowed_updates` in `setWebhook` and `getUpdates` to selectively subscribe to updates of a certain type. Among other things, this allows you to stop getting updates about new...

[Bot API 2.3.1](https://core.telegram.org/bots/api-changelog#december-4-2016): Use the new field `max_connections` in `setWebhook` to optimize your bot's server load

[Bot API 2.3.1](https://core.telegram.org/bots/api-changelog#december-4-2016): `deleteWebhook` moved out of `setWebhook` to get a whole separate method for itself.

The same problem as in issue #47 - I have mail with 8-bit body content. Force specific encoding while reading stream AND while parsing body helped. I set `ImapClient.StreamEncoding =...

I'm using tonlib and trying to send message with action body about 104 bytes in size (jetton transfer). Preparing such message (with `createQuery`) fails with `[WalletInterface.cpp:66][!GenericSendGrams] Check 'cb.append_cellslice_bool(body)' failed` error....

V4 wallet are becoming more and more popular, some wallets even refuse to work with V3 wallets. But [tonlib_api.tl](https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/tonlib_api.tl) contains InitialAccountState only for V3 wallets, while V4 one is missed....

### Bug Type Functional ### Reproduction steps 1. Open any address in testnet 2. Switch to "Contract" tab ### Actual result Information is failed to load. ![chrome_2023-07-17_11-56-01](https://github.com/catchain/tonscan/assets/3540597/0ac3d3ab-11fb-4c2e-b386-35f9e03e3f40) CORS error is...