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

[Backport release/v2.x] Bridge testnet #449

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Backport e800173 from #448.

* 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 brendaloya merged commit 36db34f into release/v2.x Nov 24, 2024
@brendaloya brendaloya deleted the backport-448-to-release/v2.x branch November 24, 2024 15:09
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants