Skip to content

Commit

Permalink
Merge pull request #164 from multiversx/fix/bridge-proxy-failed-tx
Browse files Browse the repository at this point in the history
bridge-proxy:Only failed transactions are returned
  • Loading branch information
dragos-rebegea authored Feb 13, 2024
2 parents 2c56f2a + f2b0c43 commit 254633d
Show file tree
Hide file tree
Showing 28 changed files with 161 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
image_tag: v6.1.0
package_whole_project_src: true
package_whole_project_src: true
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit 254633d

Please sign in to comment.