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

Begin migration to TypeScript #302

Merged
merged 25 commits into from
Mar 19, 2021
Merged

Begin migration to TypeScript #302

merged 25 commits into from
Mar 19, 2021

Conversation

jdtzmn
Copy link
Contributor

@jdtzmn jdtzmn commented Mar 17, 2021

This PR incorporates TypeScript compilation into the build steps, and migrates the following files and directories to TypeScript:

  • src/transaction.js
  • src/makeTxn.js
  • src/encoding
  • src/nacl/naclWrapper.js
  • src/main.js
  • index.js

It also includes an example showing how to use TypeScript type definitions.

Closes #295.

* Design TypeScript types to accommodate every transaction type
* Shorten transaction types names

* Provide types for make transaction functions' arguments
…o TypeScript

* Fix bug with `MustHaveSuggestedParamsInline` type
…keTxn.js` to TypeScript

* Convert `base.d.ts` declaration file to `base.ts` to properly compile enums
* Convert `module.exports` to named exports
* Add Address type

* Add encoded transaction types

* Fix documentation for `SuggestedParams`

* Fix unnecessary property in Transaction tests
* Provide better type info for the `_getDictForDisplay()` Transaction method

* Remove unnecessary `.ts` extensions in imports

* Undo inconsistent parameter renaming of `rekeyTo` in `makeTxn.ts`
* Add type definitions for MultisigMetadata
@jdtzmn jdtzmn force-pushed the jacob/typescript-migration branch from 7e34167 to 17fa7b3 Compare March 17, 2021 17:45
@jdtzmn jdtzmn marked this pull request as ready for review March 17, 2021 18:32
@jdtzmn jdtzmn requested a review from jasonpaulos March 17, 2021 18:33
Copy link
Member

@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.

Great work, I'm excited for this! I left a bunch of comments but I didn't see any major issues.

src/encoding/address.ts Outdated Show resolved Hide resolved
src/encoding/address.ts Outdated Show resolved Hide resolved
src/encoding/address.ts Outdated Show resolved Hide resolved
src/encoding/encoding.ts Outdated Show resolved Hide resolved
src/encoding/uint64.ts Show resolved Hide resolved
src/transaction.ts Outdated Show resolved Hide resolved
src/transaction.ts Outdated Show resolved Hide resolved
src/types/transactions/base.ts Show resolved Hide resolved
src/utils/utils.ts Show resolved Hide resolved
examples/typescript_example.ts Outdated Show resolved Hide resolved
@jdtzmn jdtzmn force-pushed the jacob/typescript-migration branch from dbd51f9 to 3fc5303 Compare March 19, 2021 19:28
Copy link
Member

@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 force-pushed the jacob/typescript-migration branch from e8c8153 to 0cfd697 Compare March 19, 2021 20:10
@jdtzmn jdtzmn force-pushed the jacob/typescript-migration branch from 0cfd697 to b227d1b Compare March 19, 2021 20:12
@jdtzmn jdtzmn merged commit 13d5c92 into develop Mar 19, 2021
@jdtzmn jdtzmn deleted the jacob/typescript-migration branch March 19, 2021 20: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.

Begin migration to TypeScript
2 participants