This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
chore: upgrade to beta-4 dependencies #1192
Merged
ra0x3
merged 17 commits into
feature/beta-4-release
from
deekerno/beta-4-dependency-upgrade
Aug 11, 2023
Merged
chore: upgrade to beta-4 dependencies #1192
ra0x3
merged 17 commits into
feature/beta-4-release
from
deekerno/beta-4-dependency-upgrade
Aug 11, 2023
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
deekerno
force-pushed
the
deekerno/beta-4-dependency-upgrade
branch
4 times, most recently
from
August 8, 2023 21:04
09fa7cc
to
f6d39ee
Compare
Closed
deekerno
force-pushed
the
deekerno/beta-4-dependency-upgrade
branch
2 times, most recently
from
August 9, 2023 14:57
dd10c1d
to
1fd5de9
Compare
deekerno
force-pushed
the
deekerno/beta-4-dependency-upgrade
branch
2 times, most recently
from
August 9, 2023 15:04
dd10c1d
to
3b30f68
Compare
deekerno
added
P: High
blocked
This change is currently blocked by a linked issue
and removed
P: Medium
labels
Aug 9, 2023
This PR is currently blocked until |
deekerno
force-pushed
the
deekerno/beta-4-dependency-upgrade
branch
from
August 10, 2023 00:34
d1477a8
to
e03abb1
Compare
ra0x3
reviewed
Aug 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Looks mostly ok thanks for getting to this
- Left some questions
- Also don't forget to update the rustc version in
ci.yml
deekerno
force-pushed
the
deekerno/beta-4-dependency-upgrade
branch
from
August 10, 2023 14:48
03ca935
to
679a488
Compare
deekerno
force-pushed
the
deekerno/beta-4-dependency-upgrade
branch
from
August 10, 2023 16:30
688c9c5
to
e303839
Compare
ra0x3
approved these changes
Aug 11, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Code looks fine, thanks @deekerno
- Merging this into the feature branch so as to not block anything
- We will wait until beta-4.fuel.network is up to test this stuff
- After we manually test that, we can merge feature/beta-4-release into develop
ra0x3
pushed a commit
that referenced
this pull request
Aug 15, 2023
* chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
ra0x3
pushed a commit
that referenced
this pull request
Aug 15, 2023
* chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
deekerno
added a commit
that referenced
this pull request
Aug 15, 2023
* chore: upgrade to beta-4 dependencies (#1192) * chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan> * enhancement: add support for `Mint` and `Burn` receipts (#1259) * ci: optimize and condense E2E tests (#1263) * First pass; combine non-output receipt tests into one * Combine explorer-related tests * Combine tests that hit /ping * Combine receipt tests again * Finish optimization of e2e::indexing_postgres * Remove unused replace-indexer tests from indexing_postgres * Remove outdated, unused test from integration::service * Condense GraphQL API E2E tests * Use get_or_create() in test indexer * Remove IDs checks in E2E tests * Cleanup formatting and folder structure * Move http_client into WebTestComponents * Upgrade Sway version * cargo fmt * Adjust EXPECTED_CONTRACT_ID * Upgrade fuels-rs to v0.45.1 * fix bad cherry-pick * update docs to beta-4 * updates * Bump SDK to v0.46 --------- Co-authored-by: Alexander <alex@deekerno.com> Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
ra0x3
pushed a commit
that referenced
this pull request
Aug 15, 2023
* chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
ra0x3
pushed a commit
that referenced
this pull request
Aug 15, 2023
* chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
ra0x3
pushed a commit
that referenced
this pull request
Aug 16, 2023
* chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
ra0x3
pushed a commit
that referenced
this pull request
Aug 16, 2023
* chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
ra0x3
pushed a commit
that referenced
this pull request
Aug 16, 2023
* chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
ra0x3
pushed a commit
that referenced
this pull request
Aug 16, 2023
* chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
ra0x3
added a commit
that referenced
this pull request
Aug 17, 2023
* chore: upgrade to beta-4 dependencies (#1192) * chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan> * enhancement: add support for `Mint` and `Burn` receipts (#1259) * ci: optimize and condense E2E tests (#1263) * First pass; combine non-output receipt tests into one * Combine explorer-related tests * Combine tests that hit /ping * Combine receipt tests again * Finish optimization of e2e::indexing_postgres * Remove unused replace-indexer tests from indexing_postgres * Remove outdated, unused test from integration::service * Condense GraphQL API E2E tests * Use get_or_create() in test indexer * Remove IDs checks in E2E tests * Cleanup formatting and folder structure * Move http_client into WebTestComponents * Upgrade Sway version * cargo fmt * Adjust EXPECTED_CONTRACT_ID * Upgrade fuels-rs to v0.45.1 * chore: upgrade to beta-4 dependencies (#1192) * chore: upgrade to rust 1.71 * rebase origin/develop * Bump dependencies across workspace * Adjust fuel types in fuel-indexer-types * Remove temp workarounds in indexer macro * Bring in fuel-tx v0.35.3, thank you @xgreenx * Fix most of explorer; optimize data decoding in indexer macro * Clippy fixes * Fix indexing_postgres e2e tests * Manually convert contract IDs in indexer codegen * Fix final type errors * Upgrade fuel-indexer-tests * Add missing fields to client schema * Finish the upgrade...hopefully * Upgrade to fuels-rs v0.45 * ra0x3 feedback * Fix CI failures --------- Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan> * refactor: swap ID from u64 to String * update * stuck on sizedascii serde * updates still pending fuels-rs update * rebase origin/feature/beta-4-release * pending clones * rebase origin/feature/beta-4-release * pending test fixes * fix bad rebase + remove redundant test stuff * pending sdk update * rebase origin/feature/beta-4-release * fix bad merge * rebase origin/develop * fix bad rebase * swap sizedascii to uid * add UID as scalar * updates * rebase origin/develop * get explorer working * fix the tests * rebase origin/develop * update comment * updates * update tests * update tests again * test fixes * add more clarity to schema mismatch * deekerno feedback --------- Co-authored-by: Alexander <alex@deekerno.com> Co-authored-by: Rashad Alston <rashad@Rashads-Air.lan>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Closes #1167.
Description
Upgrades the indexer to beta-4-compatible dependencies.
Testing steps
CI should pass.
As a manual test, run the explorer example and make sure that queries work properly.