Correct, HTTPS outcalls only support IPv6. If you want to connect to IPv4 then you have to run your own proxy that translates to an IPv4 IP and forwards the requests
I have one question.
I am going to integrate ICRC-1 token on canister.
Users can sign up and transfer ICRC-1 token between users.
As far as I know, ICRC-1 tokens can be stored in princiapl, not account.
Need to create principal within a canister.
It should work like the Bitfinity wallet.
Could you please tell me how to create new principals within a canister in Rust?