Skip to content

Commit

Permalink
Feat/support event db mgr (#584)
Browse files Browse the repository at this point in the history
* feat: add doc store

* feat: add index

* test: add index test case

* fix: update the error report

* feat: upgrade version

* fix: revert the key and case

* feat: add delete event db

* fix: revert evm key

* fix: fix the meta and reconnect bug

* feat: update docker release cd

* feat: update the readme

* feat: update release

* fix:update the cd config

* feat: add make
  • Loading branch information
imotai committed Jul 27, 2023
1 parent ae80078 commit aa8ef28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_release_cd.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
test -e ${ROOT_DIR}/metadata/artifacts/contracts/libraries/Events.sol/Events.json && cp -f ${ROOT_DIR}/metadata/artifacts/contracts/libraries/Events.sol/Events.json ${ROOT_DIR}/abi/
cd ${ROOT_DIR} && cargo build --release
cp ${ROOT_DIR}/target/release/db3 ${ROOT_DIR}/docker/
cd ${ROOT_DIR}/sdk && yarn && yarn build && yarn link
cd ${ROOT_DIR}/sdk && yarn && make && yarn build && yarn link
cd ${ROOT_DIR}/thirdparty/data-manager && yarn && yarn link db3.js && yarn build && mv -f dist ${ROOT_DIR}/docker/pages
- name: docker login
uses: docker/login-action@v1
Expand Down

0 comments on commit aa8ef28

Please sign in to comment.