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

Stake Table Integration test #2526

Draft
wants to merge 30 commits into
base: ab/leaf2-migration
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5274951
epoch integration test
imabdulbasit Jan 21, 2025
2a09a9c
merge main
imabdulbasit Jan 30, 2025
5e27fc2
DEMO_GENESIS_FILE env
imabdulbasit Jan 30, 2025
6766269
Merge remote-tracking branch 'origin/main' into ab/epoch-integration-…
tbro Feb 3, 2025
a1803f7
fix error en `.env` file
tbro Feb 3, 2025
d688b6c
add pos test to justfile and CI workflow
tbro Feb 3, 2025
36a2c7b
Merge branch 'main' into ab/epoch-integration-test
imabdulbasit Feb 4, 2025
697d022
run demo native with base version set to pos
imabdulbasit Feb 4, 2025
7786cfb
Marketplace signatures should engage @ v99
tbro Feb 4, 2025
5f1a2b8
set epoch-height to 150
imabdulbasit Feb 4, 2025
cac2b3b
process-compose: remove fund-builder condition from `permissionless-b…
tbro Feb 4, 2025
4112773
Fix path to default genesis path
tbro Feb 4, 2025
ab84584
Some fixes
tbro Feb 4, 2025
8ed730f
temporarily disable versions we don't need for the current objective
tbro Feb 4, 2025
6f65adf
only run v 3 in CI for now
tbro Feb 5, 2025
213baf0
avoid redirect in header stream
tbro Feb 5, 2025
37307e4
Use named version (instead if integer)
tbro Feb 5, 2025
3ae3f66
Add missing header type + conversions
tbro Feb 5, 2025
7c6222b
bump todo_by by 1 month (#2534)
tbro Feb 5, 2025
a65cbb8
Put expected fee back as it was
tbro Feb 5, 2025
9613ce1
Add stake tables up to epoch 2 (inclusive)
tbro Feb 5, 2025
cbb414c
add stake table for ..=10
tbro Feb 5, 2025
aa31ce9
TODO questions
tbro Feb 6, 2025
a4e0b58
add backtrace to justfile
tbro Feb 6, 2025
7203717
TODO
tbro Feb 6, 2025
2f28e00
comment
tbro Feb 6, 2025
3779f32
Merge remote-tracking branch 'origin/ab/leaf2-migration' into ab/epoc…
tbro Feb 7, 2025
98a6969
version features
tbro Feb 7, 2025
711c7b9
I think build jet has more space (lets find out)
tbro Feb 7, 2025
dc25ada
Revert "I think build jet has more space (lets find out)"
tbro Feb 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 types/src/v0/impls/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ fn validate_builder_fee(
// TODO Marketplace signatures are placeholders for now. In
// finished Marketplace signatures will cover the full
// transaction.
if version.minor >= 3 {
if version.minor >= 99 {
imabdulbasit marked this conversation as resolved.
Show resolved Hide resolved
fee_info
.account()
.validate_sequencing_fee_signature_marketplace(
Expand Down
Loading