Skip to content
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

V2 endpoints #37

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cbfd08f
Basic feature implementation
LINCKODE Apr 18, 2024
82b2688
Implemented threshold feature and configuration option.
LINCKODE Apr 19, 2024
e629278
Add traefik healthcheck configuration
LINCKODE Apr 19, 2024
42dd874
Update to support go-qubic-nodes.
LINCKODE Apr 29, 2024
cb48024
Update docker compose files.
LINCKODE Apr 30, 2024
56d91fa
Add missing defer close for max tick request
LINCKODE Apr 30, 2024
c55664c
modified getLatestTick handler to use chain max tick instead of lastP…
0xluk May 1, 2024
46323b8
added store chain digest computation
0xluk May 6, 2024
b973543
added rpc to get store hash
0xluk May 6, 2024
5d5b4c6
added target tick store chain
0xluk May 6, 2024
137b588
added loggers for debug store
0xluk May 6, 2024
6ce3b11
sorted validTx digests for store digest computation
0xluk May 6, 2024
e4b0564
removed loggers
0xluk May 6, 2024
47d53f9
removed moneyFlew filter from tx status transactions
0xluk May 7, 2024
55a941a
added logic to return moneyFlew false for transaction status with mon…
0xluk May 7, 2024
3cfd171
fixed wrong tx status store key
0xluk May 7, 2024
7791be8
Documentation update (#26)
0xluk May 9, 2024
dba0839
Cors configuration (#27)
0xluk May 9, 2024
35e788b
Update and fix dev.docker-compose.yml.
LINCKODE May 13, 2024
a94e304
Docker release workflow
LINCKODE May 13, 2024
f7147e2
Merge pull request #30 from qubic/release
LINCKODE May 13, 2024
34828df
No longer check if archiver is ahead of network in healthcheck.
LINCKODE May 13, 2024
e936484
Update connector version.
LINCKODE May 27, 2024
98d1b7f
Implement endpoint for transaction with additional data.
LINCKODE Jun 17, 2024
9e86847
Implement endpoints for tick transactions with additional info.
LINCKODE Jun 17, 2024
608f2dc
Implement endpoints for send many transaction with additional info.
LINCKODE Jun 19, 2024
6b28a2a
Implement most of v2 endpoints
LINCKODE Jul 1, 2024
df33ed2
Implement endpoints for send many transaction with additional info.
LINCKODE Jun 19, 2024
42d7841
Implement most of v2 endpoints
LINCKODE Jul 1, 2024
24ea860
Merge remote-tracking branch 'origin/v2-endpoints' into v2-endpoints
LINCKODE Jul 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
- "--providers.docker.exposedbydefault=false"
- "--entrypoints.web.address=:80"
ports:
- "80:80"
- "8009:80"
- "127.0.0.1:8081:8080"
depends_on:
- "qubic-archiver"
Expand Down
Loading
Loading