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!: upgrade to iota_sdk:2.0 #1297

Draft
wants to merge 77 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
2c7896d
starting upgrade
Nov 2, 2023
164a3b6
adapt model
Nov 2, 2023
5f6377e
Update mongodb
Nov 6, 2023
74ea00f
more errors
Nov 6, 2023
a32eab7
fix up inx worker
Nov 6, 2023
def5196
patch up the api
Nov 7, 2023
e4243a3
so close
Nov 7, 2023
308f33b
cleanup
Nov 7, 2023
3ddda79
remove most model types
Nov 7, 2023
cca5e41
clean up indexer
Nov 7, 2023
06d3414
more cleanup
Nov 8, 2023
ad021f2
move stuff around and rework raw
Nov 8, 2023
2b4d544
rename
Nov 8, 2023
39e838e
remove excess collections
Nov 8, 2023
ff2d7c3
Refactor analytics context
Nov 8, 2023
afdc5d7
clippy, docs, udeps
Nov 8, 2023
4dd61ea
fix some tests
Nov 8, 2023
b449f0b
fmt toml
Nov 8, 2023
5b7cdb7
update sdk
Nov 9, 2023
e3c9d9d
Update axum to 0.6
Nov 9, 2023
76d0fd9
cleanup and add parents table
Nov 14, 2023
ebe4b52
insert parents
Nov 14, 2023
bf84f47
remove unclaimed tokens analytic
Nov 14, 2023
5a8262a
update sdk
Nov 15, 2023
a5d2730
update sdk
Nov 28, 2023
69d5051
fix metadata field
Nov 30, 2023
81f8ba3
update chronicle dashboard
Nov 30, 2023
1057cee
update analytics dashboard
Nov 30, 2023
22067ac
Add more block analytics and fix timestamp
Nov 30, 2023
edd38df
update inx and sdk
Dec 5, 2023
d4e138b
update dependencies
Feb 1, 2024
5a54d7b
update balance query and some other missing functionality
Feb 5, 2024
6fdabe6
rename balance field
Feb 5, 2024
1a9db2e
better balance calculation
Feb 5, 2024
0f6d537
more better
Feb 5, 2024
c6ec7a4
Add mana to balance
Feb 5, 2024
0afb59f
add generation amount
Feb 5, 2024
84e091c
fix transaction metadata conversion
Feb 6, 2024
fc06497
fix timestamp conversion and start index
Feb 6, 2024
fe7c2da
update dependencies and fix INX checks
Feb 15, 2024
2e25952
First round of updates for influx measurements. Split address activit…
Feb 21, 2024
6352a19
Merge branch 'main' into 2.0
Feb 22, 2024
09f68e9
Merge branch 'main' into 2.0
Feb 22, 2024
b96ccb5
fix messed up merge
Feb 26, 2024
547aed0
skip the genesis slot
Feb 26, 2024
553f54f
fix address serialization in queries
Feb 26, 2024
0e241e2
use RMC from slot commitment
Feb 27, 2024
ceae6c0
fix features analytics
Feb 28, 2024
20ec8f0
add delegated amount
Feb 28, 2024
437fbd1
add undecayed stored mana to balance
Feb 28, 2024
5fc8c22
Update SDK. Implement output full route and add some commented stub r…
Feb 28, 2024
e07404b
use database for tracking address balance and only return latest anal…
Feb 28, 2024
7752b05
fmt
Feb 29, 2024
83e7295
Add candidates collection and fix address balances. Update analytics …
Mar 1, 2024
db2e122
update SDK
Mar 4, 2024
e6de09f
fix output query
Mar 4, 2024
9ba5592
more query fixes
Mar 4, 2024
c5ef64e
update slot check
Mar 5, 2024
a302ebe
do not count validation blocks as no payload
Mar 7, 2024
c6dcb11
Update dependencies
Mar 8, 2024
66a3414
clippy
Mar 11, 2024
96f00fc
fix some db indexes
Mar 13, 2024
43ec81b
fix address balance analytic
Mar 15, 2024
925d142
remove poi
Mar 20, 2024
8115acb
delete zero balances
Mar 21, 2024
1982985
Ensure transactions are finalized so outputs are available in the led…
Alex6323 Apr 23, 2024
57ba866
fix blocks by slot index sorting
Apr 24, 2024
8bfbe5d
Fix failing CI and diable integration test CI
May 6, 2024
5012bd8
update MSRV to 1.70 and update dependencies
May 6, 2024
18b69fd
fix: `commitments/by-index/:index/blocks` route should return only fi…
Alex6323 May 6, 2024
ce85c16
chore(2.0): release `v1.0.0 beta.1` (#1386)
May 7, 2024
4a0ff69
fix: check commitment id (#1388)
Alex6323 May 8, 2024
98d2f37
fix(inx): wait for slots to be finalized in INX (#1395)
May 14, 2024
cb915d6
chore(2.0): release `v1.0.0-beta.2` (#1396)
May 14, 2024
2d2e51b
fix release action
May 14, 2024
00e8d88
use a regex pattern instead
May 14, 2024
31f09cc
undo package name change
May 14, 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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
uses: ./.github/workflows/_check.yml
with: { os: ubuntu-latest, rust: stable }

test-int:
name: "integration tests"
uses: ./.github/workflows/_test_int.yml
with: { os: ubuntu-latest, rust: stable, mongodb: "6.0" }
# test-int:
# name: "integration tests"
# uses: ./.github/workflows/_test_int.yml
# with: { os: ubuntu-latest, rust: stable, mongodb: "6.0" }

format:
uses: ./.github/workflows/_fmt.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ghcr.io/iotaledger/inx-chronicle
tags: type=semver,pattern={{version}}
tags: type=match,pattern=nova-v(.*),group=1

- name: Login to GitHub container registry
uses: docker/login-action@v1
Expand Down
856 changes: 5 additions & 851 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading
Loading