-
Notifications
You must be signed in to change notification settings - Fork 29
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
GH-744: Prepare for merge #567
Merged
Merged
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
6fcc1cd
GH-813: Correctly parse max block range error message (#531)
masqrauder a4fb720
GH-500: Adding Base chains (#510)
bertllll 91f3b8c
update readme and tag v0.8.1 (#532)
kauri-hero f5572f3
GH-524: Disable `entry_dns` (#526)
utkarshg6 7693d00
GH-539: Don't Panic! (#540)
utkarshg6 8ad336d
New Version: v0.8.2 (#542)
utkarshg6 3d35b4c
GH-744: Review-1 first lot of changes
Syther007 cc709be
GH-744: Review-1 - fixed more tests
Syther007 e9bddc8
GH-744: improved wildcard IP check
Syther007 b72c61b
GH-744: removed unused imports
Syther007 d4c5be9
GH-744: fixed a bunch more comments from review 1
Syther007 43456e7
GH-744: resolved more review comments
Syther007 4d7fa8a
GH-744: started converting gas_price units from gwei to wei
Syther007 6a3ceaf
GH-744: finish converting gas price from gwei to wei
Syther007 8f131bb
GH-744: Formating & removed warnings
Syther007 67a9786
GH-744: Added TransactionFailed to TransactionReceiptResult
Syther007 0caf945
GH-606: Initialize start_block to none to use latest block (#374)
masqrauder 4db1f91
GH-744: Migrated the guts of get_transaction_receipt_in_batch to proc…
Syther007 b0aed3a
GH-744: Moved submit_payables_in_batch to blockchain_interface
Syther007 fac4936
GH-744: removed test: blockchain_bridge_can_return_report_transaction…
Syther007 c5ddb57
GH-744: Fixed a few more URGENCY comments
Syther007 237a533
GH-744: cleanup & formatting
Syther007 1be2642
GH-744: add some TODOs as discussed on Wed and Thu
utkarshg6 8d22c61
GH-744: handle_request_transaction_receipts chaged error to a DEBUG log
Syther007 b3cafe4
GH-744: handle_retrieve_transactions inbeded extract_max_block_count
Syther007 ab32fb6
GH-744: code refactor
Syther007 1a92588
GH-744: removed transaction_id from Agent
Syther007 5172c82
GH-744: Removed get_gas_price from submit_batch call
Syther007 89419ed
GH-744: logger is now a reference in send_payables_within_batch
Syther007 5181f1c
GH-744: send_payables_within_batch web3_batch is now a reference
Syther007 54ab85e
GH-744: sign_and_append_multiple_payments accounts is now a reference
Syther007 e93c0f1
GH-744 removed Blockchan_interface_mock
Syther007 ef88ab4
GH-744: Refactored all 4 test for send_payables_within_batch
Syther007 f18b8a6
GH-744: cleanup & formatting
Syther007 a5e6f68
GH-744: small fixs
Syther007 3d4f552
GH-744: handle_normal_client_data detects wildcard IP & localhost wit…
Syther007 4de72c8
GH-744: Finished all urgent comments
Syther007 94cea47
Merged in Master
Syther007 9a6bcb4
GH-744: changed actions macos-12 to 13
Syther007 7499332
GH-744: increased sleep time for test provided_and_consumed_services_…
Syther007 e2317ae
GH-744: Fixed multinode tests
Syther007 1c4b7f0
GH-744: Added start block +1 to handle_transaction_logs
Syther007 e80e1d0
GH-744: Fixed some tests
Syther007 b3bb461
Merge branch 'GH-744-merge-test' of https://github.com/MASQ-Project/N…
Syther007 0c82a79
GH-744: Fixes from review 2
Syther007 6961751
GH-744: Fixed test debtors_are_credited_once_but_not_twice
Syther007 ace75e7
GH-744: removed BlockNumber::Number
Syther007 e132f66
GH-744: Resolved TODOs
Syther007 6b9d987
GH-744: First commit for review-3, fixed tests
Syther007 d81ac19
GH-744: Refactored TxReceipt
Syther007 69f70c1
GH-744: Refactored TxResponse
Syther007 d30dc27
GH-744 moved & renamed blockchain_interface_utils.rs
Syther007 83dc7bc
GH-744: fixed test: dns_resolution_failure_for_wildcard_ip_with_real_…
Syther007 91eefcf
GH-744: add review 4 changes
utkarshg6 f4b8150
GH-744: add review 5 changes
utkarshg6 64f2f40
GH-744: remove the map_err()
utkarshg6 a047291
GH-744: migrate the logging code to a different function
utkarshg6 d07760b
GH-744: add review 6 changes
utkarshg6 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "automap" | ||
version = "0.8.0" | ||
version = "0.8.2" | ||
authors = ["Dan Wiebe <[email protected]>", "MASQ"] | ||
license = "GPL-3.0-only" | ||
description = "Library full of code to make routers map ports through firewalls" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "dns_utility" | ||
version = "0.8.0" | ||
version = "0.8.2" | ||
license = "GPL-3.0-only" | ||
authors = ["Dan Wiebe <[email protected]>", "MASQ"] | ||
copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "masq" | ||
version = "0.8.0" | ||
version = "0.8.2" | ||
authors = ["Dan Wiebe <[email protected]>", "MASQ"] | ||
license = "GPL-3.0-only" | ||
description = "Reference implementation of user interface for MASQ Node" | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "masq_lib" | ||
version = "0.8.0" | ||
version = "0.8.2" | ||
authors = ["Dan Wiebe <[email protected]>", "MASQ"] | ||
license = "GPL-3.0-only" | ||
description = "Code common to Node and masq; also, temporarily, to dns_utility" | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably create a card in which we'll replace the year 2024 for 2025 in all occurrences of these copyrights.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the new card - #569