Commit History

Author SHA1 Message Date
  parazyd 28131b1819 blockchain: Don't be strict on get_blocks_by_slot. 4 years ago
  parazyd 797ce2a158 faucetd: Activate all protocols and blockchain sync. 4 years ago
  parazyd e3453bb1cb wallet: Add init_wallet helper function to WalletDb. 4 years ago
  aggstam c5bcd05eec consensus: Move tx protocol to sync p2p network. 4 years ago
  parazyd 97dadd8bf0 consensus: Move proposal task into consensus/task. 4 years ago
  aggstam 101754353f consensus: Add tasks for syncing the blockchain and consensus forks. 4 years ago
  parazyd 95d74a034a consensus: Add sync protocols. 4 years ago
  parazyd 1ae263b4de blockchain: Implement some general query functions. 4 years ago
  parazyd 0299b45de3 Update all dependencies. 4 years ago
  parazyd f6d36a15e1 net/hosts: Add TODO on addrs type. 4 years ago
  parazyd 4b50d9753e node/client: Add some TODO notes. 4 years ago
  parazyd e3d076d8d3 example/tx: Update for latest codebase. 4 years ago
  parazyd 98173fc131 book: Generate RPC doc for faucetd. 4 years ago
  parazyd 382c7bcfe3 node/service: Remove obsolete gateway code. 4 years ago
  parazyd f2479ca060 Replace old blockchain rocksdb module with new sled blockchain stores. 4 years ago
  parazyd 360ca24581 crypto/keypair: Implement from_str() for PublicKey. 4 years ago
  parazyd a9f20aa1f1 faucetd: WIP airdrop. 4 years ago
  parazyd a3829e76b3 Clean up global error module. 4 years ago
  aggstam bf6d4881d2 consensus: Implement BlockOrderStore to store block order by slot id. 4 years ago
  parazyd 7fb58b3d2b util/cli: Add macro for standardized daemonization. 4 years ago
  parazyd e34e64826e tx: Fix imports. 4 years ago
  parazyd 1d22e3e8a1 crypto/keypair: Use derived serialization for PublicKey and SecretKey. 4 years ago
  parazyd e24c3b00b4 consensus: Use actual transactions. 4 years ago
  parazyd df4acc2814 node: Return Transaction on send(), and lazy-init VerifyingKeys. 4 years ago
  parazyd ccfb7d7d7f blockchain: Export some structs. 4 years ago
  parazyd ac46e46e49 wallet: Store merkle tree leaf positions for own coins. 4 years ago
  parazyd a2b6521583 node: WIP cleanup and port for client and state. 4 years ago
  parazyd 805b26136d tx: Clean up and add some code comments. 4 years ago
  parazyd ffa1a42bd6 crypto/merkle: Port to incrementalmerkle 0.3 needed API 4 years ago
  parazyd 624e48775a blockchain: Clippy some iterators. 4 years ago