Skip to content

Commit

Permalink
Merge pull request #605 from radixdlt/upgrade-core-api-dependency-to-…
Browse files Browse the repository at this point in the history
…support-protocol-update

Upgrade core api dependency to support protocol update
  • Loading branch information
krzlabrdx authored Jan 10, 2024
2 parents 0362244 + 14724d9 commit 9604a6f
Show file tree
Hide file tree
Showing 27 changed files with 3,596 additions and 233 deletions.
4 changes: 2 additions & 2 deletions deployment/ci.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Git commit version of most recent Node compatible with this Network Gateway (only used in CI/CD environments)
FULLNODE_COMMIT=1b1a2062a2d5cb92b825342746a60d632838e780
FULLNODE_VERSION=sha-1b1a206
FULLNODE_COMMIT=738ce8e871535278d613e5cd1511fef4a562bb43
FULLNODE_VERSION=sha-738ce8e
POSTGRES_VERSION=15.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,5 @@ public IEnumerable<string> GetEntityAddresses()
yield return nonFungibleBalanceChange.EntityAddress;
yield return nonFungibleBalanceChange.ResourceAddress;
}

foreach (var resultantAccountFungibleBalance in ResultantAccountFungibleBalances)
{
yield return resultantAccountFungibleBalance.AccountAddress;

foreach (var resultantBalance in resultantAccountFungibleBalance.ResultantBalances)
{
yield return resultantBalance.ResourceAddress;
}
}
}
}
Loading

0 comments on commit 9604a6f

Please sign in to comment.