-
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
Chore: Claim Deposits in Batches #318
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
facundomedica
approved these changes
Sep 4, 2024
github-actions bot
pushed a commit
that referenced
this pull request
Sep 4, 2024
* add batch claim deposits * remove old claimdeposit msg (cherry picked from commit cdc0e4f)
brendaloya
pushed a commit
that referenced
this pull request
Sep 4, 2024
* add batch claim deposits * remove old claimdeposit msg (cherry picked from commit cdc0e4f) Co-authored-by: tkernell <[email protected]>
akremstudy
added a commit
that referenced
this pull request
Sep 5, 2024
* bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]>
brendaloya
added a commit
that referenced
this pull request
Sep 6, 2024
* optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * update upgrade name --------- Co-authored-by: Dan F <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Sep 6, 2024
* optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * update upgrade name --------- Co-authored-by: Dan F <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> (cherry picked from commit 5b5af2a)
brendaloya
pushed a commit
that referenced
this pull request
Sep 6, 2024
* optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * update upgrade name --------- Co-authored-by: Dan F <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> (cherry picked from commit 5b5af2a) Co-authored-by: akrem <[email protected]>
brendaloya
added a commit
that referenced
this pull request
Sep 6, 2024
* optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * emit withdraw_id in withdraw tokens msg * limit external attestation requests * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * update upgrade name --------- Co-authored-by: akrem <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Sep 6, 2024
* optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * emit withdraw_id in withdraw tokens msg * limit external attestation requests * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * update upgrade name --------- Co-authored-by: akrem <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> (cherry picked from commit 3b1b11a)
brendaloya
pushed a commit
that referenced
this pull request
Sep 6, 2024
* optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * emit withdraw_id in withdraw tokens msg * limit external attestation requests * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * update upgrade name --------- Co-authored-by: akrem <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> (cherry picked from commit 3b1b11a) Co-authored-by: tkernell <[email protected]>
CJPotter10
added a commit
that referenced
this pull request
Sep 6, 2024
* Chore: Delete PNG for merge #313 (#314) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix * fix: release tag in header (#246) * playground tbr minting (#248) * stake update expiration getter (#249) * feat: Any rpc (#254) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size * fix: marshal empty vote extensions (#256) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint * chore: modify team address during v0.2.0 upgrade (#261) * fix: correct preblocker (#264) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker * fix: Rollback upgrade to relaunch (#267) * new token bridge contract (#269) * fix: Reporter daemon dynamic chainid (#272) * new token bridge contract * dynamic reporter daemon chain id * hardcoded chain id (#275) * feat: re add MsgCreateValidator check in ante (#271) * chore: ADRs and white paper updates (#278) * adrs and wp update * link fix * added some graphics to adrs * Query data event (#282) * new token bridge contract * emit querydata in new report event * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod * add globalfee (#283) * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) * add claim deposit tip to ADR 2001- trb bridge structure * spelling * Add selector tips query getter (#290) * update TellorLayer - Tech.pdf (#293) * Update version and set min fee (#295) * Update version and add fee param * err handle * Add module to upgrade handler (#297) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * test: extend_vote.go (#300) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * fix: remove unnecessary SetParams in upgrade handler (#299) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler * fix!: Upgrade SDK and IAVL (#307) * upgrade things * add upgrade handler * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) --------- Co-authored-by: Facundo <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: spuddy <[email protected]> Co-authored-by: Cjpotter10 <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * added pic for adr2001 (#316) (#317) (cherry picked from commit e30ebe06450d8ee717df3226d9c98ff479288cd2) Co-authored-by: brendaloya <[email protected]> * Chore: Claim Deposits in Batches (#318) (#319) * add batch claim deposits * remove old claimdeposit msg (cherry picked from commit cdc0e4ff2ef34666e76a9309ebf25e50bdd18015) Co-authored-by: tkernell <[email protected]> * upgrade name change (#320) (#321) (cherry picked from commit 3de930a64b0a6a77988f634b32647a9ac66e0f14) Co-authored-by: tkernell <[email protected]> * optimize reporter daemon (#281) (#325) * optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * update upgrade name --------- Co-authored-by: Dan F <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> (cherry picked from commit 5b5af2ab1e33ff6efec31c591f91bae24bed0aee) Co-authored-by: akrem <[email protected]> * updated upgradeName to match the new tag * delete duplicate --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: Facundo <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: spuddy <[email protected]> Co-authored-by: Cjpotter10 <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
CJPotter10
added a commit
that referenced
this pull request
Sep 7, 2024
* Chore: Delete PNG for merge #313 (#314) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix * fix: release tag in header (#246) * playground tbr minting (#248) * stake update expiration getter (#249) * feat: Any rpc (#254) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size * fix: marshal empty vote extensions (#256) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint * chore: modify team address during v0.2.0 upgrade (#261) * fix: correct preblocker (#264) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker * fix: Rollback upgrade to relaunch (#267) * new token bridge contract (#269) * fix: Reporter daemon dynamic chainid (#272) * new token bridge contract * dynamic reporter daemon chain id * hardcoded chain id (#275) * feat: re add MsgCreateValidator check in ante (#271) * chore: ADRs and white paper updates (#278) * adrs and wp update * link fix * added some graphics to adrs * Query data event (#282) * new token bridge contract * emit querydata in new report event * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod * add globalfee (#283) * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) * add claim deposit tip to ADR 2001- trb bridge structure * spelling * Add selector tips query getter (#290) * update TellorLayer - Tech.pdf (#293) * Update version and set min fee (#295) * Update version and add fee param * err handle * Add module to upgrade handler (#297) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * test: extend_vote.go (#300) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * fix: remove unnecessary SetParams in upgrade handler (#299) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler * fix!: Upgrade SDK and IAVL (#307) * upgrade things * add upgrade handler * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) --------- Co-authored-by: Facundo <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: spuddy <[email protected]> Co-authored-by: Cjpotter10 <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * added pic for adr2001 (#316) (#317) (cherry picked from commit e30ebe06450d8ee717df3226d9c98ff479288cd2) Co-authored-by: brendaloya <[email protected]> * Chore: Claim Deposits in Batches (#318) (#319) * add batch claim deposits * remove old claimdeposit msg (cherry picked from commit cdc0e4ff2ef34666e76a9309ebf25e50bdd18015) Co-authored-by: tkernell <[email protected]> * upgrade name change (#320) (#321) (cherry picked from commit 3de930a64b0a6a77988f634b32647a9ac66e0f14) Co-authored-by: tkernell <[email protected]> * optimize reporter daemon (#281) (#325) * optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * update upgrade name --------- Co-authored-by: Dan F <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> (cherry picked from commit 5b5af2ab1e33ff6efec31c591f91bae24bed0aee) Co-authored-by: akrem <[email protected]> * feat: withdraw_id in event & limit attest requests (#324) (#326) * optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * emit withdraw_id in withdraw tokens msg * limit external attestation requests * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f738ddee7958893c8a0498df509ed67058) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa0c931506f39c264edc846f744ca5f2824) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e42014c5abcded1ac7f2dd82e88099eaeb130) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c84aa6150ddb55d149201346609786806fc) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c886b6550ba30c67ef6e673e4ab7f13970) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f47205758efde1d9c8919cb02822d21335ca97) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938009ba2c32491c29d88d0e5a4b20f9e80c) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cfd37cee831a55037b285857b3cefa45ac9) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c92adc718683473c12e1de25cb0cf26c1e) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba7057e6858968828f61fcf42645a1d1b449d) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a97e3bbc3f1fc77179f8dc7b337810712bd) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f5665986a82837af06b9bc6f55898100db99) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0f2786d51d425a88a6e3f5bf90ad0921d1) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd1dec6221472c05d7fc5235352eb11eb39) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133ce79ef201c7dd82de2d137a4dbb4a832c) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec44634c67684f5a7d81064929443d08add2) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20a858678ade483a01fbb919a13227ad6d2) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49d5a692b342fcaea599fa00c7033ebf468) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c7717145ae1bf68cf531b2240e306c100b) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee5533633d6f73a84161f4083a3d907862a6d4e2) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c3524932efea1b5ed7f15016ead5cca210640) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d2cb6d64387431281dba56ca0ad91e87e0) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa437426c79bd23da4f612568c29362e8beca4d0) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783d972afee257b9306c7412390804f82b9a) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611270e9b0e208c986245f7b6e6e5845d158) Co-authored-by: tkernell <[email protected]> * fix: Reporter d…
brendaloya
added a commit
that referenced
this pull request
Sep 10, 2024
* optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * emit withdraw_id in withdraw tokens msg * limit external attestation requests * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * fix weird vote ext test behavior * linting --------- Co-authored-by: akrem <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Sep 10, 2024
* optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * emit withdraw_id in withdraw tokens msg * limit external attestation requests * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * fix weird vote ext test behavior * linting --------- Co-authored-by: akrem <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> (cherry picked from commit 4c82a75)
brendaloya
pushed a commit
that referenced
this pull request
Sep 10, 2024
* optimize reporter daemon * linting * add external message pool * increase the time to commit report * add migration handling * refaction migrateStore method * add test * test: basic_reporting_test.go fix (#306) * fix basic_reporting_test.go * linting * fix tests * lint * cleanup * add query tips getter * lint * use Dec instead Int for reward calculation * switch queryId field to query_data in QueryMeta * emit withdraw_id in withdraw tokens msg * limit external attestation requests * test: rest of unit tests for each module (#323) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * test: rest of extend_vote.go tests (#309) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * chore: Add tips for token bridge deposits (#304) * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * update token bridge contract addr --------- Co-authored-by: brendaloya <[email protected]> * registry coverage and linting * Chore: Fix Merge Conflicts from TokenBridge tips PR (#311) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Chore: Delete PNG for merge (#313) * bring changes from main to release (#244) * progress * progress * progress * adr1009 * add getters to x/reporter * edit md * Add test * chore: Add backport + release + changelog * fix * fix * fix --------- Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> * fix: release tag in header (#246) (#247) (cherry picked from commit 1113ec4) Co-authored-by: Facundo Medica <[email protected]> * playground tbr minting (#248) (#250) (cherry picked from commit 8eeed20) Co-authored-by: tkernell <[email protected]> * stake update expiration getter (#249) (#251) (cherry picked from commit 3d8af49) Co-authored-by: tkernell <[email protected]> * feat: Any rpc (#254) (#257) * change to any rpc url * remove test function * remove test file * remove space * change suggested stake size (cherry picked from commit 41bbd2c) Co-authored-by: spuddy <[email protected]> * fix: marshal empty vote extensions (#256) (#258) * changed pipe command on start command to produce two output files. One filtered with just the failed tx info and the other one being all the logs * changed around pipe command to deal with syntax error * getting it work without outputting logs to terminal * created a pipe and a bash script combo that reads in lines of the log file as they come in and filters out to write only failed transactions to the second log file * successfully started a chain locally and captured filtered logs into a second file now going to try and run it on aws * better extend vote marshalling * more voteext error handling --------- Co-authored-by: Cjpotter10 <[email protected]> (cherry picked from commit ee55336) Co-authored-by: tkernell <[email protected]> * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255) (#259) * chore: add upgrade handler v2 + reenable ante for MsgCreateValidator * small lint (cherry picked from commit a24c352) Co-authored-by: Facundo Medica <[email protected]> * chore: modify team address during v0.2.0 upgrade (#261) (#262) (cherry picked from commit bebb87d) Co-authored-by: Facundo Medica <[email protected]> * fix: correct preblocker (#264) (#266) * fix: correct preblocker * fix: correct preblocker * fix: correct preblocker (cherry picked from commit fa43742) Co-authored-by: Facundo Medica <[email protected]> * fix: Rollback upgrade to relaunch (#267) (#268) (cherry picked from commit 7bc0783) Co-authored-by: Facundo Medica <[email protected]> * new token bridge contract (#269) (#270) (cherry picked from commit 547d611) Co-authored-by: tkernell <[email protected]> * fix: Reporter daemon dynamic chainid (#272) (#274) * new token bridge contract * dynamic reporter daemon chain id (cherry picked from commit 483d46f) Co-authored-by: tkernell <[email protected]> * hardcoded chain id (#275) (#276) (cherry picked from commit 2da00fa) Co-authored-by: CJPotter10 <[email protected]> * feat: re add MsgCreateValidator check in ante (#271) (#277) (cherry picked from commit 7e8e420) Co-authored-by: Facundo Medica <[email protected]> * chore: ADRs and white paper updates (#278) (#279) * adrs and wp update * link fix * added some graphics to adrs (cherry picked from commit a32d3c8) Co-authored-by: brendaloya <[email protected]> * test: ante.go / extend_vote.go / proposal_handler.go tests (#285) (#286) * vote ext suite setup * linting * suite problems * linting * voteext keyring testing * app test suites * proposal handler tests * process proposal rejected * process proposal accepted test * tests * remove printlns * revert back to main go.mod (cherry picked from commit b720c7c) Co-authored-by: Dan F <[email protected]> * add globalfee (#283) (#287) (cherry picked from commit 86f4720) Co-authored-by: akrem <[email protected]> * chore: add claim deposit tip to ADR 2001- trb bridge structure (#288) (#289) * add claim deposit tip to ADR 2001- trb bridge structure * spelling (cherry picked from commit bc59938) Co-authored-by: brendaloya <[email protected]> * Add selector tips query getter (#290) (#291) (cherry picked from commit c4761cf) Co-authored-by: akrem <[email protected]> * update TellorLayer - Tech.pdf (#293) (#294) (cherry picked from commit b3eba3c) Co-authored-by: brendaloya <[email protected]> * Update version and set min fee (#295) (#296) * Update version and add fee param * err handle (cherry picked from commit 43cba70) Co-authored-by: akrem <[email protected]> * Add module to upgrade handler (#297) (#298) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag (cherry picked from commit a63d0a9) Co-authored-by: akrem <[email protected]> * test: extend_vote.go (#300) (#301) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests (cherry picked from commit de41f56) Co-authored-by: Dan F <[email protected]> * use claim deposit power threshold at time of aggregate * tests * add tip param to bridge deposit * add claimDeposit tip * add tip param to tokenbridge daemon * fix: remove unnecessary SetParams in upgrade handler (#299) (#302) * Update version and add fee param * err handle * add module to store upgrade struct * edit tag * remove setparams from upgrage handler (cherry picked from commit f8640a0) Co-authored-by: akrem <[email protected]> * tests * lint * use blobstream interface for tokenbridge * zero token bridge withdrawal tip * withdraw tip * fix!: Upgrade SDK and IAVL (#307) (#308) * upgrade things * add upgrade handler (cherry picked from commit 7dc72cd) Co-authored-by: Facundo Medica <[email protected]> * separate withdraw limit * use amount for mintToOracle * add separate withdraw limit and deposit min * lint * updated adr2001 pic * rename limit update interval const * bridge pause withdraw * check state on withdraw * bridge valset staleness check * test * cleanup * test pause withdraw * test update * update evm test readme * test: rest of extend_vote.go tests (#309) (#310) * ExtendVoteHandler test cases * linting * ExtendVoteHandler tests * linting * vote ext keyring tests * GetOperatorAddress cases * linting * mocks and patches cleanup * linting * linting * remove printlns, linting, fix TestCheckAndSignValidatorCheckpoint (cherry picked from commit f4ac133) Co-authored-by: Dan F <[email protected]> * update token bridge contract addr * tmp delete png --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: Dan F <[email protected]> Co-authored-by: akrem <[email protected]> * Update client.go (#315) * added pic for adr2001 (#316) * Chore: Claim Deposits in Batches (#318) * add batch claim deposits * remove old claimdeposit msg * upgrade name change (#320) * linting * . * fix tests from merge * oracle/token_bridge_deposit.go tests * reporter module tests * bridge module tests --------- Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: akrem <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> * fix weird vote ext test behavior * linting --------- Co-authored-by: akrem <[email protected]> Co-authored-by: tkernell <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: brendaloya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: spuddy <[email protected]> Co-authored-by: CJPotter10 <[email protected]> Co-authored-by: akrem <[email protected]> (cherry picked from commit 4c82a75) Co-authored-by: Dan F <[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.
No description provided.