Skip to content

Commit f5186d9

Browse files
authored
⬆️ Updating ephemeral-validator (#209)
1 parent 3c05937 commit f5186d9

File tree

4 files changed

+102
-24
lines changed

4 files changed

+102
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ clients/typescript/node_modules
1010
clients/typescript/yarn-error.log
1111
.yarn
1212
**/test-ledger
13+
**/test-ledger-magicblock
1314

1415
# Examples
1516
tests/examples/.anchor

Cargo.lock

Lines changed: 97 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ephemeral-rollups-sdk = "^0"
6262
bincode = "^1"
6363
which = "^7"
6464
tokio = { version = "^1", features = ["full"] }
65-
sysinfo = "^0"
65+
sysinfo = "=0.36.1"
6666
bytemuck_derive = "^1"
6767

6868
[profile.release]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[accounts]
2-
remote = "http://localhost:8899"
2+
remote.url = "http://localhost:8899"
33
lifecycle = "ephemeral"
4-
commit = { frequency_millis = 50_000 }
4+
commit = { frequency-millis = 50_000 }
55

66
[rpc]
77
addr = "0.0.0.0"
88
port = 7799
99

1010
[validator]
11-
millis_per_slot = 50
11+
millis-per-slot = 50

0 commit comments

Comments
 (0)