Skip to content

Commit

Permalink
rename canvas hash to canvas msg id, add embedded canvas app, sign an…
Browse files Browse the repository at this point in the history
…d verify comments, threads, commentReactions, threadReactions, request the latest clock when signing actions, fix substrate login

fix tests

clean up types and call signatures

lint fixes

fix merge conflicts

lint fixes, formatting fixes
  • Loading branch information
raykyri committed Aug 15, 2024
1 parent f3f9dc8 commit 757bfa7
Show file tree
Hide file tree
Showing 90 changed files with 15,188 additions and 9,595 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
ETH_ALCHEMY_API_KEY: ${{ secrets.ETH_ALCHEMY_API_KEY }}
ENTITIES_URL: ${{ secrets.ENTITIES_URL }}
GITHUB_BASE_REF: ${{ github.base_ref }}
POSTGRES_FEDERATION_DB_URL: postgresql://commonwealth:edgeware@localhost/common_test

on:
pull_request:
Expand Down Expand Up @@ -484,5 +485,3 @@ jobs:
with:
parallel-finished: true
carryforward: "cosmos-devnet-test-coverage"


2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
**/eth/types
**/eth/artifacts
**/.eslintrc.js

pnpm-lock.yaml
1 change: 0 additions & 1 deletion .slugignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
knowledge_base
packages/canvas-node
Loading

0 comments on commit 757bfa7

Please sign in to comment.