Skip to content

Feat/675 on chain ouis devaddrs #972

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
wants to merge 43 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
6b001b0
Rename tables to temp and update read sql
bryzettler Sep 11, 2024
9ea6c12
gitignore
bryzettler Sep 12, 2024
a250645
rm migrations for clean db slate
bryzettler Sep 12, 2024
d36b034
Reads refactored and working
bryzettler Sep 12, 2024
707f31e
cargo
bryzettler Nov 8, 2024
83e6966
remove unused update_payer and opt for not defaulting locked
bryzettler Sep 17, 2024
351a0c1
conflicts
bryzettler Nov 8, 2024
04f6a73
conflicts
bryzettler Nov 8, 2024
9c49421
conflicts
bryzettler Nov 8, 2024
d068ff6
fix lock file
bryzettler Nov 8, 2024
12bc361
cargo build
bryzettler Nov 8, 2024
9afae96
remove legacy code
bryzettler Nov 20, 2024
eb95520
Added migation for payer => escrow_key and swaped out all instances o…
bryzettler Nov 22, 2024
dd34010
escrow_key logic change and tests pasting for iot_config
bryzettler Dec 3, 2024
c9b28b8
add test table migrations and trigger
bryzettler Dec 3, 2024
d09ae0e
update migration timestamp
bryzettler Dec 3, 2024
73b6212
add triggers to solana_organization table
bryzettler Dec 3, 2024
24affd2
update DevAddrEuiValidator logic
bryzettler Dec 4, 2024
531a64e
Fix toggling of locked
bryzettler Dec 4, 2024
4aeb2c2
pass payer as string for escrow_key
bryzettler Dec 6, 2024
72eb9cd
remove cargo patches
bryzettler Dec 6, 2024
f04628d
self review
bryzettler Dec 6, 2024
a4dc309
clippy
bryzettler Dec 6, 2024
34637ae
pr feedback
bryzettler Dec 10, 2024
ec61111
use V2 of org proto
bryzettler Dec 11, 2024
54e8ee5
update from helium-lib pr feedback
bryzettler Dec 20, 2024
2ae7e0a
fix tests
bryzettler Jan 15, 2025
704e051
unpatch crate
bryzettler Jan 17, 2025
2a461ef
Merge branch 'main' into feat/675-on-chain-ouis-devaddrs
bryzettler Feb 26, 2025
6fb7a40
Merge branch 'main' into feat/675-on-chain-ouis-devaddrs
bryzettler Feb 27, 2025
6343dec
payer => escrow_key
bryzettler Feb 27, 2025
76d7945
wip moving from solana Pubkey to helium_crypto::PublicKeyBinary
bryzettler Feb 27, 2025
3d6893c
Merge branch 'main' into feat/675-on-chain-ouis-devaddrs
bryzettler Mar 14, 2025
ed1dd82
payer => escrow_key and go back to PublicKeyBinary
bryzettler Mar 17, 2025
6a74356
add logic for keeping delegate cache upto date
bryzettler Mar 18, 2025
6a09a41
working with other packages
bryzettler Mar 21, 2025
bc7fb50
comment out patches
bryzettler Mar 21, 2025
6e8dd0f
Fix rebase issue
bryzettler Apr 15, 2025
d0f08e1
address pr comments
bryzettler Apr 15, 2025
fce6459
pr feedback
bryzettler Apr 17, 2025
d359fa6
tweaks
bryzettler Apr 17, 2025
c82c674
remove settings.toml
bryzettler Apr 17, 2025
4dd01e1
Merge branch 'main' into feat/675-on-chain-ouis-devaddrs
bryzettler Apr 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ flamegraph.*

!/minio/bucket-policy.json
*.bak
*settings.toml
Loading
Loading