Skip to content

Commit 411ecf5

Browse files
authored
Feat/support event db mgr (#585)
* 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 * feat: add shot
1 parent aa8ef28 commit 411ecf5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ DB3 Network is a Lightweight, *Permanent* JSON document database for Web3. It is
2323

2424
# Have a try
2525

26+
<img width="1200" src="./docs/images/986shots_so.jpg" align="center">
27+
2628
## Set up self-hosted Node
2729

2830
**1. Start docker container**

docs/images/986shots_so.jpg

318 KB
Loading

sdk/tests/client_v2.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ describe('test db3.js client module', () => {
6363
async function createTestClient() {
6464
const db3_account = createRandomAccount()
6565
const client = createClient(
66-
'http://127.0.0.1:26619',
66+
//'http://127.0.0.1:26619',
67+
'https://testnet.db3.network:26100',
6768
'http://127.0.0.1:26639',
6869
db3_account
6970
)

0 commit comments

Comments
 (0)