Skip to content

Release 1.0.1#13

Merged
zhang0125 merged 23 commits intomasterfrom
release_1.0.1
May 24, 2022
Merged

Release 1.0.1#13
zhang0125 merged 23 commits intomasterfrom
release_1.0.1

Conversation

@zhang0125
Copy link
Copy Markdown
Contributor

Optimize validator verification for release.

The validator event adds a nonce check to remove invalid transactions as soon as possible.
Modify the verification bttc block to 10 blocks with confirmation to prevent the reorganization of the bttc chain.
Add gasPrice limit to prevent main chain transaction fees from being too high.

Krishna Upadhyaya and others added 23 commits August 4, 2021 13:30
* new: add check to validate nonce in bridge stake update task

* update: save last stake txn block in state instead of map in bridge

* update: change variable name

* update: used tx_query to fetch recent stake txn count

* update: use helper package for query method

* log: added more details to logger

* update: added support for all staking txns

* fix: update log message
* Matic tx confirmation also to be checked by nodes apart from the proposer too.

* chainmanager keeper params to be fetcher from the checkpoint keeper. Fix

* fix test cases

Co-authored-by: Krishna Upadhyaya <krishnau1604@gmail.com>
* add: template for heimdall-params.go

* update: README

* fix: add make process-template to github ci flow

* add: support for local network in process-template

* update: moved process-template to build and install

* update: formatting
* Update: README

* fix README indentation
* add checkpoint-adjust

* removed unnecessary params

* add checkpoint buffer check

* review comments fix

* fix syntax

* fix emit events

* add testcases

* Update side_handler.go

* review comments

* add test cases
fix: msg broadcast delay && checkpointSyncACk msg broadcast
update delay and del no use config
Optimize validator verification
Optimize validator verification
@zhang0125 zhang0125 merged commit a3d6186 into master May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.