Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
133 commits
Select commit Hold shift + click to select a range
de759d2
Add Alpha currency type
ales-otf Jun 12, 2025
9bcf81c
Merge branch 'devnet-ready' into sasha/chore/currency-types
ales-otf Jun 17, 2025
4e75683
Replace u64 with Alpha
ales-otf Jun 17, 2025
01c5515
Resolve git conflicts
ales-otf Jun 23, 2025
7818cf8
Update run_epoch.rs
JohnReedV Jun 26, 2025
48cccca
Update benchmark_action.sh
JohnReedV Jun 27, 2025
b24733d
Revert "Update benchmark_action.sh"
JohnReedV Jun 27, 2025
64968cd
Update run_epoch.rs
JohnReedV Jun 27, 2025
18b054d
refactor
JohnReedV Jul 2, 2025
b5e4633
crowdloan precompiles added
l0r1s Jul 7, 2025
8942eb8
Merge branch 'devnet-ready' into commit-reveal-last-update-fix
JohnReedV Jul 7, 2025
5b04f5a
bump spec
JohnReedV Jul 8, 2025
c675c3e
fix CrowdloanPrecompile trait bound
l0r1s Jul 8, 2025
07b168d
crowdloan precompile abi
l0r1s Jul 8, 2025
dac2c91
applying proper scaling to alpha precompiles
kenobijon Jul 8, 2025
428f689
Merge branch 'opentensor:devnet-ready' into devnet-ready
kenobijon Jul 8, 2025
382829f
use address instead of generic h256
l0r1s Jul 8, 2025
ea1de79
fix crowdloan abi
l0r1s Jul 8, 2025
fe38a6a
add tests
JohnReedV Jul 9, 2025
7b36449
Merge branch 'opentensor:devnet-ready' into devnet-ready
kenobijon Jul 9, 2025
59cb77c
add tests
JohnReedV Jul 9, 2025
c46a80c
bump spec
JohnReedV Jul 9, 2025
d039bfa
clippy
JohnReedV Jul 9, 2025
827de33
Merge branch 'devnet-ready' into commit-reveal-last-update-fix
JohnReedV Jul 9, 2025
b6150b1
fix logic
JohnReedV Jul 9, 2025
160a617
add full test coverage
JohnReedV Jul 10, 2025
1e1877a
clippy
JohnReedV Jul 10, 2025
bef199b
zero weights in the next peroid
JohnReedV Jul 10, 2025
3de6f8a
remove unused helper
JohnReedV Jul 10, 2025
8e84c47
Merge branch 'devnet-ready' into commit-reveal-last-update-fix
JohnReedV Jul 10, 2025
d4e3bda
update comment
JohnReedV Jul 10, 2025
aafa2a2
fmt
JohnReedV Jul 10, 2025
8d92896
add tests
JohnReedV Jul 10, 2025
7e83105
bump spec
JohnReedV Jul 10, 2025
caf693d
add getNominatorMinRequiredStake in precompile
open-junius Jul 11, 2025
beda29a
bump version
open-junius Jul 11, 2025
bcf4079
Disable unsupported fast sync mode.
shamil-gadelshin Jul 11, 2025
dc5c11b
Bump spec version 292->293
shamil-gadelshin Jul 11, 2025
904d7f5
Reduce staking fees to 0.05%, waive fees for all intra-subnet stake m…
gztensor Jul 11, 2025
e13a3e7
Spec version
gztensor Jul 11, 2025
a2216c8
Replace to_num with saturating_to_num
gztensor Jul 11, 2025
e866d99
Spec version
gztensor Jul 11, 2025
efce102
Merge pull request #1846 from opentensor/add-getNominatorMinRequiredS…
open-junius Jul 11, 2025
a2c9790
Merge pull request #1847 from opentensor/disable-fast-sync-mode
sam0x17 Jul 11, 2025
e63df74
Merge pull request #1832 from kenobijon/devnet-ready
sam0x17 Jul 11, 2025
c47ae2b
auto-update benchmark weights
github-actions[bot] Jul 11, 2025
f6d0759
set default rpc connections
JohnReedV Jul 11, 2025
796267e
remove unused import
JohnReedV Jul 11, 2025
2257f94
Merge pull request #1850 from opentensor/Fix/rpc-defaults
JohnReedV Jul 11, 2025
21f538b
Fix get_stake_fee for inter-subnet transfers (needs to return 0)
gztensor Jul 11, 2025
a2bc486
Merge branch 'feat/staking-fees-corrected' of github.com:opentensor/s…
gztensor Jul 11, 2025
18f283a
Add pays::yes to all stake movements
gztensor Jul 11, 2025
7d33bd2
Add Pays::Yes for all staking transactions to prevent spam
gztensor Jul 11, 2025
7748eb2
Add pays::yes for associate_evm_key
gztensor Jul 11, 2025
e3dab17
Fiux pays::yes tests
gztensor Jul 11, 2025
680c510
three new get method in alpha
open-junius Jul 14, 2025
7a6018b
bump version
open-junius Jul 14, 2025
9e03879
fix conversion
l0r1s Jul 14, 2025
7a2682b
wip tests
l0r1s Jul 14, 2025
8c3dc7b
added abi to tests
l0r1s Jul 14, 2025
4253ab4
Remove build section
shamil-gadelshin Jul 14, 2025
9054a08
Add db caching params
shamil-gadelshin Jul 14, 2025
e8de539
use bytes32 instead of address to avoid truncation
l0r1s Jul 14, 2025
9b33c5a
get crowdloan test
l0r1s Jul 14, 2025
a080f93
removed getCurrentCrowdloanId not needed on evm side
l0r1s Jul 14, 2025
20112c2
target address from h160 to h256
l0r1s Jul 14, 2025
1948aa6
crowdloan creation tests
l0r1s Jul 14, 2025
a398ed5
added tests for min_contrib/end/cap updates
l0r1s Jul 14, 2025
feffdc4
extract variables
l0r1s Jul 14, 2025
cdd4aee
fix bug
JohnReedV Jul 14, 2025
16a9228
fix test
JohnReedV Jul 14, 2025
6bd559a
add test_epoch_masks_incoming_to_sniped_uid_prevents_inheritance
JohnReedV Jul 14, 2025
31ca88e
cap reveal_periods at 100
JohnReedV Jul 14, 2025
9259d5b
test RevealPeriodOutOfBounds
JohnReedV Jul 14, 2025
623cb4d
added tests for contributes/withdraws
l0r1s Jul 14, 2025
d0241bf
added balances check for contributes/withdraws
l0r1s Jul 14, 2025
7776d9c
added finalizes test + extract helper to wait for block
l0r1s Jul 14, 2025
b64d39d
fix flaky tests
l0r1s Jul 14, 2025
35a1db9
Add comment for build section
shamil-gadelshin Jul 15, 2025
391d045
add sum alpha interface
open-junius Jul 15, 2025
a5dc2e0
commit Cargo.lock
open-junius Jul 15, 2025
48564d2
fix wrong func definition
open-junius Jul 15, 2025
8ea48e3
Merge pull request #1852 from opentensor/docker-compose-update
sam0x17 Jul 15, 2025
acb7062
added refund/dissolve test
l0r1s Jul 15, 2025
eb17148
fix update the end test
l0r1s Jul 15, 2025
c6f4f34
Merge branch 'devnet-ready' into feat/crowdloan-precompiles
l0r1s Jul 15, 2025
c545a78
Merge pull request #1851 from opentensor/more-gets-alpha-precompile
open-junius Jul 15, 2025
0ed5df3
Merge branch 'devnet-ready' into feat/crowdloan-precompiles
l0r1s Jul 15, 2025
abbd3ad
propagate pallet-crowdloan/std
l0r1s Jul 15, 2025
ada05e9
Merge branch 'devnet-ready' into commit-reveal-last-update-fix
JohnReedV Jul 15, 2025
b27036f
cargo clippy
l0r1s Jul 15, 2025
d92b3b1
Make code compilable with alpha wrapper
ales-otf Jun 24, 2025
dc49983
run migration for symbols
l0r1s Jul 15, 2025
c193cb4
change check to updated < safe_block
JohnReedV Jul 15, 2025
a62f7a5
update test
JohnReedV Jul 15, 2025
47c6f88
add test for classic block masking
JohnReedV Jul 15, 2025
7e78ab0
Merge branch 'devnet-ready' into feat/staking-fees-corrected
gztensor Jul 15, 2025
47dc034
add test_get_first_block_of_epoch
JohnReedV Jul 15, 2025
2617a58
add test_get_first_block_of_epoch_step_blocks
JohnReedV Jul 15, 2025
86c4350
cargo clippy
JohnReedV Jul 15, 2025
7234617
improve all tests
JohnReedV Jul 15, 2025
402e5d1
add `main` branch to build localnet docker image
basfroman Jul 16, 2025
a568e0a
Update docker-localnet.yml
sam0x17 Jul 16, 2025
507b582
Merge pull request #1855 from opentensor/feat/roman/add-main-tag-to-l…
sam0x17 Jul 16, 2025
29dcd1f
Resolve git conflicts
ales-otf Jul 15, 2025
34ac22e
Fix linter
ales-otf Jul 16, 2025
4e09c6c
Merge branch 'devnet-ready' into sasha/chore/currency-types
ales-otf Jul 16, 2025
a9d0b79
Clean up
ales-otf Jul 16, 2025
ebc4278
fix cli parsing
JohnReedV Jul 16, 2025
5c9d127
Rename Alpha to AlphaCurrency
ales-otf Jul 16, 2025
2a31e7a
Merge pull request #1854 from opentensor/fix/symbol-migration
l0r1s Jul 16, 2025
7e4a590
Merge pull request #1857 from opentensor/fix/rpc-cli-parsing
JohnReedV Jul 16, 2025
47db476
Merge pull request #1853 from opentensor/feat/crowdloan-precompiles
sam0x17 Jul 16, 2025
00aaaad
Merge pull request #1848 from opentensor/feat/staking-fees-corrected
sam0x17 Jul 16, 2025
b7ac269
Merge pull request #1789 from opentensor/commit-reveal-last-update-fix
sam0x17 Jul 16, 2025
05ed2af
Resolve git conflicts
ales-otf Jul 16, 2025
74e3f31
Merge branch 'devnet-ready' into fix/saturating-to-num
gztensor Jul 16, 2025
d73ce89
Merge pull request #1849 from opentensor/fix/saturating-to-num
sam0x17 Jul 16, 2025
877e727
Merge branch 'devnet-ready' into sasha/chore/currency-types
ales-otf Jul 16, 2025
b383e18
Fix compilation
ales-otf Jul 16, 2025
85fc1ba
add test_epoch_does_not_mask_outside_window
JohnReedV Jul 16, 2025
e2b0a0b
upgrade commit-reveal-v3
JohnReedV Jul 17, 2025
e8939ff
use CRV3WeightCommitsV2
JohnReedV Jul 17, 2025
c0b00a3
update doc comment
JohnReedV Jul 17, 2025
ca9fa9b
remove a strange case
open-junius Jul 17, 2025
9c160cc
fix evm tests
open-junius Jul 17, 2025
5fb5d40
remove the one
open-junius Jul 17, 2025
e13bc28
Merge pull request #1856 from opentensor/sasha/chore/currency-types
sam0x17 Jul 17, 2025
a521e2f
Merge pull request #1864 from opentensor/fix-evm-test
open-junius Jul 17, 2025
03f9277
Merge branch 'devnet-ready' into block-based-weight-mask-dereg-uids
JohnReedV Jul 17, 2025
6a1140d
fix alpha_currency
JohnReedV Jul 17, 2025
b419935
fix typo
JohnReedV Jul 17, 2025
50b7fa8
Merge pull request #1862 from opentensor/block-based-weight-mask-dere…
sam0x17 Jul 17, 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
3 changes: 3 additions & 0 deletions .github/workflows/docker-localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
push:
branches:
- devnet-ready
- main
- testnet
- devnet

permissions:
contents: read
Expand Down
Loading
Loading