You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: init v7, def rpc 0.8 and v3 tx, imported types quick integration
* feat: new rpc 0.8 methods
* feat: wip 2
* feat: wip 2 files
* feat: resource bounds and new hashing, tiping system improvement
* feat: mod tests, config and single type feeMarginPercentage, missing files added
* fix: some test temporar hotfixes, fixed parameter name in getMessageHash
* refactor: removed default type export and substituted it with spec partial type export
* feat: test setup, version v3N, channel id,readSpec,getSpecVersion, config & nodes, provider create
* test: tests updates and spec version
* test: fix tests with false devnet fee token
* fix: change provider fee to rpc 0.8
* chore: clenup
* test: fix proider test fee and schema ignore
* fix: expose rpc08 new methods to provider
@@ -681,4 +677,47 @@ export class RpcProvider implements ProviderInterface {
681
677
}
682
678
returnbulk;
683
679
}
680
+
681
+
/**
682
+
* Given an l1 tx hash, returns the associated l1_handler tx hashes and statuses for all L1 -> L2 messages sent by the l1 transaction, ordered by the l1 tx sending order
Copy file name to clipboardExpand all lines: src/types/api/index.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@ export * as JRPC from './jsonrpc';
3
3
export*asRPCSPEC07from'starknet-types-07';
4
4
export*asRPCSPEC08from'starknet-types-08';
5
5
6
-
// export * from 'starknet-types-08';
6
+
export*from'starknet-types-08';
7
7
// TODO: Should this be default export type as RPCSPEC07 & RPCSPEC08 are sued only in channel rest of the code do not know what rpc version it works with and it can be both.
8
-
export*from'../../provider/types/spec.type';
8
+
// export * from '../../provider/types/spec.type';
0 commit comments