Gaze
11d64b09d5
Merge branch 'main' into develop
2024-11-22 14:22:19 +07:00
Gaze
0cb66232ef
feat: add bip322 pkg
v0.7.1
2024-11-22 14:22:07 +07:00
gazenw
4074548b3e
Merge pull request #74 from gaze-network/develop
...
Release 0.7.0
v0.7.0
2024-10-31 14:18:59 +07:00
gazenw
c5c9a7bdeb
feat: add get Runes info batch api ( #73 )
...
* fix: make existing handlers use new total holders usecase
* fix: error msg
* feat: add get token info batch
* feat: add includeHoldersCount in get tokens api
* refactor: extract response mapping
* fix: rename new field and add holdersCount to extend
* fix: query params array
* fix: error msg
* fix: struct tags
* fix: remove error
* feat: add default value to additional fields
2024-10-31 14:14:58 +07:00
gazenw
58334dd3e4
Merge pull request #72 from gaze-network/develop
...
feat: add etching tx hash for runes info api
v0.6.1
2024-10-26 20:56:01 +07:00
Gaze
cffe378beb
feat: add etching tx hash for runes info api
2024-10-25 16:22:24 +07:00
gazenw
9a7ee49228
Merge pull request #71 from gaze-network/develop
...
Release v0.6.0
v0.6.0
2024-10-17 14:35:19 +07:00
gazenw
9739f61067
feat: implement batch insert using multirow inserts ( #70 )
...
* feat: add new batch inserts
* fix: migration
* fix: add casting to unnest with patch
* fix: add UTC() to timestamp mappers
* chore: unused imports
* chore: remove unnecessary comments
2024-10-17 14:34:04 +07:00
gazenw
f1267b387e
Merge pull request #69 from gaze-network/develop
...
Release v0.5.6
v0.5.6
2024-10-15 17:59:34 +07:00
gazenw
8883c24c77
fix: only call VerifyStates if not api only ( #68 )
2024-10-15 17:58:51 +07:00
gazenw
e9ce8df01a
Merge pull request #67 from gaze-network/develop
...
Release v0.5.5
v0.5.5
2024-10-11 14:25:05 +07:00
Gaze
3ff73a99f8
Merge branch 'main' into develop
2024-10-11 14:24:36 +07:00
gazenw
96afdfd255
fix: order get ongoing tokens by mint transactions ( #66 )
2024-10-11 14:23:31 +07:00
gazenw
c49e39be97
feat: optimize flush speed for Runes ( #65 )
...
* feat: switch to batchexec for faster inserts
* feat: add time taken log
* feat: add process time log
* feat: add event logs
2024-10-11 14:21:26 +07:00
Gaze
12985ae432
feat: remove conns timeout
v0.5.4
2024-10-08 01:14:24 +07:00
Gaze
2d51e52b83
feat: support to config
v0.5.3
2024-10-08 01:12:49 +07:00
Gaze
618220d0cb
feat: support high httpclient conns
v0.5.2
2024-10-08 00:44:24 +07:00
gazenw
6004744721
Merge pull request #64 from gaze-network/develop
...
Release v0.5.1
v0.5.1
2024-10-07 21:18:11 +07:00
gazenw
90ed7bc350
fix: update sql ( #63 )
2024-10-07 21:17:16 +07:00
gazenw
7a0fe84e40
Merge pull request #62 from gaze-network/develop
...
Release v0.5.0
v0.5.0
2024-10-06 23:52:10 +07:00
gazenw
f1d4651042
feat(runes): add Get Transaction by hash api ( #39 )
...
* feat: implement pagination on get balance, get holders
* feat: paginate get transactions
* fix: remove debug
* feat: implement pagination in get utxos
* feat: sort response in get holders
* feat: cap batch query
* feat: add default limits to all endpoints
* chore: rename endpoint funcs
* fix: parse rune name spacers
* feat(runes): get tx by hash api
* fix: error
* refactor: use map to collect rune ids
---------
Co-authored-by: Gaze <gazenw@users.noreply.github.com >
2024-10-06 23:50:13 +07:00
gazenw
5f4f50a9e5
Merge pull request #61 from gaze-network/develop
...
Release v0.4.7
v0.4.7
2024-10-06 21:00:57 +07:00
gazenw
32c3c5c1d4
fix: correctly insert etchedAt in rune entry ( #60 )
2024-10-06 20:55:38 +07:00
Gaze
2a572e6d1e
fix: migration
2024-10-06 20:29:25 +07:00
Gaze
aa25a6882b
Merge remote-tracking branch 'origin/main' into develop
2024-10-06 20:06:06 +07:00
gazenw
6182c63150
Merge pull request #59 from gaze-network/develop
...
Release v0.4.5
v0.4.6
2024-10-06 19:59:35 +07:00
gazenw
e1f8eaa3e1
fix: unescape query id ( #58 )
2024-10-06 19:59:06 +07:00
gazenw
107836ae39
feat(runes): add Get Tokens API ( #38 )
...
* feat: implement pagination on get balance, get holders
* feat: paginate get transactions
* fix: remove debug
* feat: implement pagination in get utxos
* feat: sort response in get holders
* feat: cap batch query
* feat: add default limits to all endpoints
* chore: rename endpoint funcs
* fix: parse rune name spacers
* feat(runes): add get token list api
* fix(runes): use distinct to get token list
* feat: remove unused code
* fix: count holders distinct pkscript
* feat: implement additional scopes
* chore: comments
* feat: implement search
* refactor: switch to use paginationRequest
* refactor: rename get token list to get tokens
* fix: count total holders by rune ids
* fix: rename file
* fix: rename minting to ongoing
* fix: get ongoing check rune is mintable
* chore: disable gosec g115
* fix: pr
---------
Co-authored-by: Gaze <gazenw@users.noreply.github.com >
2024-10-06 19:30:57 +07:00
Gaze
1bd84b0154
fix: bump sqlc verify action version to 1.27.0
2024-10-06 15:41:10 +07:00
Gaze
de26a4c21d
feat(errs): add retryable error
v0.4.5
2024-10-06 11:12:51 +07:00
Gaze
1dc57d74e0
Merge remote-tracking branch 'origin/main' into develop
2024-10-05 01:38:34 +07:00
gazenw
7c0e28d8ea
Merge pull request #57 from gaze-network/develop
...
Release 0.4.4
v0.4.4
2024-10-05 01:37:50 +07:00
gazenw
754fd1e997
fix: only check for chain reorg if current block has hash ( #56 )
...
* fix: only check for chain reorg if current block has hash
* fix: remove starting block hash
* fix: don't use starting block hash
2024-10-05 01:35:04 +07:00
Gaze
66f03f7107
feat: allow custom sigHashType when signing
2024-10-04 23:05:48 +07:00
gazenw
7a863987ec
Merge pull request #55 from gaze-network/develop
...
Release v0.4.3
v0.4.3
2024-10-04 13:23:30 +07:00
gazenw
f9c6ef8dfd
fix: add different genesis runes config for each network ( #54 )
...
* fix: add different genesis runes config for each network
* fix: use slogx.Stringer
* refactor: remove unused value
2024-10-04 13:22:53 +07:00
gazenw
22a32468ef
Merge pull request #53 from gaze-network/develop
...
Release v0.4.2
v0.4.2
2024-10-03 18:26:32 +07:00
gazenw
b1d9f4f574
feat: add fractal support for runes ( #52 )
...
* feat: add fractal support for runes
* chore: remove common.HalvingInterval
* fix: update starting block height
* refactor: move network-genesis-rune definition to constants
* fix: use logger.Panic() instead of panic()
* fix: golangci-lint
* fix: missing return
2024-10-03 18:25:13 +07:00
Gaze
6a5ba528a8
Merge branch 'main' into develop
2024-10-02 20:28:42 +07:00
Nut Pinyo
6484887710
feat: add dust limit util ( #51 )
...
* feat: add dust limit util
* fix: use int64 instead
2024-10-02 15:08:29 +07:00
Gaze
9a1382fb9f
feat: add fee estimation util
2024-09-06 22:56:57 +07:00
Gaze
3d5f3b414c
feat: add sign tx util functions
2024-09-06 21:58:02 +07:00
gazenw
6e8a846c27
Merge pull request #50 from gaze-network/develop
...
Release v0.4.1
v0.4.1
2024-08-30 16:18:40 +07:00
gazenw
8b690c4f7f
fix: add decimals field in runes get holders ( #49 )
2024-08-30 16:17:57 +07:00
Ň𝑒𝕣ⒻẸ𝔻
cc37807ff9
Turkish translation ( #46 )
...
* Move Turkish translation of README.md to docs/ directory
* Add Turkish translation of README.md with last updated date and community translation notice
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
---------
Co-authored-by: gazenw <163862510+gazenw@users.noreply.github.com >
2024-08-30 16:15:14 +07:00
gazenw
9ab16d21e1
Merge pull request #48 from gaze-network/develop
...
Release v0.4.1
2024-08-28 23:49:15 +07:00
gazenw
32fec89914
Merge pull request #47 from gaze-network/feat/fractal-network-support
...
feat: add fractal network constant
2024-08-28 23:48:17 +07:00
Gaze
0131de6717
feat: add network support for fractal
2024-08-28 23:34:54 +07:00
gazenw
206eb65ee7
Merge pull request #44 from gaze-network/develop
...
Release v0.4.0
v0.4.0
2024-08-13 17:31:16 +07:00
gazenw
fa810b0aed
feat: add get utxo by tx hash and output idx for Runes ( #42 )
...
* feat: add handler
* feat: add get transaction
* feat: add get utxos output
* refactor: function parameter
* feat: add check utxo not found
* feat: add sats to get utxo output api
* feat: add utxo sats entity
* feat: add get utxos output batch
* feat: handle error
* fix: context
* fix: sqlc queries
* fix: remove unused code
* fix: comment
* fix: check utxo not found error
* refactor: add some space
* fix: comment
* fix: use public field
2024-08-13 17:20:46 +07:00