Skip to content

Commit

Permalink
* Introduce RPC and new protocol crate
Browse files Browse the repository at this point in the history
* Fork ledger traits
* Genesis config for opa
* Opa administration logic / pallet
* Subxt based client - connectivity
* Development runtime - working, global logger use needs to consider rust::tracing
* Signature and address types, substrate crypto used directly for account signatures
* Seed mechanism changed in ChronicleSigning to allow us to supply a specific seed
* Remove transaction costs and balance checks

Signed-off-by: Ryan <[email protected]>
  • Loading branch information
ryan-s-roberts committed Feb 27, 2024
1 parent f0c4df1 commit 4f99aff
Show file tree
Hide file tree
Showing 131 changed files with 14,861 additions and 13,466 deletions.
11 changes: 0 additions & 11 deletions .cargo/config

This file was deleted.

1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
!.cargo
!Cargo.*
!crates
!node
!domain_docs
!policies
!docker/chronicle-config
Expand Down
Loading

0 comments on commit 4f99aff

Please sign in to comment.