Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/675 on chain ouis devaddrs #909

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 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
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