rudolfix

Results 75 issues of rudolfix

When token is cloned at block number that is current block (the default option) in `createCloneToken` ``` if (_snapshotBlock == 0) _snapshotBlock = block.number; ``` or with future block number,...

I execute following script against CUSTOM environment (geth with custom genesis block) ``` pragma solidity >=0.4.0; import "dapple/script.sol"; import "./ballot.sol"; contract BallotDeployScript is Script { event customEvent(uint value); function BallotDeployScript...

- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version. - [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - Ubuntu 18.04...

very high level as smart contract logic is not implemented. please check document in the commit

**Background** We allow holders to redistribute their payouts in `FeeDisbursal` contract and we allow anyone to recycle old payouts back to the community. This is very desirable feature and was...

to improve fixtures and test case deployment we need 1. remove `deploy_fixture_commitments` step from migrations 2. add command line tool so we can deploy and simulate etos one by one,...

There's a few interesting things after discussion with legal. For disbursals coming from equity, we should be able to provide a link to legal document that is basis for disbursal....

currently any amount can be accepted by ETO number of tokens per amount is always rounded down to prohibit "shaving" single tokens by investing `amount + token price/2 +1 wei)...

This allows to tokenize off-chain pre-eto round. Pre-liminary solution before platform offers such service as a product. It works as follows: - company provides a list of investors, for each...

this is a replacement for pre-allocation (which we may do later) 1. They do a standard ETO with standard agreement etc. 2. In on-chain governance (token controller) we do shareholder...