Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbitrum local testnet setup #205

Merged
merged 74 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
0b94320
added test and config
ManojJiSharma Nov 24, 2023
91903fa
add config and server for arbitrum
ManojJiSharma Nov 29, 2023
1b73745
fmt
ManojJiSharma Nov 29, 2023
9c4d088
update faucet and test
ManojJiSharma Dec 7, 2023
bdca32c
uncomment
ManojJiSharma Dec 7, 2023
de6e968
add test for update block number
ManojJiSharma Dec 8, 2023
a26af49
fmt
ManojJiSharma Dec 11, 2023
d67ca6f
update license
ManojJiSharma Dec 11, 2023
69ed4a7
manual format
ManojJiSharma Dec 11, 2023
3ab7e1d
fmt
ManojJiSharma Dec 11, 2023
e8d269a
fmt with 1.74.1 version of rustc
ManojJiSharma Dec 11, 2023
5a81c86
dprint fmt
ManojJiSharma Dec 11, 2023
1ad60b2
nightly fmt
ManojJiSharma Dec 11, 2023
018ddfc
removed loop
ManojJiSharma Dec 11, 2023
b1b10d0
allowing clippy
ManojJiSharma Dec 11, 2023
b9bed9e
fmt fix
ManojJiSharma Dec 11, 2023
a59a55f
fmt
ManojJiSharma Dec 11, 2023
7c0090e
revert fmt
ManojJiSharma Dec 11, 2023
55a084e
Remove function_selector and method
Lohann Dec 11, 2023
977765f
fixing ethereuma and astar test clippy
ManojJiSharma Dec 12, 2023
00ccbbb
fmt fix
ManojJiSharma Dec 12, 2023
a19de83
ignore local test
ManojJiSharma Dec 12, 2023
4733f47
Fix unit tests
Lohann Dec 12, 2023
a2ad2ba
request changes
ManojJiSharma Dec 13, 2023
6c834d7
empty push
ManojJiSharma Dec 13, 2023
d631da3
Revert "request changes"
ManojJiSharma Dec 13, 2023
c359931
Merge branch 'arbitrum_local_testnet_setup' of https://github.com/Ana…
ManojJiSharma Dec 13, 2023
0fc302c
Revert the last commit
ManojJiSharma Dec 13, 2023
e262998
Merge branch 'feature/remove-unecessary-params-from-rosetta-client' i…
ManojJiSharma Dec 14, 2023
9ecf950
test workflow
ManojJiSharma Dec 14, 2023
1cd49fd
fix test
ManojJiSharma Dec 14, 2023
a8554e6
update ci yaml
ManojJiSharma Dec 14, 2023
b6867cd
added docker on action
ManojJiSharma Dec 15, 2023
ce88e88
added sub module blackscout
ManojJiSharma Dec 15, 2023
b0e2519
re-added sub-module
ManojJiSharma Dec 15, 2023
c14b6c5
updated sub-modul branch
ManojJiSharma Dec 15, 2023
66e777b
test with master branch
ManojJiSharma Dec 15, 2023
b45470e
updated action
ManojJiSharma Dec 18, 2023
c18f290
fix updated
ManojJiSharma Dec 18, 2023
e39b4f0
recursive sub module
ManojJiSharma Dec 18, 2023
bb8b35f
remove cd
ManojJiSharma Dec 18, 2023
5dcfd70
updated ci
ManojJiSharma Dec 18, 2023
74a0bff
ci fixed and test fix
ManojJiSharma Dec 18, 2023
a442801
test fix
ManojJiSharma Dec 18, 2023
017f2e6
dprint fix
ManojJiSharma Dec 18, 2023
590bcb5
sol error fix
ManojJiSharma Dec 18, 2023
8e465d1
remove cleanup docker
ManojJiSharma Dec 18, 2023
6cd2943
test ignored
ManojJiSharma Dec 19, 2023
5734bb1
re-check
ManojJiSharma Dec 19, 2023
7dd2dc0
updated nonce and private key flow
ManojJiSharma Dec 22, 2023
b5bb62f
update ci and unwrap fix
ManojJiSharma Dec 22, 2023
714862d
ci fix
ManojJiSharma Dec 22, 2023
6d651a3
fix ci folder
ManojJiSharma Dec 22, 2023
ae3513b
increasing block from rs code
ManojJiSharma Dec 28, 2023
8453c5a
fix ci
ManojJiSharma Dec 28, 2023
88016b6
checking ci open ports
ManojJiSharma Dec 28, 2023
948f7be
ci test with remove docker clean
ManojJiSharma Dec 28, 2023
3505ffb
remove unused code
ManojJiSharma Dec 29, 2023
153d0bb
changing version for toolchain
ManojJiSharma Dec 29, 2023
2922cde
ci fix due to stable uddated
ManojJiSharma Dec 29, 2023
91f6714
removed arbitrum config and server
ManojJiSharma Jan 1, 2024
55fc862
Merge branch 'master' into arbitrum_local_testnet_setup
ManojJiSharma Jan 1, 2024
64ca253
updated CI
ManojJiSharma Jan 1, 2024
42115db
clean vm
ManojJiSharma Jan 12, 2024
a33fbad
self hosted fmt
ManojJiSharma Jan 12, 2024
2a9e4ea
self hosted without docker
ManojJiSharma Jan 12, 2024
e071663
removed running arb testnode setup
ManojJiSharma Jan 16, 2024
159daec
ci fix
ManojJiSharma Jan 16, 2024
3d6b35e
comment removed
ManojJiSharma Jan 16, 2024
aed65d7
added nightly toolchain
ManojJiSharma Jan 16, 2024
ec71d4b
added cargo fmt on ci
ManojJiSharma Jan 16, 2024
552a01a
change back to self-hosted
ManojJiSharma Jan 18, 2024
ba1b0da
Merge branch 'master' into arbitrum_local_testnet_setup
ManojJiSharma Jan 18, 2024
faa8020
cargo update
ManojJiSharma Jan 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@

# These are backup files generated by rustfmt
**/*.rs.bk


# Ignore nitro-testnode folder
chains/arbitrum/testing/nitro-testnode/
137 changes: 98 additions & 39 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ members = [
"rosetta-docker",
"rosetta-server",
"rosetta-types",
"chains/arbitrum/testing/rosetta-testing-arbitrum",
]
resolver = "2"

Expand All @@ -34,6 +35,8 @@ rosetta-ethereum-rpc-client = { path = "chains/ethereum/rpc-client" }
rosetta-tx-ethereum = { path = "chains/ethereum/tx" }
rosetta-config-polkadot = { path = "chains/polkadot/config" }
rosetta-server-polkadot = { path = "chains/polkadot/server" }
rosetta-config-arbitrum = { path = "chains/arbitrum/config" }
rosetta-server-arbitrum = { path = "chains/arbitrum/server" }
rosetta-tx-polkadot = { path = "chains/polkadot/tx" }
rosetta-client = { path = "rosetta-client" }
rosetta-core = { path = "rosetta-core" }
Expand Down
14 changes: 14 additions & 0 deletions chains/arbitrum/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "rosetta-config-arbitrum"
version = "0.5.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/analog-labs/chain-connectors"
description = "Arbitrum rosetta config."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Lohann marked this conversation as resolved.
Show resolved Hide resolved

[dependencies]
anyhow = "1.0"
rosetta-core.workspace = true
serde.workspace = true
Loading
Loading