Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into feature/improve-docker-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark authored May 29, 2023
2 parents c03da3c + 56541ef commit 20bfefb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,15 @@
"contributions": [
"code"
]
},
{
"login": "lana-shanghai",
"name": "lanaivina",
"avatar_url": "https://avatars.githubusercontent.com/u/31368580?v=4",
"profile": "https://github.com/lana-shanghai",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
18 changes: 8 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ starknet_api = { git = "https://github.com/tdelabro/starknet-api", branch = "no_
], default-features = false }
# Other third party dependencies
anyhow = "1.0.71"
base64 = "0.21.1"
base64 = "0.21.2"
flate2 = "1.0.26"
scale-codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
scale-info = { version = "2.6.0", default-features = false }
lazy_static = { version = "1.4.0", default-features = false }
log = { version = "0.4.17", default-features = false }
log = { version = "0.4.18", default-features = false }
hex = { version = "0.4.3", default-features = false }
safe-mix = { version = "1.0", default-features = false }
jsonrpsee = { version = "0.16.2", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Thanks goes to these wonderful people
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sparqet"><img src="https://avatars.githubusercontent.com/u/37338401?v=4?s=100" width="100px;" alt="sparqet"/><br /><sub><b>sparqet</b></sub></a><br /><a href="https://github.com/keep-starknet-strange/madara/commits?author=sparqet" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/robinstraub"><img src="https://avatars.githubusercontent.com/u/17799181?v=4?s=100" width="100px;" alt="Robin Straub"/><br /><sub><b>Robin Straub</b></sub></a><br /><a href="https://github.com/keep-starknet-strange/madara/commits?author=robinstraub" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/edisontim"><img src="https://avatars.githubusercontent.com/u/76473430?v=4?s=100" width="100px;" alt="tedison"/><br /><sub><b>tedison</b></sub></a><br /><a href="https://github.com/keep-starknet-strange/madara/commits?author=edisontim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lana-shanghai"><img src="https://avatars.githubusercontent.com/u/31368580?v=4?s=100" width="100px;" alt="lanaivina"/><br /><sub><b>lanaivina</b></sub></a><br /><a href="https://github.com/keep-starknet-strange/madara/commits?author=lana-shanghai" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 20bfefb

Please sign in to comment.