Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deployer minor buildnet (#294)
* Consistent names secret key instead of private key (#155) * add 2022 license (#173) Repo created 2022 (October), but mainly coded in 2023, not sure which year to choose * add License to root (#181) * adding Contributing.md to initializer (#179) * 170 add powered by to sc-deployer & sc-project-initializer (#178) * add powered_by test * test * Generate powered-by * added sc-project-initializer in the job list * Generate powered-by * removed branch --------- Co-authored-by: massabot <[email protected]> * add License to initializer (#175) * sc-deployer add contributing (#172) * add contributing * update * update initialize.ts doc (#165) * add documentation to src/cli.js (#163) * ci instead of install for run command (#157) * fix toMAS conversion (#156) * Update index.ts doc (#161) * Update index.ts * fix prettier * clean --------- Co-authored-by: Ben <[email protected]> * add maxCoins estimation (#153) * add maxCoins estimation * Update index.ts * update max coins impl * add default maxCoins value * tsdoc fix * remove useless cast --------- Co-authored-by: Ben <[email protected]> * update sc-deployer README (#188) * Contributing.md at root dir (#185) * Update version npm deployer (#192) * update version web3 in deployer * update version npm minor * Generate powered-by * fix missing maxCoins --------- Co-authored-by: massabot <[email protected]> * move_maxCoins_field (#193) * move_maxCoins_field * update web3 in init * update version (#195) * update version for testnet 22 (#194) * added details about max_coins (#198) * update readme of init (#189) * update readme of init * Update packages/sc-project-initializer/commands/init/README.md Co-authored-by: Senji888 <[email protected]> --------- Co-authored-by: Senji888 <[email protected]> * update version of deployer for testnet 23 (#199) * update version of deployer for testnet 23 * Generate powered-by --------- Co-authored-by: massabot <[email protected]> * update version of initializer for testnet 23 (#200) * Add comments for deploy.ts (#204) * setup jest (#212) Co-authored-by: Ben <[email protected]> Co-authored-by: julienbrs <[email protected]> * 209 add protobuf transformer to as compiler (#214) * 209 allow compiler to use protobuf transformer (#215) * add the "getProtoFunctions" to retrieve the functions name, arguments (name and type) and return type from proto file (#219) * update ci to handle buildnet an testnet (#231) * Create ts-gen.ts & add generateTSHelper (#220) Co-authored-by: Grégory Libert <[email protected]> * fix ci release (#238) * fix documentation and slightly improves the rendering of ...caller.ts (#241) * Feature: added protofiles deployement (#216) * feat(deployer): added proto files in deployement process * Generate powered-by * fix: wrong seralization method * fix(sc-deployer): wrong op key for proto according to fetching from massa-web3 * fix(lint) --------- Co-authored-by: massabot <[email protected]> * fix ci release (#243) * fix ci release * remove unused latest * 244 publish packages separately (#245) * Generate powered-by * publish packages separately * deploy a specific package --------- Co-authored-by: massabot <[email protected]> * Feature: added as-gen and cli for proto-cli (#222) Co-authored-by: Grégory Libert <[email protected]> Co-authored-by: Ben <[email protected]> * feat(proto-cli): added call to proto parser in cli (#248) * fix the path issues (#242) * Extend the cli of Massa-Proto-Cli to use ts-gen (#250) * 252 add the blockchaincaller to ts gen (#260) Co-authored-by: Grégory Libert <[email protected]> * Update README.md (#262) * Fix: proto deployement (#259) * Fix: as generator + new build (#254) Co-authored-by: Elli610 <[email protected]> * Fix: Proto-Cli As caller generator + new build (#265) * Last fix for ts gen (#264) * fix protobuf-ts bigint support (#266) * feat(sc-deployer/protobuf): added separator between proto files before serialization (#268) * Create README.md for massa-proto-cli (#263) Co-authored-by: 0xSwapFeeder <[email protected]> Co-authored-by: Grégory Libert <[email protected]> * add event retrieving to ts-gen (#274) Co-authored-by: 0xSwapFeeder <[email protected]> * update readme (#278) * add helpers folder generation and remove unused imports (#276) * get the actual outputs of a sc call (#280) * Create CONTRIBUTING.md (#282) * add LICENSE.md (MIT) (#284) * Update powered-by.yml to genererate powered-by.md for massa-proto-cli (#286) * Fix typo in massa proto cli (#288) * update deployer minor buildnet * Generate powered-by * fix compiler missing * update massa-web3 in massa-proto cli * move getProtofile from web3 to protobuf.ts (#291) * move getProtofile from web3 to protobuf.ts * prettier * fix * prettier * Update package-lock.json * web3 version update * Generate powered-by --------- Co-authored-by: massabot <[email protected]> * update lock file --------- Co-authored-by: julienbrs <[email protected]> Co-authored-by: Adrian C <[email protected]> Co-authored-by: massabot <[email protected]> Co-authored-by: Nathan HERVIER <[email protected]> Co-authored-by: Grégory Libert <[email protected]> Co-authored-by: 0xSwapFeeder <[email protected]> Co-authored-by: Grégory Libert <[email protected]> Co-authored-by: 0xSwapFeeder <[email protected]>
- Loading branch information