-
Notifications
You must be signed in to change notification settings - Fork 249
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
Add LogIndex and TxIndex into logs/event response body #862
Merged
Commits on Oct 29, 2024
-
* feat: add thorclient * refactor: remove roundTripper * refactor: change null check * clean: remove commented code * feat: add account revision and pending tx * fix: add licence headers and fix linter issue * refactor: rename package * refactor: change revision type to string * refactor: rename GetLogs and GetTransfers to FilterEvents and FilterTransfers * refactor: change FilterEvents and FilterTransactions request type to EventFilter * Adding common.EventWrapper to handle channel errors * tweak * update rawclient + update account tests * tidy up names * update tests * pr comments * adding raw tx * Tidy up method names and calls * options client * tweaks * pr comments * Update thorclient/common/common.go Co-authored-by: libotony <[email protected]> * pr comments * Adding Subscriptions * Pr comments * adjust func orders * pr comments * changing subscribe to use the channel close vs multiple channels * adding go-doc * no error after unsubscribe * pr comments * checking status code is 2xx * fix: change FilterTransfers argument --------- Co-authored-by: otherview <[email protected]> Co-authored-by: libotony <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6380d5 - Browse repository at this point
Copy the full SHA b6380d5View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af88757 - Browse repository at this point
Copy the full SHA af88757View commit details
Commits on Nov 4, 2024
-
fix(docker): using AWS docker repo for trivy (#872)
* fix(docker): using AWS docker repo for trivy * fix(docker): using AWS docker repo for trivy
Configuration menu - View commit details
-
Copy full SHA for ad5bfbd - Browse repository at this point
Copy the full SHA ad5bfbdView commit details
Commits on Nov 5, 2024
-
Darren/feat/add subscription cache (#866)
* ehancement: create a cache for block based subscriptions * minor: change function names for subscriptions * test: add unit test for message cache * chore: add license headers * refactor: fix up error handling * fix: remove bad test * fix: PR comments * fix: PR comments - remove block cache * refactor(subscriptions): store structs in cache, not bytes * fix(license): add license header * chore(subscriptions): revert unit test changes * enhancement: resolve pr comments to use simplelru * enhancement: resolve pr comments - use id as key
Configuration menu - View commit details
-
Copy full SHA for 9d5b515 - Browse repository at this point
Copy the full SHA 9d5b515View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a89780 - Browse repository at this point
Copy the full SHA 7a89780View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8be8574 - Browse repository at this point
Copy the full SHA 8be8574View commit details -
* Refactor thor node * thorchain allows insertion of blocks * remove thorNode, added testchain * clean up + comments * adding license headers * adding templating tests for thorclient * Remove test event hacks * remove types * removed chain_builder + added logdb to testchain * pr comments * Update test/testchain/chain.go Co-authored-by: libotony <[email protected]> --------- Co-authored-by: libotony <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 784604d - Browse repository at this point
Copy the full SHA 784604dView commit details -
chore(docs): update spec for validator nodes (#875)
* chore(docs): update spec for validator nodes * chore(docs): update cores * chore(docs): remove public node stuff
Configuration menu - View commit details
-
Copy full SHA for 49d9704 - Browse repository at this point
Copy the full SHA 49d9704View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca8b38b - Browse repository at this point
Copy the full SHA ca8b38bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9173e4 - Browse repository at this point
Copy the full SHA f9173e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3bd272 - Browse repository at this point
Copy the full SHA f3bd272View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b3c63 - Browse repository at this point
Copy the full SHA c5b3c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a38d9 - Browse repository at this point
Copy the full SHA 76a38d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6204e - Browse repository at this point
Copy the full SHA ad6204eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1415b40 - Browse repository at this point
Copy the full SHA 1415b40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f4070 - Browse repository at this point
Copy the full SHA 94f4070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 464f530 - Browse repository at this point
Copy the full SHA 464f530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9114c0b - Browse repository at this point
Copy the full SHA 9114c0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a80a62a - Browse repository at this point
Copy the full SHA a80a62aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9217741 - Browse repository at this point
Copy the full SHA 9217741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297ffd5 - Browse repository at this point
Copy the full SHA 297ffd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ff47cb - Browse repository at this point
Copy the full SHA 9ff47cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4c9ef - Browse repository at this point
Copy the full SHA 6f4c9efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f81bc85 - Browse repository at this point
Copy the full SHA f81bc85View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2a74f8 - Browse repository at this point
Copy the full SHA a2a74f8View commit details
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.