Commit Graph

1162 Commits

Author SHA1 Message Date
Rigel 11d7489a74 Create overview.md
Update infographic.xml

Update infographic.xml

Added tx.png

Added tx.png

Update overview.md

Added middleware.png

Added middleware.png

small infograpic doc changes
2017-07-27 15:11:14 -04:00
Rigel 06d2812f81 Added tx.png
Added tx.png
2017-07-27 15:11:14 -04:00
Rigel feac3d423f Added overview-security.png
Added overview-security.png
2017-07-27 15:11:14 -04:00
Rigel 404ede06d1 Added overview-framework.png 2017-07-27 15:11:14 -04:00
Rigel cce444c465 Update infographic.xml - remove dups 2017-07-27 15:11:14 -04:00
Rigel c173937acd Added middleware.png 2017-07-27 15:11:14 -04:00
Rigel 98309f52ca Added dispatcher.png 2017-07-27 15:11:14 -04:00
Rigel fc69341c91 Added tx.png 2017-07-27 15:11:14 -04:00
Rigel acbafb8da1 Added permissioning.png 2017-07-27 15:11:14 -04:00
Rigel abe4dc25d2 Added datastore.png 2017-07-27 15:11:14 -04:00
rigel rozanski f02571f02e infographic export details 2017-07-27 15:11:14 -04:00
Rigel d76f42e47b Added data_store.jpg 2017-07-27 15:11:14 -04:00
Rigel d7b64331f3 separated infographics 2017-07-27 15:11:14 -04:00
Rigel a9cee34fc3 Update README.md 2017-07-27 15:11:14 -04:00
Rigel f0974f83d8 Draft 2 infographic.xml 2017-07-27 15:11:14 -04:00
Rigel ac0bbe542a Update infographic.xml
Update infographic.xml

Update infographic.xml

Update infographic.xml
2017-07-27 15:11:12 -04:00
rigel rozanski 532bdd6be5 typo doc fix 2017-07-27 15:11:12 -04:00
Rigel 81707383b3 Added infographic.xml
infographic basics completed

Update infographic.xml
2017-07-27 15:11:11 -04:00
rigel rozanski 583f30e464 graphics 2017-07-25 22:59:42 -04:00
Ethan Frey 4bf711f529 Merge pull request #183 from tendermint/feature/121-add-benchmarks
Add benchmark for abci app
2017-07-25 22:20:46 -04:00
Ethan Frey 4414e69b78 Remove old test 2017-07-25 10:28:54 -04:00
Ethan Frey 9cf0f257c0 Add benchmark for abci app 2017-07-25 10:06:07 -04:00
Ethan Frey fb4266249e Merge pull request #180 from tendermint/feature/rige-docs
Feature/rige docs
2017-07-24 17:59:24 -04:00
Ethan Frey 11c2c5355c A bit of cleanup 2017-07-24 17:51:42 -04:00
Ethan Frey 31cfdbfc69 Merge branch 'feature/123-cleanup' into unstable 2017-07-22 09:56:31 -04:00
Ethan Frey ace0e4cf78 remove key.json from basecoin init 2017-07-22 09:56:22 -04:00
rigel rozanski 0e87e5bdd8 more docs updates heavy in quarks folder 2017-07-21 08:23:45 -04:00
rigel rozanski dfe2aa9ebe glossary revamp 2017-07-21 06:44:10 -04:00
Ethan Frey af8f858ec2 Enable tests to work without internet 2017-07-20 15:57:53 +02:00
Ethan Frey d885413469 Merge pull request #176 from tendermint/feature/cli-cleanup-aka-confuse-rigel
Feature/cli cleanup aka confuse rigel
2017-07-20 15:37:52 +02:00
Ethan Frey 44f6696f11 Proper tests for accessing a multi-sig account 2017-07-19 16:45:03 +02:00
Ethan Frey 5f1d98ba0f Tested sending 1 sig from role 2017-07-19 16:36:35 +02:00
Ethan Frey 63fc25e74e Add roles cli test, coin query supports multiple apps in actor 2017-07-19 16:14:26 +02:00
Ethan Frey 911dd1423e Add roles wrapper/tx/query command to basecoin 2017-07-19 14:26:40 +02:00
Ethan Frey 737e3740dd rigel: Handle auto-sequence when nonce=0 2017-07-19 13:32:55 +02:00
Ethan Frey a12d866ed1 --sequence=-1 broken if no sequence yet 2017-07-19 13:27:29 +02:00
Ethan Frey e7da4c2d3a Add support for --prepare to store tx for multisig 2017-07-19 13:22:53 +02:00
Ethan Frey 29273e5656 Merge pull request #177 from tendermint/feature/104-autoseq
Auto Sequencing, Error Cleanup, Bash Tests Cleanup
2017-07-19 12:36:18 +02:00
Ethan Frey d712d6ffd1 Fixed imports in main.go 2017-07-19 12:22:01 +02:00
rigel rozanski f7fb30fbb6 final PR update 2017-07-19 04:56:44 -04:00
rigel rozanski ac1ecc10c4 new library orders 2017-07-19 04:51:36 -04:00
rigel rozanski 8617841296 errors cleanup 2017-07-19 01:23:13 -04:00
rigel rozanski 0a9460dc93 auto-sequencing 2017-07-19 00:13:39 -04:00
Ethan Frey 942506c21a basecli tx handles json input 2017-07-18 22:40:04 +02:00
Ethan Frey b486ed35ab Merge pull request #174 from tendermint/feature/train-wreck-light-client
Moved all commands from light-client into basecoin
2017-07-18 22:31:47 +02:00
Ethan Frey 100522069d Moved cmd/basecli/commands into client/commands 2017-07-18 22:21:57 +02:00
Ethan Frey eb495e081b Move commands to client/commands 2017-07-18 21:57:37 +02:00
Ethan Frey d9c39ff9e6 Bring more cli tests from light-client 2017-07-18 21:46:13 +02:00
Ethan Frey a9e4a94402 Moved all commands from light-client into basecoin 2017-07-18 21:23:11 +02:00
Ethan Frey f41aed4945 Cleanup nonce parsing for multiple keys 2017-07-18 20:55:12 +02:00