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

Author a sibling block in case best block's slot is same as current slot #2827

Merged
merged 62 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
5cd4263
temp
kishansagathiya Jul 18, 2022
f57fa84
temp
kishansagathiya Jul 18, 2022
ca4724f
Merge branch 'development' into kishan/fix/slot-number-must-increase
kishansagathiya Aug 2, 2022
12fde0b
temp
kishansagathiya Aug 3, 2022
ae2fa69
While authoring a new block, if we find that best block was authored in
kishansagathiya Aug 4, 2022
cc2ffaf
clean up
kishansagathiya Aug 4, 2022
cbc44d2
add a check for current slot is greater than slot in best block
kishansagathiya Aug 5, 2022
3de132f
test for err slot lagging
kishansagathiya Aug 16, 2022
a63a073
test
kishansagathiya Aug 17, 2022
aca3b68
fix test for errLaggingSlot
kishansagathiya Aug 17, 2022
9c9f47b
test that we create a fork if best block is authored in the same slot
kishansagathiya Aug 17, 2022
527f515
temp
kishansagathiya Aug 22, 2022
cecc308
fixed tests
kishansagathiya Aug 29, 2022
d022f43
Merge branch 'development' into kishan/fix/slot-number-must-increase
kishansagathiya Aug 29, 2022
540c09a
Author a sibling block in case best block's slot is same as current s…
kishansagathiya Sep 9, 2022
1edb86b
chore(dot): remove unneeded error functions (#2790)
qdm12 Sep 9, 2022
7fa9196
chore(wasmer): add helpers.go file with helper functions (#2749)
qdm12 Sep 9, 2022
64e3c03
Merge branch 'development' of github.com:ChainSafe/gossamer into deve…
kishansagathiya Sep 13, 2022
db03cbb
Merge branch 'development' into kishan/fix/slot-number-must-increase
kishansagathiya Sep 13, 2022
95a7a35
merge fix
kishansagathiya Sep 13, 2022
220f5ae
Merge branch 'development' of github.com:ChainSafe/gossamer into deve…
kishansagathiya Sep 14, 2022
37fa232
Merge branch 'development' into kishan/fix/slot-number-must-increase
kishansagathiya Sep 14, 2022
11471e8
intermediate
kishansagathiya Sep 15, 2022
e0109dc
it probably fixes the test
kishansagathiya Sep 15, 2022
93b3057
Merge branch 'development' into kishan/fix/slot-number-must-increase
kishansagathiya Sep 15, 2022
fdb1fd2
Use a real block import handler
kishansagathiya Sep 15, 2022
388678a
more fix
kishansagathiya Sep 16, 2022
0862104
improved createTestService
kishansagathiya Sep 16, 2022
c99b776
Merge branch 'development' into kishan/fix/slot-number-must-increase
kishansagathiya Sep 16, 2022
26f8769
reuse network mocks
kishansagathiya Sep 16, 2022
22d9b2c
more fix
kishansagathiya Sep 16, 2022
3e2aa7f
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 19, 2022
1589dc9
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 19, 2022
8ec533c
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 19, 2022
8448863
Update lib/babe/babe.go
kishansagathiya Sep 19, 2022
ce9e195
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 19, 2022
bcdf2b5
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 19, 2022
9a9f26d
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 19, 2022
b065fb8
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 19, 2022
264db41
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 19, 2022
24e69e6
Update dot/state/block_notify.go
kishansagathiya Sep 21, 2022
2fd728a
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 21, 2022
31fa786
Merge branch 'development' into kishan/fix/slot-number-must-increase
kishansagathiya Sep 21, 2022
881eee0
Merge branch 'kishan/fix/slot-number-must-increase' of github.com:Cha…
kishansagathiya Sep 21, 2022
34800ee
Update lib/babe/babe.go
kishansagathiya Sep 21, 2022
8155d43
Update lib/babe/babe.go
kishansagathiya Sep 21, 2022
d0b2a1b
Update lib/babe/babe.go
kishansagathiya Sep 21, 2022
03db54d
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 21, 2022
45b5fd3
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 21, 2022
a71de07
Update lib/babe/errors.go
kishansagathiya Sep 21, 2022
37b41ca
fix
kishansagathiya Sep 21, 2022
532c617
split handleSlot function
kishansagathiya Sep 21, 2022
f56e154
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 21, 2022
849ad82
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 21, 2022
9ba1b58
separate mock interface
kishansagathiya Sep 22, 2022
8dbc936
Merge branch 'kishan/fix/slot-number-must-increase' of github.com:Cha…
kishansagathiya Sep 22, 2022
db736ba
some clean up
kishansagathiya Sep 22, 2022
3366ecc
Update lib/babe/babe_integration_test.go
kishansagathiya Sep 22, 2022
65f649e
added mock generate file
kishansagathiya Sep 26, 2022
e667450
Merge branch 'kishan/fix/slot-number-must-increase' of github.com:Cha…
kishansagathiya Sep 26, 2022
06313f1
fixed the mock generation command
kishansagathiya Sep 26, 2022
bb1a02c
Merge branch 'development' into kishan/fix/slot-number-must-increase
kishansagathiya Sep 26, 2022
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
Loading