Commit Graph

83 Commits

Author SHA1 Message Date
Gaze
8110434e18 fix: concat hex-encoded hashes instead 2024-06-10 01:52:24 +07:00
Gaze
3603248485 fix: start cumulative hash with first event hash 2024-06-10 01:45:17 +07:00
Gaze
2c5a6076ff feat: add flush brc20 states 2024-06-10 00:14:28 +07:00
Gaze
05d7fecf69 feat: add event hash logic 2024-06-10 00:09:18 +07:00
Gaze
49eff4f3ba refactor: separate brc20 processing logic to smaller funcs 2024-06-09 23:40:36 +07:00
Gaze
e4d41cc7a4 feat: skip non-brc20 transfers 2024-06-09 17:00:01 +07:00
Gaze
b45dfd066a fix: remove debug logs 2024-06-09 16:41:58 +07:00
Gaze
2ae5b0835d feat: process brc20 states 2024-06-09 16:29:00 +07:00
Gaze
132dcde715 fix: transfer order 2024-06-09 16:28:42 +07:00
Gaze
4228730a34 fix: inscription logic 2024-06-09 16:17:58 +07:00
Gaze
f3ff5ecb7d fix: bug transfer inscription in same block as inscribe 2024-06-09 15:30:27 +07:00
Gaze
99bdf49f02 feat: brc20 indexing logic 2024-06-09 14:49:13 +07:00
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