Commit b59aab3
authored
Nialexsan/add types (#1710)
* switch to uuid from @onflow/utils-uid
* create tsconfigs
* typedefs in ts
* types for actor util
* types for address util
* Revert "switch to uuid from @onflow/utils-uid"
This reverts commit 2a15ef5.
* PKG -- [util-actor] converted to ts
* updated tsconfig
* fixed ts types generation
* Resolve circular dependency
* ts rlp
* change type location
* more types
* build types during regular build
* fix tests
* VSN -- [root] Changeset
* Merge remote-tracking branch 'origin/master' into nialexsan/add-types
* Revert "Resolve circular dependency"
This reverts commit 36efc7d.
* update lock
* VSN -- [root] changeset1 parent b1b27ec commit b59aab3
File tree
57 files changed
+776
-287
lines changed- .changeset
- packages
- config
- fcl-bundle
- src/build
- fcl-wc
- fcl
- src
- rlp
- src
- sdk
- src
- resolve
- transport-grpc
- transport-http
- typedefs
- src
- types
- util-actor
- src
- mailbox
- util-address
- src
- util-encode-key
- src
- __snapshots__
- util-invariant
- src
- util-logger
- src
- util-template
- util-uid
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+776
-287
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
0 commit comments