Commit History

Author SHA1 Message Date
  narodnik 1f7a11a59d Add missing token_id to Note. Temp WalletDb workaround. 4 years ago
  parazyd 609afbd9c7 Rework token lists and ID generation. 4 years ago
  aggstam 5396dae4bb script/research/streamlet_rust: Block transactions changed from String to tx::Transaction. 4 years ago
  dasman 7da841e9e7 bin/ircd: fixing ping-pong reply which fixes occasional re-connection (#66) 4 years ago
  aggstam 6045eb1449 rand version update to 0.8.5, fixed broken tests imports, added Clone and PartialEq macros at crypto::schnorr::Signature 4 years ago
  parazyd fabafa3e5e Add "crypto" feature. 4 years ago
  parazyd 5aef00247e Add debug derives and more serialization test units. 4 years ago
  parazyd a47505b427 Clean up some clippy lints. 4 years ago
  parazyd 7fbd70096f Fix and improve unit tests. 4 years ago
  parazyd 1227018081 Remove traces of pasta_curves crate from files where they shouldn't be. 4 years ago
  parazyd ff01e7b685 Use the new keypair module throughout the codebase. 4 years ago
  parazyd 7276498e64 cargo fmt with new settings. 4 years ago
  narodnik 5b0b4065e5 working clear inputs for tx2, check correct public key 4 years ago
  parazyd bf77b58a06 tx: Port for pasta. 4 years ago
  parazyd 5bbbd5851e crypto: Implement Encodable and Decodable for some structs. 4 years ago
  parazyd b05e05df7b crypto: Fix up tests and move types to crate root. 4 years ago
  parazyd 40eb59e69f crypto: More type aliasing, and spend contract. 4 years ago
  parazyd 374b048ce3 crypto: WIP pasta port. 4 years ago
  Matthias Seitz 0e9de335a1 chore: clippy --fix 4 years ago
  lunar-mining 4727914b85 renamed asset_id to token_id across project 4 years ago
  parazyd b77da89ce6 Some more cleanups and formatting. 4 years ago
  narodnik fac75137dc updated NOTE_PLAINTEXT_SIZE changing size for asset_id from 8 bytes to 32 bytes because type changed from u64 to Scalar 4 years ago
  ghassmo 8998b47494 change asset_id to jubjub::Fr in test cases 4 years ago
  lunar-mining 0dfe7bf3dc changed asset_id to jubjub::Fr across all project 4 years ago
  Nym 9942b28e94 Add asset_id to coin. Unenforced for now but gets passed around and 5 years ago
  narodnik 1a2c658484 integrate state_transition() with tx demo code 5 years ago
  narodnik 6ecd0b7c15 working signature generation for spends in tx builder and verifications for tx 5 years ago
  narodnik 37baa83f16 add encrypted output note 5 years ago
  narodnik fb78f88e3e run cargo fmt 5 years ago
  narodnik a995de238e encrypted notes for outputs 5 years ago