-
Notifications
You must be signed in to change notification settings - Fork 1
restful service #60
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
Open
draganm
wants to merge
35
commits into
main
Choose a base branch
from
restful-service
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
restful service #60
Conversation
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
* fix miner to add fake deposit tx when no deposit tx is available * skip broken test
* flake: add rpcplorer * add rpcplorer to overmind --------- Co-authored-by: Dragan Milic <[email protected]>
* storing of entity owners * update README with latest endpoints * add owner address to WAL * mongodb etl: add owner address * sqlite etl: add owner * updated CHANGELOG * skip flaky test
* fix issue 'new entry in the list is not zero in storage' * skip flaky test * remove logging
…ities (#48) * add e2e test for delete after update and cli to update and delete entities * push docker images only on main and tag builds * add docker build cache
* initialize golem base storage processor if not already initialized * move blob access code in its own package * moved entity related code into it's own package * move storing of entity into entity.Store * move deleting of entity to entity.Delete * centralize annotation set key calculation * add annotation separator to prevent attack on annotation indexes * move allentities and entitiesofowner to entity package * move entity expiration per block tracking to it's own package * store payload separately from metadata
* add goreleaser * added golembase cli README
* Added initial paragraphs introducing our fork * Updated README * Touched up the RUN_LOCALLY.md file a bit * last minute changes --------- Co-authored-by: Jeff Cogswell <[email protected]>
* fix storage of owner when updating entity * add e2e test to test regression of deleting entity after update
* extend TTL feature * increase gas to delete entity * revert unrelated changes * add extending of ttl operation to WAL * fix deleting * update README with ttl extension * added extension of TTL to Mongodb ETL * added TTL extension to sqlite ETL
4aa2f2d
to
2c1c80a
Compare
Otherwise we get null in the serialised JSON objects instead of []
2c1c80a
to
4ee3c3e
Compare
3299969
to
f903b40
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.