-
Notifications
You must be signed in to change notification settings - Fork 11
Hetu subnet #5
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
Merged
Merged
Hetu subnet #5
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
929919f
new add event module
maoaixiao1314 6f28dcb
Add contract ABI file, event keeper dependency injection, etc
maoaixiao1314 70d2b06
Event module modification
maoaixiao1314 9d57800
new add yuma module
maoaixiao1314 065b70e
Modify the event module and add event handling
maoaixiao1314 764aa80
Modify DefaultParamsMap(),Default parameters for adding subnets
maoaixiao1314 953e89d
Modify yuma module
maoaixiao1314 d19922f
Modify some configurations and implement abci
maoaixiao1314 b4cc03e
Improve the Yuma consensus algorithm
maoaixiao1314 cfcaf06
Add Yuma reward processing module:
maoaixiao1314 d61ea95
Added a blockinflation module and redefined the inflation mode of the…
maoaixiao1314 f6d8096
review code
maoaixiao1314 b0edfb0
Reclassify block rewards, add Yuma's reward ratio and pending transac…
maoaixiao1314 1c6efee
new add FirstEmissionBlock and coinbase
maoaixiao1314 1c92256
Revise the reward distribution method and provide a detailed distribu…
maoaixiao1314 73a4d0f
new add blockflation unit test
maoaixiao1314 5a2ab07
Modify the startup method
maoaixiao1314 64fa3cd
Modify startup error
maoaixiao1314 9d8da68
review code
maoaixiao1314 9a445fb
review code
maoaixiao1314 a201ce6
modify bug runtime error: invalid memory address or nil pointer deref…
maoaixiao1314 34af38e
Modify the startup script and multi node initialization script
maoaixiao1314 e6588c9
modify init_validators.sh
maoaixiao1314 ebde49d
modify init_validators.sh
maoaixiao1314 4227611
modify init_validators.sh
maoaixiao1314 be2b5af
review code
maoaixiao1314 e7ee260
Resolve the error of invalid memory address or nil pointer dereferenc…
maoaixiao1314 81a0784
Resolve the error of invalid memory address or nil pointer dereferenc…
maoaixiao1314 772c8a0
Resolve the error of invalid memory address or nil pointer dereferenc…
maoaixiao1314 61607de
Resolve the error of invalid memory address or nil pointer dereferenc…
maoaixiao1314 f58c714
Resolve the error of invalid memory address or nil pointer dereferenc…
maoaixiao1314 e738e48
Resolve the issue of null pointer initialization error
maoaixiao1314 037dc90
Resolved the error 'tx *types.MsgDelegate doesn't implement authsigni…
maoaixiao1314 3d13a2b
Modify the address prefix for use in the development environment. For…
maoaixiao1314 701bd45
Update the event module and replace the new contract
maoaixiao1314 95761ea
Optimize Stakework Consensus
maoaixiao1314 2174352
review code
maoaixiao1314 fcfc5f0
Add MintAlphaTokens feature:
maoaixiao1314 6915e16
Get Log
maoaixiao1314 46d2f4b
Modify the filter conditions of getsubnet and update the readme
maoaixiao1314 7f957b9
review code
maoaixiao1314 b9309fc
Optimize the acquisition of subnet information in alpha_token
maoaixiao1314 4303d10
review code
maoaixiao1314 4615c67
review code
maoaixiao1314 ad85ea8
review code
maoaixiao1314 3184abf
review code
maoaixiao1314 88cb972
new add blockinflation grpc client and gateway
maoaixiao1314 975ec51
reviewreview code
maoaixiao1314 5a688ae
solve Error: Process completed with exit code 2.
maoaixiao1314 ae9649f
review code
maoaixiao1314 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix release links to point to the hetu-chain repository
The URLs currently reference hetu (org/repo mismatch). This will 404 and confuse users.
📝 Committable suggestion
🤖 Prompt for AI Agents