accounts-index

Accounts index evm contract tooling with permissioned writes
Log | Files | Refs

CHANGELOG (1310B)


      1 * 0.5.3
      2 	- Add unittest module to packaging
      3 * 0.5.2
      4 	- Move test fixture to unittest module	 
      5 * 0.5.1
      6 	- Simplify contract events
      7 	- Split interfaces for mutable and immutable registries
      8 * 0.4.x, 0.5.0
      9 	- Update packaging to beta
     10 	- Change licence to AGPL
     11 * 0.3.6
     12 	- Correctly implement writer interface in contract
     13 	- Add contract json metadata in python package data
     14 * 0.3.5
     15 	- Remove contract compile warnings
     16 * 0.3.4
     17 	- Add time added entry
     18 * 0.3.3
     19 	- Rename cli script from deploy to publish
     20 	- Refactor cli scripts to use current chainlib setup
     21 	- Add activate and deactivate option
     22 * 0.3.2
     23 	- Add remove option
     24 * 0.3.0
     25 	- Upgrade deps
     26 * 0.1.5
     27 	- Add missing add_0x in writer cli
     28 
     29 * 0.0.11
     30 	- Add list cli command
     31 * 0.0.10
     32 	- Implement external signer
     33 	- Standardize cli arg flags
     34 	- Rename entry point executable names in setup
     35 * 0.0.9
     36 	- Fix wrong abi path in registry.py
     37 * 0.0.8
     38 	- Add executable to add writers and addresses after deploy
     39 * 0.0.7
     40 	- Rename contracts-dir flag to abi-dir
     41 	- Use package data dir as default abi dir
     42 * 0.0.6
     43 	* Add owner flag to deploy script
     44 * 0.0.5
     45 	* Rename solidity file, add return values from evm functions
     46 * 0.0.4
     47 	* Update dependency versions
     48 * 0.0.3
     49 	* Move deploy script to within setup
     50 * 0.0.2
     51 	* (unrecorded changes)
     52 * 0.0.1
     53 	* Simple solidity method wrapper