Commit c5c849d
Next version (#1043)
* test: eth signer
* test: move secp256k1Point tests in a dedicated test file
* feat: helper for transaction receipt
* simplify extends for account class
* feat: handling of cairo u512 type
* refactor: change name of variable : GetTxReceiptResponseWithoutHelper
* fix: double lines for same imports
* fix: solve an error in validate.ts initiated by pr 1007
* fix: correction of a word in guide
* docs: validateChecksumAddress
* fix: jsdoc correction
* docs: add tsdoc in utils/address.ts
* test: add extra fees
* fix: estimateFeeBulk include skipValidate in accountInvocationsFactory
* feat: add type guard to receipt response status methods
* fix: repair i128 typed data encoding and add typed data range checks
* chore: update left over StarkNet casing
* feat: bundle resolution, module, type import for walletacc
* feat: bundle resolution, module, type import for walletaccount
* chore: fix connect import
* chore: add get-starknet-core next as dependencie
* chore: import fix
* fix: estimateMessageFee - eth address format (#1040)
* fix: estimatemessagefee eth address format
* fix: implement requests
* docs: small guides cleanup (#1048)
* docs: fix nodeUrl code typo (#1046)
* docs: small guides cleanup
---------
Co-authored-by: Joel Mun <hj923@hotmail.com>
* fix(RpcProvider): allow client to provide `specVersion` in 0.7 provider
this saves an extra call on RPC for optionally-known information (like the `chainId` case).
also fixed speck -> spec typo
* fix: remove abis parameter from signer and account execute
* feat: configure u512 and Secp256k1Point for abiwan
* chore: bump dependencies
* chore: expose data gas consumed and data gas price for 0.7 rpc
* refactor: create wallet namespace
* refactor: create wallet namespace
* fix: change name to connect.ts
---------
Co-authored-by: Toni Tabak <tabaktoni@gmail.com>
---------
Co-authored-by: PhilippeR26 <philippe.rostan@yahoo.fr>
Co-authored-by: Philippe ROSTAN <81040730+PhilippeR26@users.noreply.github.com>
Co-authored-by: gregory <10611760+gregoryguillou@users.noreply.github.com>
Co-authored-by: ivpavici <ivan.pavicic@live.com>
Co-authored-by: Petar Penovic <pp@spaceshard.io>
Co-authored-by: Joel Mun <hj923@hotmail.com>
Co-authored-by: Abraham Makovetsky <avimak@gmail.com>
Co-authored-by: Haroune Mohammedi <haroune.mohammedi@quadratic-labs.com>
Co-authored-by: Dhruv Kelawala <dhruvrk2000@gmail.com>1 parent e74ba31 commit c5c849d
File tree
39 files changed
+2098
-2742
lines changed- __tests__
- utils
- src
- account
- channel
- contract
- signer
- types
- provider
- utils
- responseParser
- wallet
- getst
- wallet
- www/docs/guides
39 files changed
+2098
-2742
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
373 | 385 | | |
374 | 386 | | |
375 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
112 | | - | |
113 | | - | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
119 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
120 | 127 | | |
121 | 128 | | |
122 | | - | |
123 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
124 | 132 | | |
125 | | - | |
| 133 | + | |
126 | 134 | | |
127 | 135 | | |
128 | 136 | | |
129 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
130 | 155 | | |
131 | 156 | | |
132 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
321 | 322 | | |
322 | 323 | | |
323 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
324 | 339 | | |
0 commit comments