Commit History

Author SHA1 Message Date
  narodnik bf55e6bd5e daod: remove useless lines from python demo 4 years ago
  narodnik c51645aa42 rename ZkContractTable to ZkBinaryTable 4 years ago
  narodnik 173d759c05 daod: makefile auto compile zk files in proof/ 4 years ago
  narodnik 2440a175cb daod: money::transfer() add the proofs back into the signature again 4 years ago
  narodnik 4e7f05b2af daod: add support for native zk contracts, and migrate money::transfer() to new FuncCall structure 4 years ago
  lunar-mining 4064cf4423 daod/ money: moved CallData into validate.rs 4 years ago
  Dastan-glitch 62caeff37c bin/tau, bin/ircd: update crypto_box crate 4 years ago
  Dastan-glitch b4f7a420c4 bin/ircd: channel/contact metadata encryption 4 years ago
  Dastan-glitch 4118765fe1 bin/tau: rework drawdown() 4 years ago
  Dastan-glitch e0ccf945aa bin/tau: events log show action author and comments as well, and timestamp alignment 4 years ago
  lunar-mining 03ba954d34 daod: import crate::{dao_contract, money_contract} 4 years ago
  lunar-mining 72a2d46e96 daod: bugfix x2 -- fix multiple imports of State + CallData causing state_transition to crash 4 years ago
  lunar-mining 27442bb2d1 daod/ demo: create lookup/ lookup_mut. uncomment money_contract state changes code 4 years ago
  lunar-mining 3df425f283 daod/ money_contract: implement state transition function 4 years ago
  lunar-mining a17af44651 daod/ dao_contract: move state_transition, Update and apply to validate.rs 4 years ago
  lunar-mining cb60ad3dfc daod/ money_contract: implement CallDataBase for CallData and cleanup 4 years ago
  lunar-mining a1ff7e8f44 crypto: change Mint/BurnRevealedValues::make_ouputs to return Vec<DrkCircuitField> 4 years ago
  lunar-mining a3bf281894 daod: update demo.rs with dao submodule. change money_contract::FuncCall to money_contract::CallData. add TODOs for money_contract 4 years ago
  aggstam 513e990890 src/dht: lookup map syncing minor optimization 4 years ago
  aggstam 2c326770a5 src/consensus/task/consensus_sync: missing break added 4 years ago
  lunar-mining 5168ea18ba daod/ money_contract: rename Transaction to FuncCall 4 years ago
  lunar-mining 7263e8eb6b daod: created money_contract/transfer subdir 4 years ago
  lunar-mining c0bf10d60c daod/ Makefile: add cargo run 4 years ago
  lunar-mining 72adeab9d1 daod: rename money to money_contract + create Makefile 4 years ago
  narodnik 89b0b8cadd daod: add money submodule 4 years ago
  lunar-mining 11a71fc1c8 serial: implement Encodable/ Decodable for Vec<T>. deprecates impl_vec! macro 4 years ago
  narodnik 3017700717 daod: remove wallet specific code from money_contract::transfer::state_transition() 4 years ago
  narodnik f4d1c84cee apply stackoverflow fix https://stackoverflow.com/questions/73331888/rust-return-mut-reference-from-downcast-ref-of-hashmap-mutable-value?noredirect=1#comment129506443_73331888 4 years ago
  aggstam 0e2929a5c8 scr/util/serial: added BTreeMap Generic encoding 4 years ago
  aggstam 0ef1a45086 src/dht: lookup map syncing implemented 4 years ago