Commit Graph

71 Commits

Author SHA1 Message Date
Gaze
806d27fb46 fix: remove wrong incomplete field check 2024-06-08 00:23:51 +07:00
Gaze
7453abec99 fix: remove stop panic 2024-06-07 21:59:02 +07:00
Gaze
0d075c31f8 chore: remove unused util func 2024-06-07 21:48:03 +07:00
Gaze
605ea63167 fix: use decimals for brc20 amounts 2024-06-07 21:37:17 +07:00
Gaze
3fa0a7d975 fix: update migration 2024-06-07 21:20:13 +07:00
Gaze
14142096af feat: update entities for new table columns 2024-06-07 21:17:56 +07:00
Gaze
2bb1bad449 feat: update migrations 2024-06-07 17:27:10 +07:00
Gaze
ccdc4c56ff feat: add brc20 logic 2024-06-07 00:48:31 +07:00
Gaze
f3c6180c17 feat: add more migration and queries 2024-06-06 16:46:25 +07:00
Gaze
ce11033919 fix: use internal query func 2024-06-06 14:04:18 +07:00
Gaze
033dbf7324 fix: inscription transfers primary key add tx_index 2024-06-06 12:55:43 +07:00
Gaze
38c37189fc fix: unique index 2024-06-06 12:09:19 +07:00
Gaze
6d1db50890 fix: rename table 2024-06-05 19:22:12 +07:00
Gaze
0a3800c68a fix: remove transfer count limit 2024-06-05 17:34:49 +07:00
Gaze
cab7d0448e fix: remove pkg errors 2024-06-05 16:12:04 +07:00
Gaze
7c555fe373 fix: get transfers from buffer first 2024-06-05 16:10:54 +07:00
Gaze
a082a35bb6 chore: remove log 2024-05-31 22:52:12 +07:00
Gaze
180ea17284 fix: wrong curse condition 2024-05-31 22:50:30 +07:00
Gaze
fc48ba50b8 fix: remove panic 2024-05-31 20:46:08 +07:00
Gaze
0305762166 fix: incorrect params mapper 2024-05-31 20:44:57 +07:00
Gaze
83b22eb883 feat: implement revert data 2024-05-31 18:49:36 +07:00
Gaze
45f106995a fix: correctly put coinbase at end of block 2024-05-31 14:37:22 +07:00
Gaze
d6c3f90d8c fix: add content to inscription transfers 2024-05-31 12:08:09 +07:00
Gaze
ef575dea85 fix: put coinbase txs at the end of block 2024-05-30 16:03:13 +07:00
Gaze
d70accc80e refactor: move flotsam to entity 2024-05-30 13:08:58 +07:00
Gaze
d8385125c3 fix: insert non-brc20 inscriptions 2024-05-29 18:36:45 +07:00
Gaze
dc44e4bb5c Revert "feat: seed brc20 stats"
This reverts commit 4ae169218f.

# Conflicts:
#	modules/brc20/constants.go
2024-05-29 17:29:05 +07:00
Gaze
f0cb5d651b fix: remove fmt print 2024-05-29 16:28:05 +07:00
Gaze
4ae169218f feat: seed brc20 stats 2024-05-29 16:23:32 +07:00
Gaze
c41da88808 fix: cache outpoint value before returning 2024-05-29 15:40:28 +07:00
Gaze
94b228dd75 fix: check json protocol value 2024-05-29 15:40:20 +07:00
Gaze
518a07e920 fix: change starting block to first ordinals inscription 2024-05-29 15:39:29 +07:00
Gaze
6512f18f94 feat: optimize get outpoint values 2024-05-29 15:19:52 +07:00
Gaze
27161f827d feat: implement migrate 2024-05-29 15:04:05 +07:00
Gaze
db209f68ad fix: optimize processing 2024-05-29 14:43:37 +07:00
Gaze
bb03d439f5 refactor: move processor to main processor 2024-05-28 15:03:51 +07:00
Gaze
71641dd2fb feat: implement brc20 inscription dgs and repos 2024-05-28 14:57:44 +07:00
Gaze
3bb26d012b feat: add inscription processor code 2024-05-27 17:01:56 +07:00
Gaze
bb3c24b472 feat: add base code for brc20 dgs and repos 2024-05-27 14:33:34 +07:00
Gaze
eb65b8dcbc feat: implement envelope tests 2024-05-27 14:33:34 +07:00
Gaze
b3363c7983 feat: implement envelope parsing 2024-05-27 14:33:34 +07:00
Gaze
c8e03e8056 fix: add inscription location table 2024-05-27 14:33:34 +07:00
Gaze
131afac8c2 feat: add base processor code 2024-05-27 14:33:34 +07:00
Gaze
2befd8b124 feat: add brc20 migrations 2024-05-27 14:33:34 +07:00
Gaze
9febf40e81 Merge remote-tracking branch 'origin/main' into develop 2024-05-27 14:33:00 +07:00
Thanee Charattrakool
709b00ec0e build: add Docker cache mound for Go modules (#21)
* build: add cache mount for go modules

* doc(docker): update TZ description

* build: use entrypoint instead cmd exec

* build: add dockerignore

* build: add modules dir to image for migration command

* build: update dockerignore

* doc: fix typo

Co-authored-by: gazenw <163862510+gazenw@users.noreply.github.com>

---------

Co-authored-by: gazenw <163862510+gazenw@users.noreply.github.com>
2024-05-23 17:10:03 +07:00
gazenw
50ae103502 doc: update docker compose example 2024-05-21 14:44:59 +07:00
gazenw
c0242bd555 Update README.md 2024-05-20 18:37:32 +07:00
gazenw
6d4f1d0e87 Release v0.2.0
Release v0.2.0
2024-05-16 14:50:03 +07:00
Gaze
b9fac74026 Merge remote-tracking branch 'origin/main' into develop
# Conflicts:
#	README.md
#	cmd/cmd_run.go
2024-05-16 14:37:37 +07:00