Conversation
…d tests - Added posv_test.go for testing POSV functionalities including checkpoint header processing and signer list comparison. - Introduced snapshot.go to manage the state of authorization voting, including vote tallying and snapshot management. - Modified block.go to include new fields for validators and penalties in block headers. - Enhanced transaction.go with a method to identify signing transactions. - Updated config.go to define chain configurations for Viction mainnet and testnet, including POSV parameters.
bump go version to 1.18
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
Feat/init genesis
…/consensus-integration
…key for contracts
…ed clarity and functionality
Feat/custom gas, impl state reader
Refactor/config
fix(core): update VRC25 config access to match ChainConfig refactor
Add Viction contract implementations
chore: remove unuse test
Co-authored-by: imduchuyyy 🐬 <duchuy.124dk@gmail.com>
feat: add flags for quick run viction testnet and mainnet
…chains - Introduced `viction_config.go` to define the VictionConfig struct with various parameters including lending, rewards, and relayer configurations. - Created `victest.json` and `viction.json` files to specify chain configurations for the victest and viction networks, respectively, including consensus rules and reward settings.
…g consensus engine - Removed the IsSigningTransaction method from the Transaction struct to streamline transaction signing. - Updated the CreateConsensusEngine function to support the new proof-of-stake-voting (posv) consensus engine. - Added common slice utility functions for comparing and manipulating signer lists. - Introduced the posv consensus engine with functionalities for managing validators, penalties, and rewards. - Implemented header verification logic for the posv consensus, including checks for checkpoint blocks and signer validation. - Created a new validator management module under the viction package to handle validator-related operations.
…deprecated consensus.go file
…VerifyHeader and add SetBackend method in PoSV
…erences in verifier.go
…ication failures in verifyCascadingFields and verifySeal methods
…res in verifyCascadingFields and verifySeal methods
…ader Feature/implement posv verify header function
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
feat(vrc25): implement PayFeeWithVRC25
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
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.
No description provided.