File tree Expand file tree Collapse file tree 6 files changed +26
-9
lines changed Expand file tree Collapse file tree 6 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "." : " 0.0.0" ,
3- "tap_aggregator" : " 0.1.2 " ,
4- "tap_core" : " 0.3 .0" ,
5- "tap_integration_tests" : " 0.1.3 "
3+ "tap_aggregator" : " 0.1.3 " ,
4+ "tap_core" : " 0.4 .0" ,
5+ "tap_integration_tests" : " 0.1.4 "
66}
Original file line number Diff line number Diff line change 44 * dependencies
55 * tap_core bumped from 0.2.0 to 0.3.0
66
7+ * The following workspace dependencies were updated
8+ * dependencies
9+ * tap_core bumped from 0.3.0 to 0.4.0
10+
711## [ 0.1.1] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.1.0...tap_aggregator-v0.1.1 ) (2023-07-20)
812
913
Original file line number Diff line number Diff line change 11[package ]
22name =" tap_aggregator"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44edition.workspace = true
55license.workspace = true
66readme = " README.md"
@@ -13,7 +13,7 @@ path = "src/main.rs"
1313[dependencies ]
1414anyhow = " 1.0.70"
1515tokio = { version = " 1.27.0" , features = [" macros" , " signal" ] }
16- tap_core = { version = " 0.3 .0" , path = " ../tap_core" }
16+ tap_core = { version = " 0.4 .0" , path = " ../tap_core" }
1717jsonrpsee = { version = " 0.18.0" , features = [" server" , " macros" ] }
1818ethers-signers = " 2.0.3"
1919clap = { version = " 4.2.4" , features = [" derive" , " env" ] }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.0] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v0.3.0...tap_core-v0.4.0 ) (2023-08-08)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * ** core:** All ReceiptChecksAdapter trait method now return Result. Makes it possible to return Adapter errors besides just check failures.
9+ * All instances of the word "collateral" are replaced with "escrow".
10+
11+ ### Code Refactoring
12+
13+ * ** core:** make ChecksAdapter return Result ([ 0983c27] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/0983c27c40d2061a51687fa0517add2593d3b934 ) )
14+ * Replace "collateral" with "escrow" ([ 6f9d0c7] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/6f9d0c7a54fa445f1e058a65bcfccdef06cf9d02 ) )
15+
316## [ 0.3.0] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v0.2.0...tap_core-v0.3.0 ) (2023-07-31)
417
518
Original file line number Diff line number Diff line change 11[package ]
22name =" tap_core"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44edition.workspace = true
55license.workspace = true
66description = " Core Timeline Aggregation Protocol library: a fast, efficient and trustless unidirectional micro-payments system."
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_integration_tests"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44edition.workspace = true
55license.workspace = true
66autotests = false
77description = " Integration tests for the Timeline Aggregation Protocol."
88publish = false
99
1010[dependencies ]
11- tap_aggregator = { version = " 0.1.2 " , path = " ../tap_aggregator" }
12- tap_core = { version = " 0.3 .0" , path = " ../tap_core" }
11+ tap_aggregator = { version = " 0.1.3 " , path = " ../tap_aggregator" }
12+ tap_core = { version = " 0.4 .0" , path = " ../tap_core" }
1313jsonrpsee = { version = " 0.18.0" , features = [" http-client" , " server" ] }
1414ethers = " 2.0.0"
1515clap = { version = " 4.2.4" , features = [" derive" , " env" ] }
You can’t perform that action at this time.
0 commit comments