rooch-network / rooch

VApp Container with Move Language
https://rooch.network
Apache License 2.0
128 stars 54 forks source link

[Bitcoin] Introduce the bitcoin-ordinals integration tests framework into Rooch #1352

Closed jolestar closed 1 month ago

jolestar commented 3 months ago

Introduce the bitcoin-ordinals integration tests framework into Rooch

https://github.com/ordinals/ord/tree/master/test-bitcoincore-rpc

jolestar commented 1 month ago

Make this TBD

feliciss commented 1 month ago

Make this TBD

Got it.

yubing744 commented 1 month ago

I am currently writing integration tests for bitseed, using the solution: testcontainers + cucumber.

For specific implementation, please refer to: https://github.com/bitseed/bitseed/pull/17/files#diff-eb771f54a1fdc1c330a82981d7d27d1202a5cbe3a59581ff67af5e3361f5f90e

yubing744 commented 1 month ago

Split the integration test part into a separate PR: https://github.com/bitseed/bitseed/pull/18

jolestar commented 1 month ago

Use another approach to finish this.