Skip to content

Commit

Permalink
Added goldberg chainspec (#292)
Browse files Browse the repository at this point in the history
* Added goldberg chainspec

* Switched to a non-rc version of avail-core
  • Loading branch information
markopoloparadox authored Nov 7, 2023
1 parent b464c95 commit 9c5f37b
Show file tree
Hide file tree
Showing 8 changed files with 598 additions and 55 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ frame-system-rpc-runtime-api = { path = "pallets/system/rpc/runtime-api" }
frame-system-benchmarking = { path = "pallets/system/benchmarking" }

# DA Primitives
avail-core = { version = "0.5", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
kate = { version = "0.8", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
kate-recovery = { version = "0.9", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
avail-core = { version = "0.5", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0" }
kate = { version = "0.8", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0" }
kate-recovery = { version = "0.9", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0" }

# Nomad
nomad-signature = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
nomad-merkle = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
nomad-base = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
nomad-core = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
nomad-signature = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0" }
nomad-merkle = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0" }
nomad-base = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0" }
nomad-core = { version = "0.1", git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0" }

# Other stuff
uint = { git = "https://github.com/paritytech/parity-common.git", tag = "rlp-v0.5.2" }
Expand Down
76 changes: 38 additions & 38 deletions e2e/Cargo.lock

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

6 changes: 3 additions & 3 deletions e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sp-keyring = { version = "24" }
subxt = "0.29"
anyhow = "1.0.66"
codec = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive", "full", "bit-vec"] }
kate-recovery = { git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
kate = { git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
avail-core = { git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0-rc-1" }
kate-recovery = { git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0" }
kate = { git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0" }
avail-core = { git = "https://github.com/availproject/avail-core", tag = "node-v1.8.0.0" }
binary-merkle-tree = { git = "https://github.com/paritytech/substrate.git/", branch = "polkadot-v1.0.0" }
Loading

2 comments on commit 9c5f37b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 9c5f37b Previous: 33f7951 Ratio
commitment_builder/32 4205871410 ns/iter (± 35781562) 4325417137 ns/iter (± 81695432) 0.97
commitment_builder/64 4165187473 ns/iter (± 38153023) 4343451680 ns/iter (± 92231152) 0.96
commitment_builder/128 4637194935 ns/iter (± 190035072) 4647446215 ns/iter (± 137494514) 1.00
commitment_builder/256 2319726408 ns/iter (± 10228320) 2367397557 ns/iter (± 42776582) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 9c5f37b Previous: 909af7f Ratio
commitment_builder_32 Instructions 43503253226 ops (± 0) 43503093041 ops (± 0) 1.00
commitment_builder_32 L1 Accesses 53515013316 ops (± 0) 53514815042 ops (± 0) 1.00
commitment_builder_32 L2 Accesses 734954 ops (± 0) 700403 ops (± 0) 1.05
commitment_builder_32 RAM Accesses 90240 ops (± 0) 89904 ops (± 0) 1.00
commitment_builder_32 Estimated Cycles 53521846486 ops (± 0) 53521463697 ops (± 0) 1.00
commitment_builder_64 Instructions 41972802060 ops (± 0) 41972869826 ops (± 0) 1.00
commitment_builder_64 L1 Accesses 51407750154 ops (± 0) 51407870438 ops (± 0) 1.00
commitment_builder_64 L2 Accesses 914342 ops (± 0) 893120 ops (± 0) 1.02
commitment_builder_64 RAM Accesses 191121 ops (± 0) 191298 ops (± 0) 1.00
commitment_builder_64 Estimated Cycles 51419011099 ops (± 0) 51419031468 ops (± 0) 1.00
commitment_builder_128 Instructions 54204698431 ops (± 0) 54204175550 ops (± 0) 1.00
commitment_builder_128 L1 Accesses 68302640777 ops (± 0) 68301951624 ops (± 0) 1.00
commitment_builder_128 L2 Accesses 1333093 ops (± 0) 1258510 ops (± 0) 1.06
commitment_builder_128 RAM Accesses 244279 ops (± 0) 242507 ops (± 0) 1.01
commitment_builder_128 Estimated Cycles 68317856007 ops (± 0) 68316731919 ops (± 0) 1.00
commitment_builder_256 Instructions 31758647755 ops (± 0) 31758548180 ops (± 0) 1.00
commitment_builder_256 L1 Accesses 40833387880 ops (± 0) 40833274463 ops (± 0) 1.00
commitment_builder_256 L2 Accesses 6822266 ops (± 0) 6788005 ops (± 0) 1.01
commitment_builder_256 RAM Accesses 238152 ops (± 0) 239352 ops (± 0) 0.99
commitment_builder_256 Estimated Cycles 40875834530 ops (± 0) 40875591808 ops (± 0) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.