Skip to content

Commit

Permalink
fix: fix not bouncing of unknown messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Apr 10, 2023
1 parent 84e0a20 commit ac43211
Show file tree
Hide file tree
Showing 367 changed files with 2,476 additions and 2,413 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## Fixed
- Fix bouncing unknown messages

## [1.1.0-beta.18] - 2023-04-10

## Added
Expand Down
12 changes: 6 additions & 6 deletions examples/__snapshots__/increment.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ exports[`increment should deploy 1`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQDixDL5zZKoHxcB3HEpItkITz9FXBwy_nhPnDU_Z0E5EnP5",
"to": "kQCzw9leHtQjGFNH9E-m1fD4Zlf8ybtUZWlEbaMLoLuVlGM8",
"type": "internal",
"value": 10000000000n,
},
},
{
"$type": "processed",
"gasUsed": 8310n,
"gasUsed": 8326n,
},
{
"$type": "sent",
Expand All @@ -35,10 +35,10 @@ exports[`increment should deploy 1`] = `
"type": "cell",
},
"bounce": true,
"from": "kQDixDL5zZKoHxcB3HEpItkITz9FXBwy_nhPnDU_Z0E5EnP5",
"from": "kQCzw9leHtQjGFNH9E-m1fD4Zlf8ybtUZWlEbaMLoLuVlGM8",
"to": "@treasure(treasure)",
"type": "internal",
"value": 9990494000n,
"value": 9990478000n,
},
],
},
Expand All @@ -61,14 +61,14 @@ exports[`increment should deploy 2`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQDixDL5zZKoHxcB3HEpItkITz9FXBwy_nhPnDU_Z0E5EnP5",
"to": "kQCzw9leHtQjGFNH9E-m1fD4Zlf8ybtUZWlEbaMLoLuVlGM8",
"type": "internal",
"value": 10000000000n,
},
},
{
"$type": "processed",
"gasUsed": 5991n,
"gasUsed": 6007n,
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions examples/__snapshots__/multisig-3.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ exports[`muiltisig-3 should deploy 1`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQAJzq5KE8BlP4wC_35QNfBXeKO5V_-f82L4m8U5untME305",
"to": "kQAtT-DyK4gdNSfbUQ_wk4iP6XJGenqbwcXwNs9sUVk2ZVoC",
"type": "internal",
"value": 10000000000n,
},
},
{
"$type": "processed",
"gasUsed": 4357n,
"gasUsed": 4373n,
},
],
},
Expand Down
18 changes: 9 additions & 9 deletions examples/__snapshots__/wallet.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ exports[`wallet should deploy 1`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQBdtKaaDya_P1jWzlycYcOpZjFLEMS7Ovq5S4Nwb7Woj54Y",
"to": "kQBoLAUjKQqS0xRG8ynHk4pFfEWrpqT4JuJ_go-ArOAk6x-_",
"type": "internal",
"value": 10000000000n,
},
},
{
"$type": "processed",
"gasUsed": 4444n,
"gasUsed": 4460n,
},
],
},
Expand All @@ -41,14 +41,14 @@ exports[`wallet should deploy 1`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQBdtKaaDya_P1jWzlycYcOpZjFLEMS7Ovq5S4Nwb7Woj54Y",
"to": "kQBoLAUjKQqS0xRG8ynHk4pFfEWrpqT4JuJ_go-ArOAk6x-_",
"type": "internal",
"value": 1000000000n,
},
},
{
"$type": "processed",
"gasUsed": 8418n,
"gasUsed": 8434n,
},
{
"$type": "sent",
Expand All @@ -58,7 +58,7 @@ exports[`wallet should deploy 1`] = `
"type": "empty",
},
"bounce": true,
"from": "kQBdtKaaDya_P1jWzlycYcOpZjFLEMS7Ovq5S4Nwb7Woj54Y",
"from": "kQBoLAUjKQqS0xRG8ynHk4pFfEWrpqT4JuJ_go-ArOAk6x-_",
"to": "@treasure(treasure)",
"type": "internal",
"value": 10000000000n,
Expand All @@ -84,14 +84,14 @@ exports[`wallet should deploy 2`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQBdtKaaDya_P1jWzlycYcOpZjFLEMS7Ovq5S4Nwb7Woj54Y",
"to": "kQBoLAUjKQqS0xRG8ynHk4pFfEWrpqT4JuJ_go-ArOAk6x-_",
"type": "internal",
"value": 1000000000n,
},
},
{
"$type": "processed",
"gasUsed": 4226n,
"gasUsed": 4242n,
},
],
},
Expand All @@ -111,14 +111,14 @@ exports[`wallet should deploy 3`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQBdtKaaDya_P1jWzlycYcOpZjFLEMS7Ovq5S4Nwb7Woj54Y",
"to": "kQBoLAUjKQqS0xRG8ynHk4pFfEWrpqT4JuJ_go-ArOAk6x-_",
"type": "internal",
"value": 1000000000n,
},
},
{
"$type": "processed",
"gasUsed": 3226n,
"gasUsed": 3242n,
},
],
},
Expand Down
Binary file modified examples/output/echo_Echo.code.boc
Binary file not shown.
Loading

0 comments on commit ac43211

Please sign in to comment.