-
Notifications
You must be signed in to change notification settings - Fork 63
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
Stargate #2613
Conversation
… into feature/queries
Update oracle contracts for cosmwasm v0.14
Stargate CosmPy update
Codecov Report
@@ Coverage Diff @@
## develop #2613 +/- ##
===========================================
+ Coverage 99.82% 99.89% +0.06%
===========================================
Files 511 520 +9
Lines 35206 35682 +476
===========================================
+ Hits 35146 35645 +499
+ Misses 60 37 -23
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -35,6 +35,6 @@ type: connection | |||
config: | |||
ledger_apis: | |||
fetchai: | |||
address: https://rest-beaconworld.fetch.ai:443 |
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.
I'll check on this, but I believe that Stargateworld does not have a random beacon, in which case this agent and skill would not work.
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 good
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.
The idea was that the switch to stargate finally resolves the test failures. However, I observe quite a few and it is harder to see now where they come from. I suggest @solarw has a look to address them so that we have a green test run before we merge.
We have addressed all Stargate related failures. There is none in this PR. |
This PR adds Stargate support for fetchai ledger.
Types of changes
What types of changes does your code introduce to agents-aea?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply.develop
branch (left side). Also you should start your branch off ourdevelop
.