Skip to content

Commit 93c797c

Browse files
authored
fix: update to latest version of rippled (#114)
## High Level Overview of Change Title says it all. ### Context of Change rippled/the witness server were updated. ### Type of Change - [x] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [x] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Test Plan Tests pass locally - the Docker containers haven't been updated yet.
1 parent 456516a commit 93c797c

File tree

3 files changed

+23
-26
lines changed

3 files changed

+23
-26
lines changed

poetry.lock

Lines changed: 21 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ websockets = "^10.3"
3030
Jinja2 = "^3.1.2"
3131
psutil = "^5.9.2"
3232
docker = "^6.0.0"
33-
xrpl-py = { git = "https://github.com/XRPLF/xrpl-py.git", rev = "sidechain-2.5" }
33+
xrpl-py = "1.8.0b1"
3434
pycryptodome = "^3.17"
3535

3636
[tool.poetry.dev-dependencies]

sidechain_cli/bridge/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ def _submit_attestation(
364364
{
365365
**attestation,
366366
"account": issuing_door,
367+
"attestation_signer_account": issuing_door,
367368
}
368369
)
369370
submit_tx(

0 commit comments

Comments
 (0)