forked from ordinals/ord
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Api #3
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
a9b7a3f
Initial api for ord endpoints, using accept json
ynohtna92 9a8461e
Added wallet endpoints for receive, balance and transactions
ynohtna92 7ff2875
Rust linter issues fixed for previous features
ynohtna92 84c9134
Added post wallet endpoints
ynohtna92 444e7b0
Added rest api documentation
ynohtna92 336b452
Inscribe json output to individual fields
ynohtna92 ac96334
Merge from orgin/master
ynohtna92 da2d490
Merge branch 'master' into api
ynohtna92 21537f8
Add api http redirect to docs
ynohtna92 06af6e2
Fix linter errors
ynohtna92 a27606a
Add /address endpoint and indexing
ynohtna92 9e7621f
Update restapi docs for /address endpoint
ynohtna92 ac2893b
Correct updater so address is properly removed
ynohtna92 70af49e
Merge branch 'master' into api
ynohtna92 837d588
Added json output for /inscriptions
ynohtna92 e8457e6
This should never fail otherwise something went really wrong
ynohtna92 3261573
To ?
ynohtna92 2340af8
Added genesis address to inscription
ynohtna92 1c3bc5c
Added inscriptions to output json
ynohtna92 ebc3114
Improved block and transaction outputs to include more fields
ynohtna92 9395f4d
Merge branch 'master' into api
ynohtna92 f79ef36
Add new api_wallet_enable config flag and fix tests
ynohtna92 f66a5c6
Added additional params for the json api address endpoint
ynohtna92 2120cd0
Added script_pubkey output in api inscription output
ynohtna92 5d23b79
Add additional inscription information on output endpoint
ynohtna92 e854ce1
Merge commit 'b8c6269d361f1e9bebe0bf007466e9154659e204' into api
ynohtna92 b3923c9
Merge commit 'a2956651f257a4281e30b9aec486f1fb1a26b958' into api
ynohtna92 f583b79
Merge branch 'master' into api
ynohtna92 ccad004
Upgrade from bad redb version
ynohtna92 2f9ccce
Extend blocks api with inputs, outputs and inscriptions
ynohtna92 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Api #3
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
base: master
Are you sure you want to change the base?