-
Notifications
You must be signed in to change notification settings - Fork 52
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
Develop #427
Merged
Merged
Develop #427
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
* Bugfix hooks while working on helium-wallet * Use id for debug
* add better logging to integrity-check * fix configs example * typo * Fix build errors
* Whitespace to prompt build * tweak webhook error * Feature/refactor account postgres sink (#339) * refactor in progress * WIP * fixes in place * revert config file * move fastify-metrics to plugin * Support modular governance side-by-side with realms (#327) * Fix claim rewards * Unpin mpl (#305) * Unpin mpl * Fix claim rewards * Fix build * v0.2.10 * fix audit findings * add test * clippy * undo cpi change * fix test * add check * add utility script for generating add gateway txs * Tracking hotspot onboarding fees and active status on-chain (#299) * contract changes * delete old code * fixes + tests * restrict pda signer * fix security issue * fix tests * macros * Actions for checking docker and rust builds succeed (#319) * add docker and rust build actions * debug * fix * docker setup * try * try latest ubuntu * add more tests and fix ecc verifier build * fix more broken builds * rm * fix (#318) * Audit fixes (#317) * Audit fixes * Use saturating sub * clippy --------- Co-authored-by: ThornM9 <[email protected]> * Fix resize * Upgrade helium-crypto (#316) * Upgrade helium-crypto * Review feedback, crypto bump * wip * jsonParsed instead of JsonParsed on webhooks * Improve react hooks (#315) * Improve react hooks * CR comments * rm unknown clippy * Revert "rm unknown clippy" This reverts commit 9f5326e. * v0.2.11 * Fix pg sink compile * fix account webhooks * Rm log * more WIP * Remove migration verification, all hotspots migrated (#322) * WIP * WIP fix ts * Finish supporting mod gov * Fix weight bug * Fix use vote hook * add back temp mobile discriminator fix * Revert "add back temp mobile discriminator fix" This reverts commit 86e9c43. * add endpoint to pay for mobile onboarding fees (#314) * add endpoint to pay for mobile onboarding fees * mark as temp * review comments * add test --------- Co-authored-by: Noah Prince <[email protected]> * Add script and endpoint to update metadata (#324) * Add script and endpoint to update metadata * fmt * Fix voting hooks * Fix cargo lock * Fix clippy * Fix ts * Fix clippy and test * Build fix --------- Co-authored-by: ThornM9 <[email protected]> Co-authored-by: ThornM9 <[email protected]> Co-authored-by: Marc Nijdam <[email protected]> Co-authored-by: Bryan <[email protected]> * pass proper accounts * Enable large RSA keys with keyToAsset creator on all new assets, and v1 endpoint. (#337) * Fix claim rewards * Unpin mpl (#305) * Unpin mpl * Fix claim rewards * Fix build * v0.2.10 * fix audit findings * add test * clippy * undo cpi change * fix test * add check * add utility script for generating add gateway txs * Tracking hotspot onboarding fees and active status on-chain (#299) * contract changes * delete old code * fixes + tests * restrict pda signer * fix security issue * fix tests * macros * Actions for checking docker and rust builds succeed (#319) * add docker and rust build actions * debug * fix * docker setup * try * try latest ubuntu * add more tests and fix ecc verifier build * fix more broken builds * rm * fix (#318) * Audit fixes (#317) * Audit fixes * Use saturating sub * clippy --------- Co-authored-by: ThornM9 <[email protected]> * Fix resize * Upgrade helium-crypto (#316) * Upgrade helium-crypto * Review feedback, crypto bump * jsonParsed instead of JsonParsed on webhooks * Improve react hooks (#315) * Improve react hooks * CR comments * rm unknown clippy * Revert "rm unknown clippy" This reverts commit 9f5326e. * v0.2.11 * Fix pg sink compile * fix account webhooks * Rm log * Remove migration verification, all hotspots migrated (#322) * add back temp mobile discriminator fix * Revert "add back temp mobile discriminator fix" This reverts commit 86e9c43. * add endpoint to pay for mobile onboarding fees (#314) * add endpoint to pay for mobile onboarding fees * mark as temp * review comments * add test --------- Co-authored-by: Noah Prince <[email protected]> * Add script and endpoint to update metadata (#324) * Add script and endpoint to update metadata * fmt * trigger hsd build * Backfill mobile onboarding info (#320) * add backfill for onboarding fees * snapshot * lint --------- Co-authored-by: Noah Prince <[email protected]> * Add separate data only script (#333) * add script * rm unnecessary imports * integrity check and metric (#332) * integrity check and metric * integrity checking and updating * update configs file * fix typo and duplicate fns * Clippy fix * Remove mpl-bubblegum and account-compression dependencies, replace wi… (#331) * Remove mpl-bubblegum and account-compression dependencies, replace with anchor-gen * Cargo fmt * fix registering plugins (#335) * fix registering plugins * Add type to integrityMetric * wrap all in async * Remove fastify-plugin * return array instead of null * Fix types * Fix issues in account-post-gres-sink * WIP * WIP * Tests pass. Correct going forward. Still need backfill * Fix distributor oracle tests * Remove mpl-bubblegum and account-compression dependencies, replace with anchor-gen * Cargo fmt * Add key to asset as second creator to all fut NFTs. Use with priority on oracle * Fix metadata service * Rm needless log * Merge with master * Appease clippy * Review comments * Fix build --------- Co-authored-by: ThornM9 <[email protected]> Co-authored-by: ThornM9 <[email protected]> Co-authored-by: Marc Nijdam <[email protected]> Co-authored-by: Bryan <[email protected]> * v0.2.14 * Fix builds * Fix sol owned amount * bump ver * alter only needed models (#344) * alter only needed models * account for all columns * Adding script (#325) * adding script * wip * Fixes to distribute iot operations fund * conflicts resolved * revert files to develop * More efficient account fetch cache (#353) * v0.2.16 * remove bubblegum dependency * fix bunch of dependency issues, refactor, make compatible for wallet-rs * add blocking version of claim rewards * throw errs * use transaction for accountWebhook * move where we inc the metric * Bugfix hooks while working on helium-wallet (#358) * Bugfix hooks while working on helium-wallet * Use id for debug * v0.2.17 * Fix devnet deploy * Fix missed add * Whitespace change and fix detect programs devnet * Whitespace change and fix detect programs devnet * Whitespace change and fix detect programs devnet * remove program deps --------- Co-authored-by: bry <[email protected]> Co-authored-by: Noah Prince <[email protected]> Co-authored-by: Marc Nijdam <[email protected]> Co-authored-by: Chewing Glass <[email protected]>
* add get assets to spl-utils * Fix return
* contract changes * delete old code * fixes + tests * restrict pda signer * fix security issue * fix tests * Fix claim rewards * Unpin mpl (#305) * Unpin mpl * Fix claim rewards * Fix build * v0.2.10 * fix audit findings * add test * clippy * undo cpi change * fix test * add check * add utility script for generating add gateway txs * macros * Tracking hotspot onboarding fees and active status on-chain (#299) * contract changes * delete old code * fixes + tests * restrict pda signer * fix security issue * fix tests * macros * copy dao.rs to hpl-utils * add active hotspot oracle * add docker info * polish * Actions for checking docker and rust builds succeed (#319) * add docker and rust build actions * debug * fix * docker setup * try * try latest ubuntu * add more tests and fix ecc verifier build * fix more broken builds * rm * fix (#318) * Audit fixes (#317) * Audit fixes * Use saturating sub * clippy --------- Co-authored-by: ThornM9 <[email protected]> * Fix resize * Upgrade helium-crypto (#316) * Upgrade helium-crypto * Review feedback, crypto bump * jsonParsed instead of JsonParsed on webhooks * Improve react hooks (#315) * Improve react hooks * CR comments * rm unknown clippy * Revert "rm unknown clippy" This reverts commit 9f5326e. * v0.2.11 * Fix pg sink compile * fix account webhooks * Rm log * update to gold table + misc improvements * update ix * fix * s3 auth and docker changes * log deserialization errors but don't exit * add validity checker * reorg to save unnecessary query when checking validity * Remove mpl-bubblegum and account-compression dependencies, replace with anchor-gen * fixes * rename hotspot to gateway in table * rm debug * add utility script for generating add gateway txs * Tracking hotspot onboarding fees and active status on-chain (#299) * contract changes * delete old code * fixes + tests * restrict pda signer * fix security issue * fix tests * macros * Actions for checking docker and rust builds succeed (#319) * add docker and rust build actions * debug * fix * docker setup * try * try latest ubuntu * add more tests and fix ecc verifier build * fix more broken builds * rm * fix (#318) * Upgrade helium-crypto (#316) * Upgrade helium-crypto * Review feedback, crypto bump * jsonParsed instead of JsonParsed on webhooks * Improve react hooks (#315) * Improve react hooks * CR comments * rm unknown clippy * Revert "rm unknown clippy" This reverts commit 9f5326e. * v0.2.11 * Fix pg sink compile * fix account webhooks * Rm log * Remove migration verification, all hotspots migrated (#322) * add back temp mobile discriminator fix * Revert "add back temp mobile discriminator fix" This reverts commit 86e9c43. * add endpoint to pay for mobile onboarding fees (#314) * add endpoint to pay for mobile onboarding fees * mark as temp * review comments * add test --------- Co-authored-by: Noah Prince <[email protected]> * Add script and endpoint to update metadata (#324) * Add script and endpoint to update metadata * fmt * trigger hsd build * Backfill mobile onboarding info (#320) * add backfill for onboarding fees * snapshot * lint --------- Co-authored-by: Noah Prince <[email protected]> * Add separate data only script (#333) * add script * rm unnecessary imports * integrity check and metric (#332) * integrity check and metric * integrity checking and updating * update configs file * fix typo and duplicate fns * Clippy fix * Remove mpl-bubblegum and account-compression dependencies, replace wi… (#331) * Remove mpl-bubblegum and account-compression dependencies, replace with anchor-gen * Cargo fmt * fix registering plugins (#335) * fix registering plugins * Add type to integrityMetric * wrap all in async * Remove fastify-plugin * return array instead of null * Fix types * Fix issues in account-post-gres-sink * remove async logic * use proper webhook parse * CI/CD fixes (#334) * Fix claim rewards * Unpin mpl (#305) * Unpin mpl * Fix claim rewards * Fix build * v0.2.10 * fix audit findings * add test * clippy * undo cpi change * fix test * add check * add utility script for generating add gateway txs * Tracking hotspot onboarding fees and active status on-chain (#299) * contract changes * delete old code * fixes + tests * restrict pda signer * fix security issue * fix tests * macros * Actions for checking docker and rust builds succeed (#319) * add docker and rust build actions * debug * fix * docker setup * try * try latest ubuntu * add more tests and fix ecc verifier build * fix more broken builds * rm * fix (#318) * Audit fixes (#317) * Audit fixes * Use saturating sub * clippy --------- Co-authored-by: ThornM9 <[email protected]> * Fix resize * Upgrade helium-crypto (#316) * Upgrade helium-crypto * Review feedback, crypto bump * jsonParsed instead of JsonParsed on webhooks * Improve react hooks (#315) * Improve react hooks * CR comments * rm unknown clippy * Revert "rm unknown clippy" This reverts commit 9f5326e. * v0.2.11 * Fix pg sink compile * fix account webhooks * Rm log * Remove migration verification, all hotspots migrated (#322) * add back temp mobile discriminator fix * Revert "add back temp mobile discriminator fix" This reverts commit 86e9c43. * add endpoint to pay for mobile onboarding fees (#314) * add endpoint to pay for mobile onboarding fees * mark as temp * review comments * add test --------- Co-authored-by: Noah Prince <[email protected]> * Add script and endpoint to update metadata (#324) * Add script and endpoint to update metadata * fmt * trigger hsd build * Backfill mobile onboarding info (#320) * add backfill for onboarding fees * snapshot * lint --------- Co-authored-by: Noah Prince <[email protected]> * Add separate data only script (#333) * add script * rm unnecessary imports * integrity check and metric (#332) * integrity check and metric * integrity checking and updating * update configs file * fix typo and duplicate fns * Clippy fix * Remove mpl-bubblegum and account-compression dependencies, replace wi… (#331) * Remove mpl-bubblegum and account-compression dependencies, replace with anchor-gen * Cargo fmt * fix registering plugins (#335) * fix registering plugins * Add type to integrityMetric * wrap all in async * Remove fastify-plugin * return array instead of null * Fix types * Fix issues in account-post-gres-sink * remove async logic * add more docker build tests * move shared-utils * fix broken dockers --------- Co-authored-by: Chewing Glass <[email protected]> Co-authored-by: Noah Prince <[email protected]> Co-authored-by: Marc Nijdam <[email protected]> Co-authored-by: Bryan <[email protected]> * Whitespace to prompt build * tweak webhook error * process one hotspot type at a time * Rm unused * Bug fixes * Fix to new schema with mobile support * Fix build --------- Co-authored-by: Chewing Glass <[email protected]> Co-authored-by: Noah Prince <[email protected]> Co-authored-by: Marc Nijdam <[email protected]> Co-authored-by: Bryan <[email protected]>
This reverts commit d454646.
* Fix account fetch searchMultiple * Fix * Fix * Fix publish * Fix test
…oracle in utility 'A' score (#411) * chore(release): publish 0.3.2 * WIP * Use dc onboarding fees paid from sub dao * Upgrade to Solana 1.16, anchor 28 Use sub_dao dc onboarding fees paid for A score Remove switchboard active device oracle * Allow clippy deprecated for metaplex with compression * Clippy * Upgrade metaplex lib * Fix tests * Fix test * Fix test * Add exit flag
* make hnt-to-rent-service work with jupiter * Update packages/hnt-to-rent-service/src/jupiter.ts Co-authored-by: Noah Prince <[email protected]> * key as any * yarn install * hnt-to-rent => tokens-to-rent --------- Co-authored-by: Noah Prince <[email protected]>
* Make fees configurable per device type for mobile subdao * Fix tests * Fix clippy * Fix tests
* chore(release): publish 0.3.2 * WIP * Use dc onboarding fees paid from sub dao * Upgrade to Solana 1.16, anchor 28 Use sub_dao dc onboarding fees paid for A score Remove switchboard active device oracle * Allow clippy deprecated for metaplex with compression * Clippy * Upgrade metaplex lib * Fix tests * Fix test * Fix test * Add exit flag * feat(#412) Add mobile maker staking * Add update * Fix * Fix tests
* dont swollow errors * change error message
* check errors * check error codes * remove unused * remove unused * add back epoch and targetTs log * ensureHSDIdl
bryzettler
approved these changes
Sep 28, 2023
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.