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

next: v4 release tracker #48

Merged
merged 65 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
5c74a31
feat: EnableRequestsStats replaces CollectRequestsStats
mkungla Feb 25, 2024
95e8c74
feat!: upgrade to v4 and min go1.22
mkungla Feb 25, 2024
453fefc
fix: update default DefaultOrigin
mkungla Feb 26, 2024
f2fb1b7
ci: update github actions config
mkungla Feb 26, 2024
f468c2f
ci: init v2 github actions
mkungla Feb 27, 2024
00a4051
feat: replace LibraryVersion with Version() to get library version
mkungla Feb 27, 2024
5d4832b
test: disable obsolete tests
mkungla Feb 27, 2024
c9f8a7c
chore: update file headers
mkungla Feb 27, 2024
8a85363
feat: update v1 address_Assets schema
mkungla Mar 8, 2024
dbba179
feat: add GetCredentialUTxOs and GetAddressUTxOs
mkungla Mar 9, 2024
8725e41
feat: add GetPolicyAssetList
mkungla Mar 10, 2024
d41fcda
feat: add GetAssetTokenRegistry for asset_token_registry endpoint
mkungla Mar 29, 2024
79519bd
fix: update GetAssetInfo to return list pased on provided args
mkungla Mar 29, 2024
4baa1eb
feat: add GetAssetUTxOs to call asset_utxos endpoint
mkungla Mar 29, 2024
5afcb85
fix: update GetAssetHistory method to match new api
mkungla Mar 29, 2024
0ba0734
feat: implement GetAssetNftAddress for asset_nft_address endpoint
mkungla Mar 29, 2024
cb29335
feat: implement GetAssetPolicyAddresses for policy_asset_addresses en…
mkungla Mar 29, 2024
d1753e4
fix: update GetPolicyAssetInfo response
mkungla Mar 29, 2024
d7259c0
fix: update asset summary request
mkungla Mar 29, 2024
77947b7
feat: implement http client timeout option
mkungla Mar 29, 2024
2f7bd4c
fix: deprecate asset_policy_info and asset_address_list
mkungla Mar 29, 2024
9c640e5
fix: deprecate /asset_address_list
mkungla Mar 29, 2024
3ace998
fix: update GetAssetTxs
mkungla Mar 29, 2024
2689d90
fix: update GetBlocks
mkungla Mar 29, 2024
204dd4f
fix: update GetBlocksTxs response
mkungla Mar 29, 2024
22ef091
fix: update GetEpochInfo
mkungla Mar 29, 2024
bc047c6
fix: update EpochParams CostModels
mkungla Mar 30, 2024
fd7f11a
fix: update GetEpochBlockProtocols remove pointer to EpochNo
mkungla Mar 30, 2024
163cae1
fix: enhance PoolListItem and GetPoolList
mkungla Mar 30, 2024
6c819bc
fix: update PoolInfo sigma decimal
mkungla Mar 30, 2024
601c046
fix: rename GetPoolSnapshot to GetPoolStakeSnapshot
mkungla Mar 30, 2024
37778d1
fix: update GetPoolDelegatorsHistory
mkungla Mar 30, 2024
6b108dc
fix: update GetPoolBlocks
mkungla Mar 30, 2024
817a245
feat: add MemberRewards to PoolHistory response
mkungla Mar 30, 2024
b0cb594
fix: update GetPoolUpdates
mkungla Mar 30, 2024
59b0c9c
feat: implement GetPoolRegistrations
mkungla Mar 30, 2024
84e341b
feat: implement GetPoolRetirements
mkungla Mar 30, 2024
73d5512
fix: update PoolRelays
mkungla Mar 30, 2024
4940130
sfix: update GetPoolMetadata
mkungla Mar 30, 2024
38224d4
sfeat: implement GetScriptInfo
mkungla Mar 30, 2024
daebb23
sfix: update NativeScript
mkungla Mar 30, 2024
2511488
sfix: update PlutusScriptListItem
mkungla Mar 30, 2024
54d4bad
sfix: update ScriptRedeemer
mkungla Mar 30, 2024
e955378
feat: imlplement GetScriptUtxos
mkungla Mar 30, 2024
ddf8c43
sfix: add missing DatumInfo fields
mkungla Mar 30, 2024
ab87d6b
chore: rename account -> stake_account
mkungla Mar 30, 2024
3b8636b
sfix: update GetAccountList
mkungla Mar 30, 2024
923bfd1
sfeat: update GetAccountInfo and GetAccountInfoCached
mkungla Mar 30, 2024
2fc79c6
sfeat: implement GetAccountUtxos
mkungla Mar 30, 2024
32c98cf
sfeat: implement GetAccountTxs
mkungla Mar 30, 2024
f2a0a53
sfix: update GetAccountRewards
mkungla Mar 30, 2024
74064fd
sfix: update GetAccountUpdates
mkungla Mar 30, 2024
6db99c7
fix: update GetAccountAddresses
mkungla Mar 30, 2024
236d1e5
fix: update AccountAssets
mkungla Mar 30, 2024
353ba4b
fix: update GetAccountHistory
mkungla Mar 30, 2024
fa9118d
feat: implement GetPolicyAssetMints
mkungla Mar 30, 2024
98a4043
feat: implement GetUTxOInfo
mkungla Mar 30, 2024
e636d41
fix: update TxInfo
mkungla Mar 30, 2024
bf0c5de
fix: remove deprecated GetTxUTxOs
mkungla Mar 30, 2024
0d6afd9
fix: update GetTxMetadata
mkungla Mar 30, 2024
f0b0319
fix: update GetTxStatus
mkungla Mar 30, 2024
e0b1534
feat: add koios subscription auth
mkungla Mar 30, 2024
da1f991
feat: add Koios auth
mkungla Mar 30, 2024
c1a9f65
feat: add Koios auth
mkungla Mar 30, 2024
809415b
feat: allow tracking requests_today for subscription
mkungla Mar 31, 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
45 changes: 45 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: CI

concurrency:
group: main-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
###############################################################################
# PREREQUISITES
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: 'latest'
codeql:
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
security-events: write
actions: read
contents: read
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: go
- uses: github/codeql-action/analyze@v3

###############################################################################
# ... other jobs ...
45 changes: 0 additions & 45 deletions .github/workflows/codeql.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/linux.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/macos.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/semantic-pull-request.yml

This file was deleted.

Loading
Loading