-
Notifications
You must be signed in to change notification settings - Fork 8
Logistic Regression MVP #2
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
Open
arihantbansal
wants to merge
20
commits into
main
Choose a base branch
from
ml-example
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
9e34093
mvp
arihantbansal 5fd9bed
rename
arihantbansal e62344e
wip
arihantbansal 1c5c258
wip
arihantbansal 877a641
fix: review
arihantbansal 3a5aec4
Update predictor/Anchor.toml
arihantbansal 4234c5c
fix: update tooling version
arihantbansal 1c7103d
minor fix
arihantbansal e9a9820
feat: update version & fix bugs
arihantbansal b29f229
Merge branch 'main' into ml-example
arihantbansal a20aca8
update to v0.1.41
arihantbansal 7d9f3c1
update to v0.1.42
arihantbansal d4b3915
Merge branch 'main' into ml-example
arihantbansal 7cfc60b
Merge branch 'main' into ml-example
arihantbansal 0eb6a68
Merge branch 'main' into ml-example
arihantbansal 3eec30d
Merge branch 'main' into ml-example
arihantbansal 90b05a8
Merge branch 'main' into ml-example
arihantbansal bac098a
Merge branch 'ml-example' of github.com:arcium-hq/examples into ml-ex…
arihantbansal 3706a59
wip
arihantbansal 16ba3c4
remove older example
arihantbansal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| [registries.arcium] | ||
| index = "sparse+https://crates.arcium.com/api/v1/crates/" | ||
| credential-provider = ["cargo:token"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| [registry.arcium] | ||
| token = "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| .anchor | ||
| .DS_Store | ||
| target | ||
| **/*.rs.bk | ||
| node_modules | ||
| test-ledger | ||
| .yarn | ||
| confidential-ixs/arcis_temp_target | ||
| confidential-ixs/build | ||
| confidential-ixs/src/main.rs | ||
| artifacts/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| .anchor | ||
| .DS_Store | ||
| target | ||
| node_modules | ||
| dist | ||
| build | ||
| test-ledger |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,121 @@ | ||
| [toolchain] | ||
|
|
||
| [features] | ||
| resolution = true | ||
| skip-lint = false | ||
|
|
||
| [programs.localnet] | ||
| predictor = "GUDuZTaMjdTJtsHqhBBhcsMDpa5jWRHBDzj5QtB6FL4j" | ||
|
|
||
| [registry] | ||
| url = "https://api.apr.dev" | ||
|
|
||
| [provider] | ||
| cluster = "Localnet" | ||
| wallet = "~/.config/solana/id.json" | ||
|
|
||
| [scripts] | ||
| test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts" | ||
|
|
||
| [test] | ||
| startup_wait = 5000 | ||
| shutdown_wait = 2000 | ||
| upgradeable = false | ||
|
|
||
| [[test.genesis]] | ||
| address = "CQWpCq6BtFGNovpXrrZWtx7jNWz2XKX6yUneKu7rPZbs" | ||
| program = "artifacts/arcium_program_0.1.32.so" | ||
|
|
||
| [test.validator] | ||
| bind_address = "0.0.0.0" | ||
| ledger = ".anchor/test-ledger" | ||
| rpc_port = 8899 | ||
|
|
||
|
|
||
| [[test.validator.account]] | ||
| address = "VWNZDN2cTXLxJCHecGWRvY5qPHJus1eAVtkAEDNb9iH" | ||
| filename = "artifacts/arcium_clock.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "AXih6FLA9s3L5ro73kVKFz9dyYarA1a4hLE7gNqcoKuZ" | ||
| filename = "artifacts/arcium_pool.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "67caFht6JPaJzkgbT8EJ8rd7efSVVc65dnNJgvQckwNW" | ||
| filename = "artifacts/arcium_pool_ata.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "AhUd37AYGTbMupvFKe2SJ2esXr6pipikkHcvfycknYjx" | ||
| filename = "artifacts/wallet_acc_AhUd_nYjx.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "BoVUVSJAhob2cvM5z4JZTdS6VWRSznh3bbzQD1TFjvDP" | ||
| filename = "artifacts/arx_mint_AhUd_nYjx.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "8xH98sDxDZTSR9qjynm8btcsY1GhZ8XJbrUaYK9aYyAb" | ||
| filename = "artifacts/arx_ata_user_AhUd_nYjx.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "Fd6vKKNb9f2MopiETNfHgQwqWXsKGzQ583etrJtxSUwM" | ||
| filename = "artifacts/primary_stake_acc_AhUd_nYjx.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "Cj1xrn7SjjpXmzxp9KqB2vcytUdPDTgckDNX8hVgw7NK" | ||
| filename = "artifacts/stake_queue_acc_AhUd_nYjx.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "5MqNYwB4wLuMAC8dYh7HkhSujrXF7ZL3TFQQQzWEdk1R" | ||
| filename = "artifacts/operator_acc_AhUd_nYjx.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "7KfGNFoEjWBv3giYW8ZhmJYxZMpDQ8N5VurQV98KAPym" | ||
| filename = "artifacts/arx_node_AhUd_nYjx.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "ariZN4ANYnFyfnF12mmUuCchjawFXnepyrWdEQakFtP" | ||
| filename = "artifacts/wallet_acc_ariZ_kFtP.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "BoVUVSJAhob2cvM5z4JZTdS6VWRSznh3bbzQD1TFjvDP" | ||
| filename = "artifacts/arx_mint_ariZ_kFtP.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "79hykNQMNeXvcpYDM2buEz1kGNnFBgnGvKPTyTUnCAEj" | ||
| filename = "artifacts/arx_ata_user_ariZ_kFtP.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "DFgcMv2v6Pofp4efstBgBGUP241B1pHftsEoSVgf1X6b" | ||
| filename = "artifacts/primary_stake_acc_ariZ_kFtP.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "G79scK4hrtbacLwtnUsYbhFcbW6R1jxk3GwLDQnVud8f" | ||
| filename = "artifacts/stake_queue_acc_ariZ_kFtP.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "4AXAddC82khUkcEpwVDmdvZ1qgQQqai7DU3NT3fHivkc" | ||
| filename = "artifacts/operator_acc_ariZ_kFtP.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "6kQZs3uTZy42aV1wjDTPKST1DJRWjeY3VayyoaRDZYnj" | ||
| filename = "artifacts/arx_node_ariZ_kFtP.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "EP5C8AfUNTdP1m41gik4oZzFGRud8ES3e3o2CHmqYtqs" | ||
| filename = "artifacts/cluster_acc_0.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "JDYAoE4mWfutBijovjDnw3Vjur7rqoQXdAVJs8UiSWxC" | ||
| filename = "artifacts/predict_proba_raw_circuit_0.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "F7jnTm6hWXNW6PNSoiSj2i9kfd2XukLFVfaJfabAN966" | ||
| filename = "artifacts/mxe_acc.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "GRno8b2iog9TcGJGhnHQxpG6wXAxT9n9Q7aDhCNxfAg3" | ||
| filename = "artifacts/mempool_acc.json" | ||
|
|
||
| [[test.validator.account]] | ||
| address = "E85ECj19b4UgvJzDQCVTQG7aq4yF7nDRaZVgTAZi6kJD" | ||
| filename = "artifacts/executing_pool_acc.json" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [localnet] | ||
| # this generates all accounts needed to run a node | ||
| # nodes corresponds to the number as u32 of nodes in the network | ||
| nodes = 1 | ||
| # each nested array represents a cluster of nodes | ||
| # index of the array corresponds to the cluster index | ||
| # the u32s in each nested array corresponds to the node offset in that given cluster | ||
| clusters = [ | ||
| [0] | ||
| ] | ||
|
|
||
| # number of seconds to wait for the DA server to come online | ||
| da_server_timeout_secs = 10 |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.