mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
Transaction eras (#758)
* Initial groundwork * A mess. * Integrate * Fix tests * Unit tests * Tests for unchecked_extrisnic * fix tab * Improve binary format. * fix tests * Rename extrinsic-pool -> transaction-pool Closes #770 * Implement unimplemented. * typo
This commit is contained in:
@@ -25,7 +25,7 @@ substrate-client = { path = "../../core/client" }
|
||||
substrate-client-db = { path = "../../core/client/db" }
|
||||
parity-codec = { version = "1.1" }
|
||||
substrate-executor = { path = "../../core/executor" }
|
||||
substrate-extrinsic-pool = { path = "../../core/extrinsic-pool" }
|
||||
substrate-transaction-pool = { path = "../../core/transaction-pool" }
|
||||
substrate-rpc = { path = "../../core/rpc" }
|
||||
substrate-rpc-servers = { path = "../../core/rpc-servers" }
|
||||
substrate-telemetry = { path = "../../core/telemetry" }
|
||||
|
||||
Reference in New Issue
Block a user