-
Notifications
You must be signed in to change notification settings - Fork 1
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
Suggest improvements #1
Merged
Merged
Commits on May 5, 2024
-
Imported sled database interface from JetRPC
Configuration menu - View commit details
-
Copy full SHA for a180ae7 - Browse repository at this point
Copy the full SHA a180ae7View commit details
Commits on May 6, 2024
-
- Builtin erc20 abi used Ethereum Binance Pegged Contract. - Wrapper struct for erc20 token - get_balance for erc20 token - refactored sled db interface - set gateway callback function to be async - drafted poller function (untested) - invoice struct todo: test the poller by using this as external library and also draft test cases to test the poller to the extent possible without involving private keys into the repo
Configuration menu - View commit details
-
Copy full SHA for b9e1c47 - Browse repository at this point
Copy the full SHA b9e1c47View commit details
Commits on May 7, 2024
-
Changed project structure, docs, mods
- changed project structure to prevent internal interfaces from being exported to the public API. - added custom expiration for invoices - added descriptive names for payment gateways
Configuration menu - View commit details
-
Copy full SHA for a104c0a - Browse repository at this point
Copy the full SHA a104c0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa6ea1 - Browse repository at this point
Copy the full SHA 1fa6ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a0616 - Browse repository at this point
Copy the full SHA 01a0616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad607b - Browse repository at this point
Copy the full SHA 4ad607bView commit details
Commits on May 8, 2024
-
Ported to alloy, deprecate rust-web3, treasury transfer
- Deprecated rust-web3 in favor of alloy-rs due to rust-web3 being deprecated in the future - Replaced eth abi with IERC20 abi. - Transfer paid invoice funds to treasury when paid TODO: in the near future token transfers also need to be included so that it is possible to configure payments via tokens.
Configuration menu - View commit details
-
Copy full SHA for af0fcdf - Browse repository at this point
Copy the full SHA af0fcdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ef51c - Browse repository at this point
Copy the full SHA 90ef51cView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ed7e83 - Browse repository at this point
Copy the full SHA 6ed7e83View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b798e09 - Browse repository at this point
Copy the full SHA b798e09View commit details -
- use RUST_LOG - simplify functions - convert sled errors to custom db error - deprecate audit module - reduce cloning and replace with ref usage - add zeroize type for wallet bytes
Configuration menu - View commit details
-
Copy full SHA for e889da7 - Browse repository at this point
Copy the full SHA e889da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db85a9 - Browse repository at this point
Copy the full SHA 0db85a9View commit details -
Merge pull request #2 from biryukovmaxim/make-callback-signature-mute…
…xless feat: make callback structure mutexless
Configuration menu - View commit details
-
Copy full SHA for f784e61 - Browse repository at this point
Copy the full SHA f784e61View commit details -
Shrink get_last_from_tree impl
Co-Authored-By: Maxim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57bcb64 - Browse repository at this point
Copy the full SHA 57bcb64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 255ef92 - Browse repository at this point
Copy the full SHA 255ef92View 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.