Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to support recent changes in downstream projects #229

Merged
merged 4 commits into from
Aug 9, 2024
Merged

Conversation

dr-orlovsky
Copy link
Member

@dr-orlovsky dr-orlovsky commented Aug 1, 2024

This includes:

  • fixes for a deterministic contract state reconstruction (RCP-240731A)
  • refactoring of witness processing and indexing
  • new way of using interface generics
  • contract state introspection op-codes

In order to test this please use

[patch.crates-io]
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "master" }
bp-derive = { git = "https://github.com/BP-WG/bp-std", branch = "master" }
bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "master" }
descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "master" }
psbt = { git = "https://github.com/BP-WG/bp-std", branch = "master" }
bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "master" }
bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "contract-state2" }
rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "multiwitness" }
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "multiwitness" }
rgb-interfaces = { git = "https://github.com/RGB-WG/rgb-interfaces", branch = "iface-generics" }
rgb-psbt = { git = "https://github.com/RGB-WG/rgb", branch = "develop" }
rgb-runtime = { git = "https://github.com/RGB-WG/rgb", branch = "develop" }

@dr-orlovsky dr-orlovsky added epic Epic task covering multiple steps of implementation refactoring Code refactoring labels Aug 1, 2024
@dr-orlovsky dr-orlovsky added this to the v0.11.0 milestone Aug 1, 2024
@dr-orlovsky dr-orlovsky self-assigned this Aug 1, 2024
@dr-orlovsky dr-orlovsky merged commit d8e8a67 into master Aug 9, 2024
14 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Epic task covering multiple steps of implementation refactoring Code refactoring
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant