Skip to content

Commit 155aaf7

Browse files
authored
Merge pull request #79 from aurora-is-near/split-sdk-broadcast-modes
feat: implement transaction broadcasting and add near-crypto dependency
2 parents 6e2d7b8 + 327c2c7 commit 155aaf7

File tree

24 files changed

+2886
-708
lines changed

24 files changed

+2886
-708
lines changed

.github/workflows/cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
interface: [ Advanced, Simple, Silo ]
1717
include:
1818
- interface: Advanced
19-
args: --path . --no-default-features -F advanced
19+
args: --path ./cli --no-default-features -F advanced
2020
script: scripts/advanced.sh
2121
- interface: Simple
22-
args: --path .
22+
args: --path ./cli
2323
script: scripts/simple.sh
2424
- interface: Silo
25-
args: --path .
25+
args: --path ./cli
2626
script: scripts/simple-silo.sh
2727
steps:
2828
- name: Checkout sources

0 commit comments

Comments
 (0)