Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transferOwnership to MR #425

Merged
merged 2 commits into from
Nov 21, 2018
Merged

Add transferOwnership to MR #425

merged 2 commits into from
Nov 21, 2018

Conversation

adamdossa
Copy link
Contributor

No description provided.

@adamdossa adamdossa merged commit 3439b3d into master Nov 21, 2018
@adamdossa adamdossa deleted the fix-transfer-owner branch November 21, 2018 20:23
adamdossa added a commit that referenced this pull request Dec 14, 2018
* Update n_security_token_registry.js

* mainnet 2.0.0 registry address

* mainnet addresses

* Added internal nonce management

* nonce tracking fixed

* minNonce fixed

* Nonce not BN

* None init fixed

* strMigrator mainnet fixes

* Send function fixed

* await Optimizations

* Skip token deployment if the ST address is known

* migrator fixes

* Function modifier changes

* Minimum investment logic change

* Only tickers option

* Possibility to skip tickers

* Fix

* removing CLI from README

* Merge remote-tracking branch 'origin/dev-2.1.0' into CLI-st20generator-refactoring

* Whitelist refactor

* Updated documentation

* minor fix

* ignore the certificate

* Allow unauthenticated repos

* Removed travis before install

* Configuration by factory allowed only once

* Multi mint refactor

* Accredit refactor

* token_manager command

* Non accredited limit refactor + delete old files and packages dependencies

* sto_manager command

* Support for indivisible tokens

* bug fix

* test cases for divible token capped STO

* CSV sync & ST20generator fix

* Updated CLI introduction and link to wiki

* Add getTokensSoldByTier

* Improvements over mint tokens (parseFloat for divisible tokens)

* fixed issue with CLI and added more flattener commands

* Update changelog

* Typo

* readme update

* Final CSV refactor

* Uploaded Solidified's 2.0.0 auditreport

* replaced audit report for 2.0.0

* Added helper view functions

* Updated gitignore

* Bug fix

* Updated changelog

* Added test cases

* Minor fix

* CLI changes for new USDTieredSTO changes

* Add transferOwnership to MR (#425)

* Add transferOwnership to MR

* New test case

* added new MR/STR proxy addresses to readme

* Typo fix

Co-Authored-By: maxsam4 <guptamudit@ymail.com>

* Allow 0x transfers for MATM

* Fix typo

* Add support to remote nodes

* sto_manager improvements

* Minor improvements

* Get configure function from ABI

* Flow changes

* Skip emiting event when no tokens purchased

* typo fix

* dev-2.1.0 changes

* General fixes

* Minor fixes

* Revert "STRV TM added to migration script"

This reverts commit d7e97bb.

* Update CHANGELOG.md

* updated description for cappedSTO

* fix test

* Minor fix

* MATM to master (#435)

* Allow 0x transfers for MATM

* Fix typo

* changelog updated and MATM version changed

* Update CHANGELOG.md

* fixed MATM test w/ version change

* Linter fixes

* Optimise GTM (#433)

  - Add an Offset that can be used to move all from & to dates forwards or backwards by a fixed offset.
  - Add address[] public investors to record a list of all addresses that have been added to the whitelist
  - Fix for when allowAllWhitelistIssuances is FALSE
  - Clearer logic around toTime, fromTime & expiryTime
  - Make GTM a Proxy based implementation to reduce deployment gas costs

* 2.0.1 MATM deployed to mainnet

* Revert "Optimise GTM (#433)" (#436)

This reverts commit 42e4a78.

* Update README.md

* MATM CLI support

* TokenInfo scripts update

* add new core 2.0.0 diagram to readme

* Rate changed

* changelog updated

* Updated tests for rate changes

* Issuance test fixed

* test cases updated

* resolve conflicts in changelog

* resolve conflicts in readme

* Update README.md

* fixed link on readme

* Minor fixes

* minor fix in readme to reset the MATM

* update readme.md

Updated from introduction to core up until setting up polymath core

* Updated comments

* Allow to add TM modules from token_manager

* Whitelist from csv fix

* Deleted network variable

* CLI - Fix at removing modules

* CLI - Fix on exit at token selection

* CLI - Support for not integer rates on CappedSTO

* CLI - Minor fix

* fixing audit change request from Mudit

* Update script fetch correct solc version

* moving multi mint to token manager

* replace multi mint to token manager method in cli menu

* moving accredit to sto manager file

* moving accreditable and nonAccreditable to STO manager

* Count transfer manager

* Percentage transfer manager

* Added docs generation to CI

* Path fix

* script fix

* Testing travis

* Testing travis

* Testing travis

* Testing travis

* Testing travis

* Testing travis

* Testing travis

* whitelist to transfer manager

* added test cases for adding new holders and removing one at the same time when it is already full.

* Update script fetch correct solc version

* Added docs generation to CI

* Path fix

* script fix

* Solved merge conflict

* Testing travis

* Testing travis

* Testing travis

* Testing travis

* Testing travis

* Testing travis

* WIP

* CSV parser

* Data folder reorganization

* Refactoring and improvements

* STO manager refactoring for batch operations

* Transfer manager refactoring for batches

* Fix

* Multi mint in batches

* Fuzz test permissions manager module (#395)

* count transfer manager module fuzz testfinished

* fuzz test for general transfer manager

* fuzz tests updates

* permission manager fuzzer volumn restriction transfer manager

* mint token err

* minting issue

* fixing some testsing issuesss

* all done

* fixed cleaning up and commenting of the fuzz test codes

* fixed conflict and merged new development functions, deleted all code with STVRTM.

* get rid of test for STVTM

* adding back missing file

* get rid of STVR test

* Delete x_single_trade_volume_restriction.js

* deleted unused code :(

* modifyWhitelistMulti for PercentageTM

* adjust test cases for adding and removing holders at the same time when max holder amount is full

* Bump the version

* adjust test logic

* Optimise GTM (#443)

* WIP

* WIP

* Fixes

* Update config

* Log gas for 50 txs

* WIP

* update

* Fix tests

* Fix typo

* Change onWhitelist logic

* Update changelog

* Update all test cases

* Add whitelist optimization

* Make Dividend modules proxies

* Updates

* minor cleanup

* make script dynamic

* Keep ABI constant

* Fixes

* Update change log

* Updates

* add require statement in factory constructors

* remove the test cases for the STVRTM

* Return investor data in getAllInvestorsData

* CLI changes according GTM optimizations

* Bump versions

* version changes

* Update CHANGELOG.md

* Merged conflicts with master on the CLI

* Merge fix

* change the type of proxy deployment for USDTieredSTO

* Time travel on development network

* Fix jump a period of time

* bump the version

* Show total investors and current percentage ownership at transfer

* Modules available are read from ModuleRegistry

* Removed sim and fuzz tests from coverage

* Time traveling fixes

* Add DateTimeLibrary

* Error message

* Skip DateTime library in code coverage

* Update CHANGELOG.md

* Update CHANGELOG.md

* Fix rounding off errors (#467)

* Fixed rounding off errors

* Increased tolerance

* Reduced tolerance to zero

* Comment updated

* Tolerance set to 2

* Remove unused contract

* Fix test cases

* Fix typo

* More test fixes

* Fix fuzz tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants