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

TIP-48: CORE-API #153

Draft
wants to merge 96 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 79 commits
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
cfbe787
Adapt TIP-47 from TIP-19
PhilippGackstatter May 12, 2023
4f67068
Merge pull request #12 from iotaledger/tip47
muXxer May 12, 2023
54d3faa
Replace TIP-19, add TIP-47 in Readme
PhilippGackstatter May 16, 2023
ad88d08
Move API files from iota core
daria305 Jul 12, 2023
1867897
Add an endpoint to get BICs and align to implementation
jkrvivian Jul 19, 2023
8006936
Update info response
jkrvivian Jul 19, 2023
c808f5b
Remove BIC endpoint
jkrvivian Jul 24, 2023
5169cc7
Replace Unix timestamp with slot index in indexer
jkrvivian Jul 26, 2023
c600bff
Align to latest info response
jkrvivian Jul 31, 2023
aca7631
Update BlockMetadata response
jkrvivian Jul 31, 2023
8fc31ef
Update Block response to iota.go
jkrvivian Jul 31, 2023
6422379
Uint64 should return string with serix
jkrvivian Jul 31, 2023
8735143
Align new block structure and make (u)int64 to string
jkrvivian Aug 1, 2023
dac5395
Align type in asyncapi
jkrvivian Aug 1, 2023
c8b58a2
Fix wrong name of example responses
jkrvivian Aug 2, 2023
e8788ae
Update info response struct and fix more examples
jkrvivian Aug 2, 2023
75d99c4
Remove managment api structures
jkrvivian Aug 2, 2023
ebe1235
Update stakers endpoint with active flag
daria305 Aug 3, 2023
80b2397
Remove duplicated protocol version from info api
daria305 Aug 3, 2023
7e96c82
Block type versioning should start from 0
daria305 Aug 8, 2023
43b25b1
Renaming of validator response, adding pagination, and more explanati…
daria305 Aug 9, 2023
4b8ecf8
Fix concept typo
PhilippGackstatter Aug 14, 2023
30fda3e
Resolve comments
jkrvivian Aug 25, 2023
6714d93
Fix typos
jkrvivian Aug 28, 2023
71016ec
Add description to versionSignaling parameters
jkrvivian Aug 28, 2023
e907057
Add Ed25519PublicKey
jkrvivian Aug 28, 2023
8f9883a
Resolve comments
jkrvivian Sep 4, 2023
51c445e
Align Output ID in descriptions
jkrvivian Sep 4, 2023
5698d68
Add vByteFactorDelegation
jkrvivian Sep 4, 2023
fced043
Update `16` Transaction Failure Reason description
jkrvivian Sep 4, 2023
93227c5
Update description of missingParent in workScoreStructure
jkrvivian Sep 4, 2023
f6e0f63
Fix wrong block type
jkrvivian Sep 4, 2023
276c6f6
Add manaBitsExponent to protocol parameter
jkrvivian Sep 5, 2023
bf8bfa2
Add Ed25519PublicKey to event API
jkrvivian Sep 5, 2023
3683e2e
Make block failure reason in booker more descriptive
jkrvivian Sep 6, 2023
ff9e4e1
Rename manaBitsExponent to manaBitsCount
jkrvivian Sep 6, 2023
b6876c3
Update protocol parameter hash example in core api
jkrvivian Sep 6, 2023
450b519
Update cursor description in ValidatorResponse
jkrvivian Sep 7, 2023
21d773b
Rename SlotCommitment to SlotCommitmentId in Blocks
jkrvivian Sep 12, 2023
eaf2b28
Rename prevId to previousCommitmentId
jkrvivian Sep 13, 2023
c603944
Rename referencedManaCost to referenceManaCost and fill in missing fi…
jkrvivian Sep 14, 2023
f005d5a
Fix typo
jkrvivian Sep 14, 2023
0f9aa6e
Rename vByteFactorIssuerKeys to vByteFactorBlockIssuerKey
jkrvivian Sep 19, 2023
59af75a
Change Cumulative Weight description
daria305 Sep 20, 2023
793a84d
Update event API spec
jkrvivian Sep 22, 2023
0718711
Update protocol params
jkrvivian Sep 26, 2023
bc7bbe0
Fix wrong comment of delegation output
jkrvivian Sep 26, 2023
1ef4093
Merge remote-tracking branch 'origin/core-API' into core-API
jkrvivian Sep 26, 2023
ef9b08d
Remove an extra `"` in info example
jkrvivian Sep 26, 2023
21fc627
Fix sparsity typo
PhilippGackstatter Sep 26, 2023
06835e8
Update to latest changes
jkrvivian Oct 16, 2023
11711ef
Remove outdated TIP-47
PhilippGackstatter Oct 17, 2023
4174339
Revert changes to README and TIP-19
PhilippGackstatter Oct 17, 2023
8143114
Merge pull request #21 from iotaledger/chore/replace-tip19
PhilippGackstatter Oct 17, 2023
14127df
Update to latest iota.go
jkrvivian Oct 20, 2023
dbd418b
Add BlockFailure 12
jkrvivian Oct 21, 2023
ee5eedd
Align and update to iota.go
jkrvivian Oct 24, 2023
59303aa
Merge remote-tracking branch 'tips-draft/main' into tip48
PhilippGackstatter Oct 24, 2023
bda3636
Rename to TIP-0048
PhilippGackstatter Oct 24, 2023
7793a69
Add `outputs/` and `delegation/{delegationId}` endpoints
jkrvivian Oct 26, 2023
6d60b98
Added tx capabilties failure reasons
alexsporn Oct 26, 2023
b4f5296
Add outputs tag
jkrvivian Oct 27, 2023
6c14c72
Align transactionFailureReason in event API
jkrvivian Oct 27, 2023
b5ea3a1
Update nativeToken type
jkrvivian Oct 30, 2023
973334a
Align: accountAddress -> account
jkrvivian Oct 30, 2023
0e8b217
Align contextInput(s)
jkrvivian Nov 2, 2023
bd3b4db
Add anchor output and update to latest changes
jkrvivian Nov 2, 2023
e3882fa
Fix error in indexer
jkrvivian Nov 6, 2023
0ad7cf8
Resove comments
jkrvivian Nov 10, 2023
68de21b
Add NativeTokenFeature
jkrvivian Nov 13, 2023
6473e61
Update description and example of NativeTokenFeature amount
jkrvivian Nov 14, 2023
698f288
Add StateMetadataFeature and update type number
jkrvivian Nov 14, 2023
02e9c48
Add slot index query to rewards api
jkrvivian Nov 14, 2023
107c6f5
Update descriptions and examples
jkrvivian Nov 20, 2023
4a0d03e
Resolve comments
jkrvivian Nov 22, 2023
0e1dd9a
Update to latest API
jkrvivian Nov 22, 2023
da069b4
Remove omitempty fields in examples
jkrvivian Nov 23, 2023
5c18cb5
Fix typo
jkrvivian Nov 27, 2023
4e250d7
Resolve comments
jkrvivian Nov 30, 2023
367c2fe
Resolve comments
jkrvivian Dec 6, 2023
72d54a5
Update to latest iota.go
jkrvivian Dec 8, 2023
5944680
Update metadata endpoints
jkrvivian Dec 9, 2023
dd80d19
Update and resolve comments
jkrvivian Jan 8, 2024
508f479
Update block examples
jkrvivian Jan 8, 2024
154e564
Make the description more clear in TransactionMetadataResponse
jkrvivian Jan 9, 2024
24e6a29
Add commitments/by-index/{index}/utxo-changes/full
jkrvivian Jan 9, 2024
5c6be02
Rename endpoint commitment/by-index/ -> commitment/by-slot
jkrvivian Jan 10, 2024
1fc52e5
Fix description of tx 'failed' state
jkrvivian Jan 10, 2024
fa98424
Fix swagger error
jkrvivian Jan 11, 2024
aa001fc
Make staker and validator description more clear
jkrvivian Jan 11, 2024
00968e0
Add retention period to reward params
jkrvivian Jan 11, 2024
d84b946
Resolve comments
jkrvivian Jan 22, 2024
790752b
Fix indent
jkrvivian Jan 25, 2024
e097437
Fix invalid feature for account output
jkrvivian Jan 25, 2024
6cd5606
Remove features from info endpoint
jkrvivian Jan 25, 2024
77a2c44
Resolve comments
jkrvivian Feb 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view