Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
19e188b
GH-631: store gas price wei in two columns
utkarshg6 May 15, 2025
3e020da
GH-631: more updates to the sent payable table
utkarshg6 May 20, 2025
3201c00
GH-631: eliminate all errors
utkarshg6 May 22, 2025
bbb314b
GH-631: accept null values in db
utkarshg6 May 22, 2025
6c24a75
GH-631: all tests passing
utkarshg6 May 26, 2025
5412c62
GH-631: use TransactionBlock everywhere
utkarshg6 May 26, 2025
7ad1199
GH-631: enforce that block details are complete
utkarshg6 May 26, 2025
af7efd2
GH-631: fix test constants_have_correct_values
utkarshg6 May 27, 2025
fe512cb
GH-631: introduce failed payable table
utkarshg6 May 27, 2025
e901da0
GH-631: add db migration for failed payable table
utkarshg6 May 28, 2025
70baaf0
GH-631: mid review changes
utkarshg6 May 29, 2025
56bbdc4
GH-631: wip: introduce failed_payable_dao.rs
utkarshg6 May 29, 2025
e655f8c
GH-631: introduce FailedTxBuilder and updated trait for FailedPayableDao
utkarshg6 Jun 3, 2025
469e5c2
GH-631: insert_new_txs() works
utkarshg6 Jun 3, 2025
7d3944b
GH-631: txs can be retrieved from FailedPayables
utkarshg6 Jun 3, 2025
c50fde1
GH-631: implement all trait fns for FailedPayables
utkarshg6 Jun 4, 2025
1146791
GH-631: add a test for string conversion for FailureReason
utkarshg6 Jun 4, 2025
8b9305e
GH-631: make improvements to failed_payable_dao
utkarshg6 Jun 4, 2025
c0dfe00
GH-631: remove usages of H256 from the tests of DAOs
utkarshg6 Jun 4, 2025
ac3e9e8
GH-631: improve imports
utkarshg6 Jun 4, 2025
cd310e0
GH-631: introduce a utility fn make_block_hash()
utkarshg6 Jun 4, 2025
0a6c666
GH-631: add review changes for node/src/database/db_initializer.rs
utkarshg6 Jun 5, 2025
565f24f
GH-631: some more review changes
utkarshg6 Jun 5, 2025
f62d17a
GH-631: some more review changes
utkarshg6 Jun 5, 2025
36e1e9f
GH-631: change checked to a boolean
utkarshg6 Jun 6, 2025
81f2b89
GH-631: add more changes
utkarshg6 Jun 6, 2025
8a20490
GH-631: keep pushing more review changes
utkarshg6 Jun 6, 2025
62debf0
GH-631: display more info in the error statements
utkarshg6 Jun 6, 2025
3fbeed8
GH-631: and even more changes
utkarshg6 Jun 6, 2025
3debbd9
GH-631: change checked to rechecked
utkarshg6 Jun 6, 2025
879685b
GH-631: remove blank line
utkarshg6 Jun 6, 2025
b4555ce
GH-631: minor self-review changes
utkarshg6 Jun 6, 2025
14ce671
GH-631: add another review changes
utkarshg6 Jun 10, 2025
ced23b1
GH-631: add more review changes
utkarshg6 Jun 15, 2025
40305db
GH-631: introduce the replace_record() in SentPayableDao
utkarshg6 Jun 15, 2025
0616ea9
v0.9.0: version bump (#657)
utkarshg6 Jun 15, 2025
7a3e77a
GH-631: review 4 changes
utkarshg6 Jun 16, 2025
c58477f
GH-631: review 5 changes
utkarshg6 Jun 17, 2025
200001a
GH-631: review 6 changes
utkarshg6 Jun 19, 2025
430400c
GH-631: import the Itertools and make join work without collect
utkarshg6 Jun 19, 2025
e85ab6f
Merge branch 'master' into GH-631
utkarshg6 Jun 19, 2025
7a9c3c5
Merge branch 'GH-598' into GH-631
utkarshg6 Jun 19, 2025
808662c
GH-631: eliminate clippy warnings; tests will still fail due to todo!()
utkarshg6 Jun 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions automap/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion automap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "automap"
version = "0.8.2"
version = "0.9.0"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
license = "GPL-3.0-only"
description = "Library full of code to make routers map ports through firewalls"
Expand Down
4 changes: 2 additions & 2 deletions dns_utility/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dns_utility/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dns_utility"
version = "0.8.2"
version = "0.9.0"
license = "GPL-3.0-only"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved."
Expand Down
2 changes: 1 addition & 1 deletion masq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "masq"
version = "0.8.2"
version = "0.9.0"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
license = "GPL-3.0-only"
description = "Reference implementation of user interface for MASQ Node"
Expand Down
2 changes: 1 addition & 1 deletion masq_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "masq_lib"
version = "0.8.2"
version = "0.9.0"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
license = "GPL-3.0-only"
description = "Code common to Node and masq; also, temporarily, to dns_utility"
Expand Down
2 changes: 1 addition & 1 deletion multinode_integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multinode_integration_tests"
version = "0.8.2"
version = "0.9.0"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
license = "GPL-3.0-only"
description = ""
Expand Down
10 changes: 5 additions & 5 deletions node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node"
version = "0.8.2"
version = "0.9.0"
license = "GPL-3.0-only"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
description = "MASQ Node is the foundation of MASQ Network, an open-source network that allows anyone to allocate spare computing resources to make the internet a free and fair place for the entire world."
Expand Down
Loading
Loading