This repository was archived by the owner on Oct 19, 2024. It is now read-only.
File tree
17 files changed
+529
-215
lines changed- .github/workflows
- ethers
- ethers-contract
- src
- tests
- ethers-core
- src/types
- chainstate
- crypto
- ethers-providers
- tests
- ethers-signers
- tests
17 files changed
+529
-215
lines changedDiff for: .github/workflows/ci.yml
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 |
| |
46 | 51 |
| |
47 | 52 |
| |
|
Diff for: Cargo.lock
+72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: README.md
+20-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
23 | 41 |
| |
24 | 42 |
| |
25 | 43 |
| |
| |||
28 | 46 |
| |
29 | 47 |
| |
30 | 48 |
| |
| 49 | + | |
31 | 50 |
| |
32 | 51 |
| |
33 | 52 |
| |
|
Diff for: ethers-contract/Cargo.toml
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
| 25 | + | |
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
| 29 | + |
Diff for: ethers-contract/src/factory.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
13 | 15 |
| |
14 | 16 |
| |
15 |
| - | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
0 commit comments