-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Backport release/v2.x] Bridge testnet #449
Merged
Merged
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
* reporter module * use legacy dec for tips and commision rates * re-add max commision rate check * chore: mv legacy_dec.go to types/legacy_dec.go * minor refactor for clarity * checkpoint to pull main * use LgeacyDec for withdraws * remove old BigUint to LegacyDec fcns * linting * add test * linting * separate blobstream testnet child contract --------- Co-authored-by: danflo27 <[email protected]> Co-authored-by: akrem <[email protected]> (cherry picked from commit e800173)
brendaloya
approved these changes
Nov 24, 2024
tkernell
added a commit
that referenced
this pull request
Jan 6, 2025
* Bridge testnet (#448) (#449) * reporter module * use legacy dec for tips and commision rates * re-add max commision rate check * chore: mv legacy_dec.go to types/legacy_dec.go * minor refactor for clarity * checkpoint to pull main * use LgeacyDec for withdraws * remove old BigUint to LegacyDec fcns * linting * add test * linting * separate blobstream testnet child contract --------- Co-authored-by: danflo27 <[email protected]> Co-authored-by: akrem <[email protected]> (cherry picked from commit e800173) Co-authored-by: tkernell <[email protected]> * feat: snapshot limit param set by gov (#453) (#455) * add more timestamps for tracking * cleanup after review * snapshot limit * fix tests * lint * remove log (cherry picked from commit 0efe1cc) Co-authored-by: tkernell <[email protected]> * Migrate to audit tag version with upgrade (#459) (#460) * added migration functions to add new fields to bridge keeper. Set upgrade name to match software upgrade plan name * pushing up a change that was missed * made changes to deal with circular import * branch is now building with no circular import errors * removed migrations.go file in keeper and am just importing the v2 migration package into module.go * fixed migration function to use right context * fixed typo * changed format around to desired format * saving changes before branching to old tag to test * rebased from main to hopefully solve some git issues with merge * lint fixes (cherry picked from commit 9129e14) Co-authored-by: CJPotter10 <[email protected]> * Nick ad rs (#461) (#466) * updates * fix (cherry picked from commit 1013652) Co-authored-by: themandalore <[email protected]> * Scripts used for Setup and Testing (#462) (#467) * scripts for setup and testing * formatting * typo * more formatting (cherry picked from commit 2c607ac) Co-authored-by: spuddy <[email protected]> * fix: do not crash daemon with nil querymeta (#463) (#468) (cherry picked from commit 1f84b0c) Co-authored-by: Facundo Medica <[email protected]> * merge (#470) Co-authored-by: akrem <[email protected]> * getter for checking if a reward has been claimed (#474) (#475) (cherry picked from commit e967150) Co-authored-by: akrem <[email protected]> * avoid removing during an iterator walk (#472) (#473) (cherry picked from commit 5a4dbf5) Co-authored-by: akrem <[email protected]> * minor (#478) (#479) (cherry picked from commit ce2705c) Co-authored-by: akrem <[email protected]> * log bridge connection status * bridge report sendtx retry * handle panics * added function to log memory and cpu stats * added the logging of process metrics * changed logs from debug to info * mutex in client * wrap gen tx calls in timeout * gosum * lint fix --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: themandalore <[email protected]> Co-authored-by: spuddy <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: Cjpotter10 <[email protected]>
brendaloya
pushed a commit
that referenced
this pull request
Jan 17, 2025
* Bridge testnet (#448) (#449) * reporter module * use legacy dec for tips and commision rates * re-add max commision rate check * chore: mv legacy_dec.go to types/legacy_dec.go * minor refactor for clarity * checkpoint to pull main * use LgeacyDec for withdraws * remove old BigUint to LegacyDec fcns * linting * add test * linting * separate blobstream testnet child contract --------- Co-authored-by: danflo27 <[email protected]> Co-authored-by: akrem <[email protected]> (cherry picked from commit e800173) Co-authored-by: tkernell <[email protected]> * feat: snapshot limit param set by gov (#453) (#455) * add more timestamps for tracking * cleanup after review * snapshot limit * fix tests * lint * remove log (cherry picked from commit 0efe1cc) Co-authored-by: tkernell <[email protected]> * fix oracle domain separator * add retrieveData function * use ECDSA tryRecover for key malleability prevention * R09 - use solidity 0.8.19 * R08 - import specific contracts * R07 - named mappings * R06 - emit events * R05 - use constants * R04 - remove unused code * L02 - check guardian reset timestamp * L01 - prevent dust amount lost * L03 - getter limit values consider minting --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot
pushed a commit
that referenced
this pull request
Jan 17, 2025
* Bridge testnet (#448) (#449) * reporter module * use legacy dec for tips and commision rates * re-add max commision rate check * chore: mv legacy_dec.go to types/legacy_dec.go * minor refactor for clarity * checkpoint to pull main * use LgeacyDec for withdraws * remove old BigUint to LegacyDec fcns * linting * add test * linting * separate blobstream testnet child contract --------- Co-authored-by: danflo27 <[email protected]> Co-authored-by: akrem <[email protected]> (cherry picked from commit e800173) Co-authored-by: tkernell <[email protected]> * feat: snapshot limit param set by gov (#453) (#455) * add more timestamps for tracking * cleanup after review * snapshot limit * fix tests * lint * remove log (cherry picked from commit 0efe1cc) Co-authored-by: tkernell <[email protected]> * fix oracle domain separator * add retrieveData function * use ECDSA tryRecover for key malleability prevention * R09 - use solidity 0.8.19 * R08 - import specific contracts * R07 - named mappings * R06 - emit events * R05 - use constants * R04 - remove unused code * L02 - check guardian reset timestamp * L01 - prevent dust amount lost * L03 - getter limit values consider minting --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 341a33c)
brendaloya
pushed a commit
that referenced
this pull request
Jan 17, 2025
* Bridge testnet (#448) (#449) * reporter module * use legacy dec for tips and commision rates * re-add max commision rate check * chore: mv legacy_dec.go to types/legacy_dec.go * minor refactor for clarity * checkpoint to pull main * use LgeacyDec for withdraws * remove old BigUint to LegacyDec fcns * linting * add test * linting * separate blobstream testnet child contract --------- Co-authored-by: danflo27 <[email protected]> Co-authored-by: akrem <[email protected]> (cherry picked from commit e800173) Co-authored-by: tkernell <[email protected]> * feat: snapshot limit param set by gov (#453) (#455) * add more timestamps for tracking * cleanup after review * snapshot limit * fix tests * lint * remove log (cherry picked from commit 0efe1cc) Co-authored-by: tkernell <[email protected]> * fix oracle domain separator * add retrieveData function * use ECDSA tryRecover for key malleability prevention * R09 - use solidity 0.8.19 * R08 - import specific contracts * R07 - named mappings * R06 - emit events * R05 - use constants * R04 - remove unused code * L02 - check guardian reset timestamp * L01 - prevent dust amount lost * L03 - getter limit values consider minting --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 341a33c) Co-authored-by: tkernell <[email protected]>
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.
Backport e800173 from #448.