Skip to content

Commit

Permalink
protobuff encoding for tx type 0 and 2 && running locations and trie …
Browse files Browse the repository at this point in the history
…expansion number

add get running locations and trie expansion number

build
  • Loading branch information
Denis2626 committed Mar 14, 2024
1 parent de4ae70 commit e17d7a4
Show file tree
Hide file tree
Showing 129 changed files with 6,652 additions and 569 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ output/**
**/*.swp
**/*.tgz
dist/*.gz
/*.env
/*.env
.idea/**
3 changes: 2 additions & 1 deletion lib.commonjs/_tests/test-providers-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.commonjs/_tests/test-providers-data.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib.commonjs/contract/factory.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib.commonjs/contract/factory.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.commonjs/contract/factory.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.commonjs/providers/abstract-provider.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export type PerformActionRequest = {
method: "getLogs";
filter: PerformActionFilter;
} | {
method: "getPriorityFee";
method: "getMaxPriorityFeePerGas";
} | {
method: "getStorage";
address: string;
Expand Down
Loading

0 comments on commit e17d7a4

Please sign in to comment.