-
Notifications
You must be signed in to change notification settings - Fork 144
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
Preparation for PoS #3912
Merged
Merged
Preparation for PoS #3912
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
limebell
force-pushed
the
exp/dpos-sloth
branch
from
August 7, 2024 09:14
cc62317
to
6db26e1
Compare
s2quake
force-pushed
the
exp/dpos-sloth
branch
from
October 8, 2024 00:44
3441038
to
b6d9e6c
Compare
s2quake
force-pushed
the
exp/dpos-sloth
branch
2 times, most recently
from
October 8, 2024 00:54
19fb4e4
to
3441038
Compare
OnedgeLee
force-pushed
the
exp/dpos-sloth
branch
from
October 8, 2024 02:47
3441038
to
7ea0e5a
Compare
s2quake
force-pushed
the
exp/dpos-sloth
branch
2 times, most recently
from
October 8, 2024 05:12
ac9cce3
to
c045fc8
Compare
s2quake
force-pushed
the
exp/dpos-sloth
branch
from
October 21, 2024 01:27
c045fc8
to
9f2ae36
Compare
s2quake
force-pushed
the
exp/dpos-sloth
branch
from
October 22, 2024 01:39
fc7769b
to
20462ef
Compare
s2quake
force-pushed
the
exp/dpos-sloth
branch
3 times, most recently
from
October 22, 2024 02:42
69004c5
to
b17cba1
Compare
OnedgeLee
reviewed
Oct 22, 2024
s2quake
force-pushed
the
exp/dpos-sloth
branch
from
October 22, 2024 08:08
b17cba1
to
d65ff91
Compare
riemannulus
approved these changes
Oct 22, 2024
OnedgeLee
approved these changes
Oct 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
MaxGasPrice
property toIActionContext
interface and its implementations. [[Add max gas price toIActionContext
#3762]]self
field toNoteStateType
. [[Add "self" field to NodeState query #3841]]IFeeCollector
interfaceand its implementations. [[Remove
IFeeCollector
and its implementation #3867]]IActionContext
interface. [[wip: Introduce/gas tracer #3868]]IActionContext.UseGas(long)
.IActionContext.GasUsed()
.IActionContext.GasLimit()
.GasTracer
static class. [[wip: Introduce/gas tracer #3868]]LastCommit
property toIActionContext
interface and its implementations. [[Preparation for PoS #3912]]
Bug Fixes
HeightVoteSet
.