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

feat: compare final state after relaying a block #1183

Merged
merged 49 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
d5930b6
feat: compare final state after relaying a block
carneiro-cw Jun 19, 2024
e8a24c2
compare substrate with latest
carneiro-cw Jun 20, 2024
1675ac5
compare final state metric
carneiro-cw Jun 20, 2024
95882c1
parallelize state comparison
carneiro-cw Jun 20, 2024
7333140
sqlx prepare
carneiro-cw Jun 20, 2024
8a3f62f
try fetching more blocks and comparing after every relay
carneiro-cw Jun 20, 2024
61c7f8b
more blockss
carneiro-cw Jun 20, 2024
319c70c
sqlx prepare
carneiro-cw Jun 21, 2024
5621fe5
sign transactions
carneiro-cw Jun 21, 2024
255a933
new hash
carneiro-cw Jun 21, 2024
43fed07
keep track of the nonce
carneiro-cw Jun 24, 2024
9388c41
fix dumb issue
carneiro-cw Jun 24, 2024
d089c8e
Merge branch 'main' into relayer_compare_slots
carneiro-cw Jun 24, 2024
41dec68
dumb bug
carneiro-cw Jun 24, 2024
db5c4e4
sign transactions before
carneiro-cw Jun 24, 2024
9b778de
sqlx prepare
carneiro-cw Jun 24, 2024
157f974
sort txs
carneiro-cw Jun 24, 2024
111ce88
set tx_type to 0
carneiro-cw Jun 24, 2024
12067d9
lint
carneiro-cw Jun 24, 2024
5f30df6
none is legacy
carneiro-cw Jun 24, 2024
08a3c4f
include nonce in log
carneiro-cw Jun 24, 2024
9bf7dc5
different nonce approach
carneiro-cw Jun 25, 2024
c0967b3
fix dumb bug
carneiro-cw Jun 25, 2024
651fb38
another dumb bug
carneiro-cw Jun 25, 2024
279c5b8
only sign pixcashier txs
carneiro-cw Jun 25, 2024
bdccc89
sync nonce
carneiro-cw Jun 25, 2024
b604c1b
Merge branch 'main' into relayer_compare_slots
carneiro-cw Jun 25, 2024
079fb2b
Merge branch 'main' into relayer_compare_slots
carneiro-cw Jun 25, 2024
c1178be
remove kube
carneiro-cw Jun 25, 2024
82a25fb
remove check loop
carneiro-cw Jun 25, 2024
6d77864
progress log
carneiro-cw Jun 25, 2024
0ce6b66
increase gas 10 fold
carneiro-cw Jun 26, 2024
383fa24
no kube
carneiro-cw Jun 26, 2024
182599e
remove timeout
carneiro-cw Jun 26, 2024
e20b883
print substrate tx hash
carneiro-cw Jun 26, 2024
19b1fa8
correct gas limit for signature
carneiro-cw Jun 26, 2024
659352f
better handling for txs that are removed from the pool
carneiro-cw Jun 26, 2024
a45eda8
fix bug
carneiro-cw Jun 27, 2024
358f8e3
save tx mapping
carneiro-cw Jun 27, 2024
4b858d0
Merge branch 'main' into relayer_compare_slots
carneiro-cw Jun 27, 2024
c890228
lint
carneiro-cw Jun 27, 2024
07f37e3
lint
carneiro-cw Jun 27, 2024
f2813f1
small refac
carneiro-cw Jun 27, 2024
3e4b0fa
fix e2e
carneiro-cw Jun 27, 2024
dba6525
Merge branch 'main' into relayer_compare_slots
carneiro-cw Jun 27, 2024
3aa8d12
wtf
carneiro-cw Jun 27, 2024
7377e6f
Merge branch 'relayer_compare_slots' of github.com:cloudwalk/stratus …
carneiro-cw Jun 27, 2024
33e1fce
lint
carneiro-cw Jun 27, 2024
53ddcaf
reduce tps
carneiro-cw Jun 27, 2024
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

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

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

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

208 changes: 204 additions & 4 deletions Cargo.lock

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

Loading