Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
348626f
hybrid node
liamaharon Jul 22, 2025
1a20aab
comment
liamaharon Jul 22, 2025
c1e1fbe
fix runtime-benchmark compile
liamaharon Jul 22, 2025
371761d
update ConditionalEVMBlockImport
liamaharon Jul 22, 2025
35f7ff2
clippy
liamaharon Jul 22, 2025
4789a88
fix runtime-benchmark compile again
liamaharon Jul 22, 2025
db92646
prefer matches!
liamaharon Jul 25, 2025
4b3beab
cleanup unused file
liamaharon Jul 25, 2025
aec6b29
prefer matches!
liamaharon Jul 26, 2025
5fd36bb
prefer matches!
liamaharon Jul 26, 2025
adb9648
patch vulnerability in meantime while wait for psdk fork
liamaharon Jul 26, 2025
1359f3e
Merge branch 'devnet-ready' into hybrid-node
liamaharon Jul 28, 2025
f055227
add todo to remove initial_consensus flag.
liamaharon Jul 31, 2025
5a63327
better fn names
liamaharon Jul 31, 2025
21e492f
Merge branch 'devnet-ready' into hybrid-node
liamaharon Jul 31, 2025
f8b783e
Return default values in BabeApi instead of panic prior to Babe upgrade
liamaharon Aug 4, 2025
d900522
Merge branch 'devnet-ready' into hybrid-node
liamaharon Aug 4, 2025
e886766
Bump spec version
liamaharon Aug 4, 2025
969a23e
merge devnet-ready
liamaharon Aug 5, 2025
bda2df5
merge
liamaharon Aug 5, 2025
f88f162
cleanup
liamaharon Aug 5, 2025
7a00604
run zepter
liamaharon Aug 5, 2025
43dea13
cargo +nightly fmt
liamaharon Aug 6, 2025
8febe38
Merge pull request #1876 from opentensor/hybrid-node
liamaharon Aug 7, 2025
171b983
use prod_or_fast!
liamaharon Aug 7, 2025
2df1bf1
cargo +nightly fmt
liamaharon Aug 7, 2025
b51e445
update Cargo.lock
liamaharon Aug 7, 2025
f20670e
fix localnet_patch.sh
Aug 7, 2025
b348771
avoid warning during compilation
Aug 7, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/check-bittensor-e2e-tests.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- name: Patch non-fast-block node
- name: Patch non-fast-runtime node
run: |
chmod +x ./scripts/localnet_patch.sh
./scripts/localnet_patch.sh
Expand Down
Loading
Loading