Alexander Gadzhalov

Results 7 issues of Alexander Gadzhalov

Having the private/public key It would be beneficial for users to be able to determine which type of encryption algorithm (`ECDSA`,`ED25519`) was used for the key generation. How is this...

enhancement

In order to execute the integration tests from `TCK` tests against `hedera-sdk-java` we need to implement a server similar to [hedera-sdk-js](https://github.com/hashgraph/hedera-sdk-js/blob/08ce8e6a38d9d6c9fa1f326c57d2982620269f94/tck/server.ts) and [hedera-sdk-go](https://github.com/hashgraph/hedera-sdk-go/blob/13e3311f8e6fd95670cc6fe6eccb178976ad32b4/tck/cmd/server.go)

We should implement JSON-RPC methods (endpoints) for `AccountDeleteTransaction` for the Go TCK server **Add the following methods:** Account: - deleteAccount

We should implement JSON-RPC methods (endpoints) for `AccountCreateTransaction` for the Java TCK server **Add the following methods:** Account: - createAccount

enhancement

When using `v7.2.5` our [proto](https://github.com/hashgraph/hedera-sdk-js/tree/develop/packages/proto) project works just fine. But when we are using `v7.2.6` the project can not be compiled because of thrown error `Error: ENOENT: no such file...

### Problem We need to migrate the protobuf definitions from the hedera-protobufs repository to pull from the hedera-services repository. This change is aimed at simplifying the development process and centralizing...

In order to migrate to the Linux Foundation we must rename any occurrences of `hedera`, `swirlds` and `hashgraph` to `hiero` in all of the SDKs. The expected behaviour is the...