Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate HTTPClient and Kmd to TypeScript #318

Merged
merged 15 commits into from
Mar 31, 2021

Conversation

jdtzmn
Copy link
Contributor

@jdtzmn jdtzmn commented Mar 22, 2021

Closes #305.

* Add `TransactionLike` type and `instantiateTxnIfNeeded` utility method
* Add `IntDecoding` type to TypeScript definitions
* Add lint rule to flag `module.exports` and `require` statements in TypeScript files
* Encapsulate `AlgodClient` and `IndexerClient` shared structures in an abstract class `ServiceClient`
@jdtzmn jdtzmn self-assigned this Mar 22, 2021
@jdtzmn jdtzmn force-pushed the jacob/kmd-httpclient-to-typescript branch 3 times, most recently from e74a492 to 8bb0107 Compare March 22, 2021 20:27
* Abstract `ServiceClient` functionality into rewritten `HTTPClient`

* Include workaround for `algod` v1
@jdtzmn jdtzmn force-pushed the jacob/kmd-httpclient-to-typescript branch from 8bb0107 to a5c17ab Compare March 22, 2021 21:08
* Include some small enhancements to abstract `JSONRequest` class
@jdtzmn jdtzmn marked this pull request as ready for review March 23, 2021 13:45
@jdtzmn jdtzmn requested a review from jasonpaulos March 23, 2021 13:45
# Conflicts:
#	src/client/v2/algod/accountInformation.ts
#	src/client/v2/algod/algod.ts
#	src/client/v2/algod/block.ts
#	src/client/v2/algod/compile.ts
#	src/client/v2/algod/dryrun.ts
#	src/client/v2/algod/getApplicationByID.ts
#	src/client/v2/algod/getAssetByID.ts
#	src/client/v2/algod/pendingTransactionInformation.ts
#	src/client/v2/algod/pendingTransactions.ts
#	src/client/v2/algod/pendingTransactionsByAddress.ts
#	src/client/v2/algod/proof.ts
#	src/client/v2/algod/sendRawTransaction.ts
#	src/client/v2/algod/statusAfterBlock.ts
#	src/client/v2/algod/supply.ts
#	src/client/v2/indexer/indexer.ts
#	src/client/v2/indexer/lookupAccountByID.ts
#	src/client/v2/indexer/lookupAccountTransactions.ts
#	src/client/v2/indexer/lookupApplications.ts
#	src/client/v2/indexer/lookupAssetBalances.ts
#	src/client/v2/indexer/lookupAssetByID.ts
#	src/client/v2/indexer/lookupAssetTransactions.ts
#	src/client/v2/indexer/lookupBlock.ts
#	src/client/v2/indexer/lookupTransactionByID.ts
#	src/client/v2/indexer/searchForTransactions.ts
#	src/client/v2/jsonrequest.ts
#	src/main.ts
#	src/utils/utils.ts
@jdtzmn jdtzmn force-pushed the jacob/kmd-httpclient-to-typescript branch from 52f40a2 to 927f10c Compare March 25, 2021 14:48
ServiceClient, which includes an HTTPClient property, allows overwriting the HTTPClient instance.

This functionality is required by:
#277 (comment)
src/client/algod.js Outdated Show resolved Hide resolved
src/client/client.ts Outdated Show resolved Hide resolved
src/client/client.ts Outdated Show resolved Hide resolved
* Remove HTTPClient workaround in `src/client/algod.js`

* Add `IndexerTokenHeader` interface

* Remove extraneous IntEncoding getters/setters
src/client/kmd.ts Outdated Show resolved Hide resolved
src/client/kmd.ts Show resolved Hide resolved
src/client/v2/algod/algod.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@jasonpaulos jasonpaulos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@jdtzmn jdtzmn merged commit eff2d86 into develop Mar 31, 2021
@jdtzmn jdtzmn deleted the jacob/kmd-httpclient-to-typescript branch March 31, 2021 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate Kmd and HTTPClient to TypeScript
2 participants