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

Policy #174

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Policy #174

merged 2 commits into from
Feb 21, 2024

Conversation

ghost
Copy link

@ghost ghost commented Feb 21, 2024

Update src/policy/
Before
GetFee(1000)
After
GetFee(100000)


Before

MIN_BUCKET_FEERATE = 1000
MIN_BUCKET_FEERATE = 1e7

After

MIN_BUCKET_FEERATE = 1e7
MIN_BUCKET_FEERATE = 1e10

Before
MAX_FILTER_FEERATE = 1e7
After
MAX_FILTER_FEERATE = 1e10

Jan added 2 commits February 21, 2024 00:25
validation.h
Line Number: 73
DEFAULT_MIN_RELAY_TX_FEE = 100000;
@ghost
Copy link
Author

ghost commented Feb 21, 2024

After Pr174 and updates in addrman_tests.cpp
src/test/addrman_tests.cpp

Screenshot from 2024-02-21 01-28-23

Copy link

@JaredTate JaredTate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK. Compiles & runs great. TX's send without issue. Thanks for this!

Copy link
Member

@gto90 gto90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Excellent work here @Jongjan88, thank you for this contribution!

@gto90 gto90 assigned ghost Feb 21, 2024
@gto90 gto90 added the bug Something isn't working label Feb 21, 2024
Copy link
Member

@ycagel ycagel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cACK. Thanks @Jongjan88!

@ycagel ycagel merged commit 9eb291e into DigiByte-Core:develop Feb 21, 2024
@ghost ghost deleted the policy branch February 21, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants