Conversation
✅ Deploy Preview for terrasos ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@erikalogie @S4mmyb see testing instructions |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
...ketplace/src/components/organisms/BridgedEcocreditsTable/hooks/useFetchBridgedEcocredits.tsx
Show resolved
Hide resolved
...ketplace/src/components/organisms/BridgedEcocreditsTable/hooks/useFetchBridgedEcocredits.tsx
Outdated
Show resolved
Hide resolved
|
@blushi , one of the accounts I'm testing on is an issuer for USS01 (addr |
as discussed in our 1-1, there were some issues with the indexer last week related to the upgrade, so you can try to remove the issuer and add it back |
|
Timeline events take a long time to load on the post without signing that I was able to create |
this is because you're using an old DAO where members were not allowed to sign data yet OR a DAO created through some other open PR with new permissions settings (hence the error "Message not allowed by filter...", Same for the create batch error. |
d5eb2d6 to
d05a911
Compare
Yes I know, this is because now we need to search for other types of msgs (since signing can be done through cosmwasm too now) so the query takes longer, especially when there's no signing event since we need to go through all potential events. Ideally, we would index signatures in our indexer to improve speed, I can create a follow-up issue and let's discuss prioritization with @S4mmyb |
this works for me, could you open the dev tools console and see if any error gets displayed there as soon as you hit the next button, you can also look up for any errors in the network tab, if there's a request (possibly in red) appearing as soon as you hit the next button, share the "payload" and "preview" tabs for this request |
BTW in order to test this, you do not actually necessarily need to do it through a DAO @erikalogie @S4mmyb |
|
Great, all of this worked for me! |
That's the follow up issue https://regennetwork.atlassian.net/browse/APP-852
|




Description
PR on regen-js for proto related changes: regen-network/regen-js#94
I have already tagged a new release to speed things up that I use in this PR.
https://regennetwork.atlassian.net/browse/APP-836
Also fixes some issues creating credit batches and on chain projects https://regennetwork.atlassian.net/browse/APP-846 and https://regennetwork.atlassian.net/browse/APP-843, we were relying on
rawLogwithin thedeliverTxResponseto get new project/batch id butrawLogis now deprecated > cosmos-sdk 0.50 and is empty, now usingeventsinstead.Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
How to test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...